:root {
  --ink: #303047;
  --ink-soft: #55566a;
  --cobalt: #1500a8;
  --purple: #757bc8;
  --purple-deep: #1b129f;
  --lavender: #aeaee8;
  --lavender-light: #ececfa;
  --mist: #f0f0f1;
  --cream: #fbf8f2;
  --white: #fff;
  --line: #dedce7;
  --shadow: 0 16px 40px rgba(49, 48, 71, .09);
  --radius: 1.25rem;
  --shell: 72rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 400 1rem/1.68 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--purple-deep); text-underline-offset: .2em; }
a:hover { color: var(--ink); }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 {
  margin: 0 0 .65em;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
  text-wrap: balance;
}
h1 { font-size: clamp(2.35rem, 10vw, 4.8rem); }
h2 { font-size: clamp(2rem, 7vw, 3.4rem); }
h3 { font-size: clamp(1.35rem, 4vw, 1.7rem); }
p { margin: 0 0 1.15em; }

.shell { width: min(100% - 2rem, var(--shell)); margin-inline: auto; }
.shell.narrow, .narrow { max-width: 48rem; }
.center { text-align: center; }
.site-main { overflow: hidden; }
.storkville-manager-page .site-main > .prose { padding-top: 1rem; padding-bottom: 1rem; }
.storkville-manager-page .svm-frontend-admin h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); line-height: 1.15; }
.section { padding: 4.5rem 0; }
.section-tint { background: var(--lavender-light); }
.section-dark { color: var(--white); background: var(--purple-deep); }
.section-dark h2 { color: var(--white); }
.section-heading { max-width: 46rem; margin: 0 auto 2.2rem; text-align: center; }
.section-heading > :last-child { margin-bottom: 0; }
.eyebrow {
  margin-bottom: .65rem;
  color: var(--purple-deep);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.service-area-label { font-size: .95rem; font-weight: 650; max-width: 36rem; }
#nightly-rates { scroll-margin-top: 6rem; }
.service-jump-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 1.5rem; padding-block: 1.5rem; }
.service-jump-links + .section { padding-top: 1rem; }
.service-jump-links + .section .prose h2 { margin-top: 0; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.skip-link {
  position: fixed;
  z-index: 10000;
  top: .5rem;
  left: .5rem;
  padding: .7rem 1rem;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-180%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(84, 85, 127, .13);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: inline-flex; flex-direction: column; color: var(--ink); text-decoration: none; line-height: 1; }
.brand-name { font: 500 1.65rem/1 Georgia, serif; }
.brand-tagline { margin-top: .3rem; font-size: .62rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-height: 3.4rem; }
.menu-toggle {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .55rem .75rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
}
.menu-toggle-label { font-size: .86rem; font-weight: 700; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after {
  width: 1.15rem;
  height: 2px;
  display: block;
  background: currentColor;
  content: "";
}
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before { position: absolute; top: -.35rem; }
.menu-toggle-lines::after { position: absolute; top: .35rem; }
.primary-navigation {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  padding: .6rem 1rem 1rem;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}
.primary-navigation.is-open { display: block; }
.primary-navigation ul { margin: 0; padding: 0; list-style: none; }
.primary-navigation a { display: block; padding: .75rem .25rem; color: var(--ink); font-weight: 650; text-decoration: none; }
.primary-navigation .sub-menu { padding-left: 1rem; border-left: 2px solid var(--lavender); }
.primary-navigation .sub-menu a { color: var(--ink-soft); font-size: .94rem; }

.home-hero {
  position: relative;
  min-height: min(49rem, calc(100svh - 4.7rem));
  display: grid;
  align-items: end;
  padding: 6rem 0 4rem;
  background:
    linear-gradient(90deg, rgba(251,248,242,.98) 0%, rgba(251,248,242,.91) 62%, rgba(251,248,242,.52) 100%),
    var(--hero-image, linear-gradient(135deg, var(--lavender-light), var(--cream)));
  background-position: center;
  background-size: cover;
  background-blend-mode: normal, luminosity;
}
.hero-copy { margin-left: max(1rem, calc((100vw - var(--shell)) / 2)); }
.hero-copy > * { max-width: 47rem; }
.hero-lead { color: var(--ink-soft); font-size: clamp(1.1rem, 3.8vw, 1.36rem); line-height: 1.55; }
.button-row { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; margin-top: 1.8rem; }
.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.25rem;
  border: 1px solid var(--purple-deep);
  border-radius: 3rem;
  color: var(--white);
  background: var(--purple-deep);
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-small { min-height: 44px; padding: .65rem 1rem; font-size: .92rem; }
.button-light { color: var(--purple-deep); background: var(--white); border-color: var(--white); }
.text-link { font-weight: 750; }

.booking-strip { padding: 1.25rem 0; color: var(--white); background: var(--purple-deep); }
.booking-strip-inner { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.booking-strip p { margin: 0; }

.card-grid { display: grid; gap: 1rem; }
.card, .service-card, .choice-panel, .notice-card, .aside-card {
  padding: 1.55rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 7px 22px rgba(49, 48, 71, .05);
}
.card-number { display: block; margin-bottom: 2.5rem; color: var(--purple); font: 500 1.3rem/1 Georgia, serif; }
.card > :last-child, .notice-card > :last-child { margin-bottom: 0; }
.service-card { text-align: center; }
.service-hours { margin: 0; color: var(--ink); font: 500 clamp(2rem, 8vw, 3.5rem)/1 Georgia, serif; }
.service-price { margin: .85rem 0 0; color: var(--ink-soft); }
.choice-grid { display: grid; gap: 1rem; }
.choice-panel { border-top: .35rem solid var(--purple); }
.choice-panel p { margin-bottom: 0; color: var(--ink-soft); }

.split-callout { display: grid; gap: 1.5rem; align-items: stretch; }
.split-callout > div { padding: clamp(1.5rem, 5vw, 3.5rem); border-radius: var(--radius); }
.split-callout > div:first-child { background: var(--cream); }
.quote-panel { color: var(--white); background: var(--purple-deep); }
.quote-panel blockquote { margin: 0 0 1.5rem; font: 500 1.55rem/1.45 Georgia, serif; }
.quote-panel blockquote p { margin: 0; }
.compact-cta .shell { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.compact-cta p { margin: 0; }

.page-hero { padding: 5.5rem 0 3.4rem; background: linear-gradient(135deg, var(--lavender-light), var(--cream)); }
.page-hero h1 { font-size: clamp(2.35rem, 7vw, 4.2rem); }
.page-hero p { max-width: 42rem; margin-bottom: 0; color: var(--ink-soft); font-size: 1.16rem; }
.content-shell, .prose, .post-content { padding-top: 3.5rem; padding-bottom: 4.5rem; }
.prose { max-width: 48rem; }
.prose > * + * { margin-top: 1.25rem; }
.prose h2 { margin-top: 2.5rem; }
.prose h3 { margin-top: 2rem; }
.prose li + li { margin-top: .55rem; }
.prose a:not(.button) { font-weight: 650; }
.page-featured-image { margin: 0 0 2.5rem; overflow: hidden; border-radius: var(--radius); }
.page-featured-image img { width: 100%; }

.about-layout { display: grid; gap: 2rem; align-items: start; }
.portrait-frame { overflow: hidden; border-radius: var(--radius); background: var(--lavender-light); }
.portrait-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.image-placeholder { aspect-ratio: 4/5; display: grid; place-items: center; color: var(--purple-deep); font: 500 2rem/1 Georgia, serif; }
.about-layout .prose { padding: 0; }

.contact-layout { display: grid; gap: 2rem; align-items: start; }
.contact-intro { padding-top: .4rem; }
.phone-cta { font: 500 1.35rem/1.3 Georgia, serif; }
.contact-details { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.contact-form-panel, .form-shell { max-width: 48rem; }
.static-form, .storkville-form { padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.static-form p, .storkville-form p { margin-bottom: 1rem; }
.static-form label, .storkville-form label, .static-form legend, .storkville-form legend { font-weight: 700; }
.static-form input:not([type="checkbox"]), .static-form select, .static-form textarea,
.storkville-form input:not([type="checkbox"]):not([type="radio"]), .storkville-form select, .storkville-form textarea {
  width: 100%;
  min-height: 3rem;
  margin-top: .4rem;
  padding: .75rem .8rem;
  border: 1px solid #aaa9b8;
  border-radius: .55rem;
  color: var(--ink);
  background: var(--white);
}
.static-form textarea, .storkville-form textarea { min-height: 8rem; resize: vertical; }
.static-form fieldset, .storkville-form fieldset { display: grid; gap: .6rem; margin: 0 0 1.2rem; padding: 1rem; border: 1px solid var(--line); border-radius: .6rem; }
.static-form fieldset label, .storkville-form fieldset label { font-weight: 500; }
.form-note { margin-top: 1rem; color: var(--ink-soft); font-size: .9rem; }
.calendar-placeholder { min-height: 15rem; display: grid; place-items: center; padding: 2rem; border: 1px dashed var(--purple); border-radius: var(--radius); background: var(--white); text-align: center; }
.calendar-placeholder p { margin: 0; }

.seo-layout { display: grid; gap: 2rem; padding-top: 3.5rem; padding-bottom: 5rem; }
.seo-prose { padding: 0; }
.seo-aside { order: -1; }
.aside-card { background: var(--lavender-light); }
.source-guide { padding-top: 3.5rem; padding-bottom: 5rem; }
.source-guide-prose { max-width: 56rem; margin-inline: auto; padding: 0; }
.source-breadcrumbs { max-width: 56rem; display: flex; flex-wrap: wrap; gap: .4rem .65rem; margin: 0 auto 1.75rem; color: var(--ink-soft); font-size: .9rem; }
.source-breadcrumbs a { font-weight: 700; }
.resource-grid { display: grid; gap: 1rem; margin: 1.75rem 0 3rem; }
.resource-card { padding: 1.5rem; border-top: 4px solid var(--lavender); background: var(--mist); }
.resource-card h3 { color: var(--cobalt); }
.resource-card > :last-child { margin-bottom: 0; }
.resource-status { color: var(--ink-soft); font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.15rem 2.25rem 1.15rem 0; color: var(--cobalt); font: 500 1.22rem/1.35 Georgia, serif; cursor: pointer; }
.faq-list details p { padding: 0 0 1.25rem; }
.guide-cta { margin-top: 3rem; padding: clamp(1.5rem, 5vw, 3rem); color: var(--white); background: var(--purple-deep); }
.guide-cta h3 { color: var(--white); }
.guide-cta .button { color: var(--purple-deep); background: var(--white); border-color: var(--white); }
.guide-note { margin-top: 2.5rem; padding: 1.25rem 1.5rem; border-left: 5px solid var(--lavender); background: var(--mist); }
.guide-note p { margin: 0; }
.local-listings { padding-left: 1.2rem; }
.local-listings li + li { margin-top: 1rem; }
.entry-card { padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.entry-card h1 { font-size: 2rem; }

.site-footer { padding: 3.5rem 0 1.25rem; color: rgba(255,255,255,.82); background: var(--ink); }
.site-footer a { color: var(--white); }
.footer-grid { display: grid; gap: 2rem; }
.footer-brand { margin-bottom: .55rem; color: var(--white); font: 500 1.5rem/1.2 Georgia, serif; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: .45rem; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .85rem; }
.footer-bottom p { margin: 0; }

:focus-visible { outline: 3px solid #b86b42; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

@media (min-width: 42rem) {
  .shell { width: min(100% - 3rem, var(--shell)); }
  .section { padding: 6rem 0; }
  .button-row, .booking-strip-inner, .compact-cta .shell { flex-direction: row; align-items: center; }
  .booking-strip-inner, .compact-cta .shell { justify-content: space-between; }
  .card-grid.three-up, .choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-callout, .about-layout, .contact-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.3fr 1fr .8fr; }
  .static-form, .storkville-form { padding: 2rem; }
}

@media (min-width: 61rem) {
  .header-inner { min-height: 5.25rem; }
  .menu-toggle { display: none; }
  .primary-navigation { position: static; display: block; padding: 0; border: 0; box-shadow: none; background: transparent; }
  .primary-navigation .menu { display: flex; align-items: center; gap: 1.25rem; }
  .primary-navigation a { padding: .85rem .2rem; font-size: .94rem; }
  .primary-navigation .menu-item-has-children { position: relative; }
  .primary-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: -.8rem;
    width: 15rem;
    display: none;
    padding: .65rem;
    border: 1px solid var(--line);
    border-radius: .8rem;
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display: block; }
  .home-hero { align-items: center; padding: 7rem 0; }
  .hero-copy { margin-inline: auto; }
  .seo-layout { grid-template-columns: minmax(0, 1fr) 18rem; align-items: start; }
  .seo-aside { position: sticky; top: 7rem; order: 0; }
}

/* Wix-inspired visual layer: broad lavender bands, cobalt type, and clean rules. */
.site-header {
  border-bottom: 0;
  background: #aeaee8;
}
.brand,
.primary-navigation a { color: #171238; }
.primary-navigation a:hover,
.primary-navigation a:focus { color: var(--cobalt); }
.menu-toggle { border-color: rgba(21, 0, 168, .25); background: rgba(255,255,255,.72); }

.home-hero {
  min-height: min(45rem, calc(100svh - 4.7rem));
  align-items: center;
  padding: 5rem 0;
  background:
    linear-gradient(rgba(24, 21, 41, .08), rgba(24, 21, 41, .08)),
    var(--hero-image, linear-gradient(135deg, var(--lavender-light), var(--cream)));
  background-position: center;
  background-size: cover;
  background-blend-mode: normal, luminosity;
}
.hero-copy {
  width: min(100% - 2rem, 64rem);
  margin-inline: auto;
  padding: clamp(1.5rem, 5vw, 3.25rem);
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 50px rgba(26, 23, 63, .12);
  text-align: center;
  backdrop-filter: blur(3px);
}
.hero-copy > * { max-width: 52rem; margin-right: auto; margin-left: auto; }
.hero-copy h1,
.hero-copy h2 { color: var(--cobalt); }
.hero-copy h1 { font-size: clamp(2.55rem, 7vw, 4.9rem); }
.hero-copy h2 { font-size: clamp(1.75rem, 4.5vw, 3rem); }
.hero-copy .eyebrow {
  max-width: 43rem;
  color: var(--cobalt);
  font-size: clamp(.8rem, 2vw, 1rem);
  line-height: 1.55;
}
.hero-copy .button-row { justify-content: center; align-items: center; }
.hero-lead { color: #302f47; }

.booking-strip,
.section-dark,
.compact-cta { color: var(--white); background: var(--lavender); }
.booking-strip { color: #171238; }
.booking-strip .button-light { color: var(--white); background: var(--cobalt); border-color: var(--cobalt); }
.section-dark h2,
.compact-cta h2 { color: var(--white); }
.compact-cta,
.compact-cta h2 { color: var(--ink); }
.compact-cta { padding: clamp(3.5rem, 8vw, 6rem) 0; text-align: center; }
.compact-cta .shell { justify-content: center; }
.compact-cta .button-light { color: var(--cobalt); background: var(--white); border-color: var(--white); }

.section-tint { background: var(--lavender-light); }
.home .section:nth-of-type(3) { background: #f7f7f8; }
.home-services-teaser { background: var(--white); }
.page-hero {
  padding: clamp(4rem, 10vw, 7rem) 0;
  background: var(--lavender);
  text-align: center;
}
.page-hero h1,
.page-hero p { margin-right: auto; margin-left: auto; }
.page-hero h1 { color: var(--cobalt); }
.page-hero p { color: #252044; }

.section-heading h2,
.about-layout h2,
.contact-intro h2,
.prose > h2 { color: var(--cobalt); }
.section-heading h2::after,
.page-hero h1::after,
.about-layout h2::after,
.contact-intro h2::after,
.prose > h2::after {
  width: 4rem;
  height: 3px;
  display: block;
  margin: .75rem auto 0;
  background: currentColor;
  content: "";
  opacity: .75;
}
.about-layout h2::after,
.contact-intro h2::after,
.prose > h2::after { margin-left: 0; }
.eyebrow { color: var(--cobalt); }

.card,
.service-card,
.choice-panel,
.notice-card,
.aside-card {
  border: 0;
  border-top: 4px solid var(--lavender);
  border-radius: 0;
  box-shadow: none;
}
.card h3,
.service-card h3,
.choice-panel h3 { color: var(--cobalt); }
.service-teaser-grid { max-width: 62rem; margin-inline: auto; }
.service-teaser {
  min-height: 8rem;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  border-top: 3px solid var(--lavender);
  text-align: center;
}
.service-teaser h3 { margin: 0; color: var(--cobalt); }
.service-teaser-action { margin: 2.25rem 0 0; text-align: center; }

.about-layout { align-items: stretch; gap: 0; }
.about-layout > * { min-height: 100%; }
.portrait-frame { border-radius: 0; }
.about-layout .prose { padding: clamp(2rem, 6vw, 5rem); background: var(--mist); }
.split-callout { gap: 0; }
.split-callout > div { border-radius: 0; }
.split-callout > div:first-child { background: var(--mist); }
.home-about { background: var(--mist); }
.home-about .shell { width: min(100%, var(--shell)); }
.home-about-split > div:first-child { background: var(--mist); }
.home-about-image { min-height: 28rem; padding: 0 !important; overflow: hidden; background: var(--lavender); }
.home-about-image img { width: 100%; height: 100%; min-height: 28rem; object-fit: cover; object-position: center 30%; filter: grayscale(1); }
.home-about-image-fallback { width: 100%; height: 100%; min-height: 28rem; background: linear-gradient(145deg, var(--lavender), var(--cobalt)); }
.home-testimonials { background: var(--white); }
.quote-panel { display: grid; place-items: center; background: var(--white); color: var(--cobalt); text-align: center; }
.quote-panel blockquote {
  color: var(--cobalt);
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  font-style: italic;
  line-height: 1.35;
}
.quote-panel cite { display: block; margin-top: 1.5rem; color: #3e315d; font: 400 1rem/1.5 system-ui, sans-serif; }
.quote-panel .button-light { color: var(--white); background: var(--cobalt); border-color: var(--cobalt); }
.testimonial-action { margin: 2rem 0 0; }
.quote-panel .svm-reviews { grid-template-columns: 1fr; }
.quote-panel .svm-review { max-width: 48rem; margin-inline: auto; padding: 0; border: 0; background: transparent; }

.svm-reviews { display: grid; gap: 1.25rem; }
.svm-review {
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 0;
  border-left: 5px solid var(--lavender);
  background: var(--white);
}
.svm-review blockquote { margin: 0; color: var(--cobalt); font: italic 500 clamp(1.3rem, 3vw, 1.9rem)/1.45 Georgia, serif; }
.svm-review-name { color: #3e315d; font-weight: 700; }

.contact-layout { gap: 0; align-items: stretch; }
.contact-intro { padding: clamp(2rem, 6vw, 4rem); background: var(--mist); }
.contact-form-panel { max-width: none; padding: clamp(1.25rem, 4vw, 3rem); background: var(--lavender); }
.static-form,
.storkville-form,
.svm-form { border: 0; border-radius: 0; box-shadow: none; background: rgba(255,255,255,.9); }
.contact-details { border-top-color: var(--cobalt); }
.phone-cta a { color: var(--cobalt); }
.button,
.svm-button { border-color: var(--cobalt); background: var(--cobalt); }
.button:hover,
.svm-button:hover { border-color: #11068c; background: #11068c; }

.svm-services-overview { max-width: 48rem; margin: 0 auto 2.5rem; text-align: center; }
.svm-card-grid { gap: 1rem; }
.svm-service-card { border-top-color: var(--lavender); }
.svm-service-number,
.svm-price { color: var(--cobalt); }
.svm-choice { border-color: rgba(21,0,168,.2); background: var(--white); }
.svm-now-booking { color: var(--cobalt); }

.site-footer { background: var(--cobalt); }

@media (min-width: 42rem) {
  .service-teaser + .service-teaser { border-left: 1px solid var(--lavender-light); }
  .compact-cta .shell { flex-direction: column; }
  .svm-reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 61rem) {
  .site-header { background: #aeaee8; }
  .home-hero { min-height: min(44rem, calc(100svh - 5.25rem)); }
  .hero-copy { padding-right: 4rem; padding-left: 4rem; }
  .primary-navigation .sub-menu { background: var(--lavender-light); }
}

/* Focused review-request page. */
.feedback-site-header {
  border-bottom: 1px solid rgba(21, 0, 168, .12);
  background: var(--lavender);
}
.feedback-header-inner {
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: .55rem;
  padding-bottom: .55rem;
}
.feedback-brand { display: inline-flex; color: #171238; text-decoration: none; }
.feedback-brand-name { font: 500 1.4rem/1.1 Georgia, "Times New Roman", serif; }
.feedback-logo { width: auto; max-width: min(72vw, 21rem); max-height: 3rem; }

.feedback-page { background: var(--white); }
.feedback-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 5vw, 3.5rem) 0;
  background: var(--lavender);
}
.feedback-intro::before,
.feedback-intro::after {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  content: "";
  pointer-events: none;
}
.feedback-intro::before { width: 13rem; height: 13rem; top: -7rem; right: -4rem; }
.feedback-intro::after { width: 8rem; height: 8rem; bottom: -5rem; left: -3rem; }
.feedback-intro-grid { position: relative; z-index: 1; display: grid; gap: 1rem; }
.feedback-intro-copy {
  padding: clamp(1.5rem, 6vw, 3.5rem);
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 45px rgba(35, 29, 83, .1);
}
.feedback-intro-copy h1 { color: var(--cobalt); font-size: clamp(2.25rem, 10vw, 4.4rem); }
.feedback-intro-copy h1::after {
  width: 4rem;
  height: 3px;
  display: block;
  margin: .8rem 0 1.25rem;
  background: var(--lavender);
  content: "";
}
.feedback-intro-copy p:last-child { margin-bottom: 0; }
.feedback-portrait {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  background:
    linear-gradient(rgba(29,24,62,.07), rgba(29,24,62,.07)),
    var(--feedback-image, linear-gradient(145deg, var(--white), var(--lavender-light)));
  background-position: center 32%;
  background-size: cover;
  background-blend-mode: normal, luminosity;
}
.feedback-portrait::after {
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 9rem;
  height: 9rem;
  border: 1.5rem solid rgba(255,255,255,.5);
  border-radius: 50%;
  content: "";
}

.feedback-form-section { padding: clamp(3rem, 9vw, 6rem) 0; }
.feedback-form-shell { max-width: 50rem; }
.feedback-section-heading { margin-bottom: 1.75rem; text-align: center; }
.feedback-section-heading h2 { color: var(--cobalt); }
.feedback-section-heading h2::after {
  width: 4rem;
  height: 3px;
  display: block;
  margin: .8rem auto 0;
  background: var(--lavender);
  content: "";
}
.feedback-form-shell .svm-form,
.feedback-form-shell .notice-card {
  padding: clamp(1.25rem, 5vw, 2.5rem);
  border: 1px solid rgba(21, 0, 168, .14);
  border-top: 5px solid var(--lavender);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(35, 29, 83, .08);
}
.feedback-form-shell .svm-button { width: 100%; min-height: 3.25rem; }
.feedback-form-shell > .svm-notice {
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(21, 0, 168, .14);
  text-align: center;
}

.feedback-google-section { padding: clamp(2.5rem, 7vw, 4.5rem) 0; background: var(--lavender-light); }
.feedback-google-shell { max-width: 44rem; text-align: center; }
.feedback-google-shell > * { margin-right: auto; margin-left: auto; }
.feedback-google-shell .svm-google-review-cta p { max-width: 36rem; }
.feedback-google-shell .button,
.feedback-google-shell a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  text-decoration: none;
}

.feedback-site-footer { padding: 1.25rem 0; color: rgba(255,255,255,.88); background: var(--cobalt); text-align: center; }
.feedback-site-footer p { margin: 0; font-size: .85rem; }

@media (min-width: 48rem) {
  .feedback-header-inner { justify-content: flex-start; }
  .feedback-intro-grid { grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .92fr); align-items: stretch; gap: 0; }
  .feedback-intro-copy { display: flex; flex-direction: column; justify-content: center; }
  .feedback-portrait { min-height: 31rem; }
  .feedback-form-shell .svm-button { width: auto; min-width: 12rem; }
}
