@font-face {
  font-family: 'Nixie One';
  src: url('assets/fonts/NixieOne-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}:root{--paper:#e9e5dc;--olive:#59633e;--ink:#25261f;--muted:#69695b;--line:#c8c7b8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Georgia,'Times New Roman',serif}body::before{content:'';position:fixed;inset:0;background:url('assets/paper.webp') repeat;opacity:.2;pointer-events:none;z-index:-1}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #b28342;outline-offset:5px}img{display:block;max-width:100%}.header{display:flex;align-items:center;justify-content:space-between;padding:28px 5%;gap:30px}.brand{display:flex;align-items:center;gap:15px;font-size:18px;letter-spacing:2px}.brand img{object-fit:contain}.brand small{display:block;font:10px Arial,sans-serif;letter-spacing:5px;margin-top:7px}.header nav{display:flex;align-items:center;gap:32px;font-size:14px}.header nav a{padding:6px 0}.header nav a:hover,.header nav a[aria-current]{border-bottom:1px solid}.button{background:var(--olive);color:var(--paper);border:1px solid transparent;border-radius:100px;display:inline-flex;justify-content:space-between;align-items:center;gap:50px;padding:20px 30px;font-size:15px;transition:background .2s,transform .2s}.button:hover{background:#424c2e;transform:translateY(-2px)}.button.small{padding:15px 23px;gap:24px}.button.cream{background:var(--paper);color:var(--olive)}.button.cream:hover{background:#fff8e8}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:680px}.hero-photo{position:relative;overflow:hidden}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:45% center;filter:grayscale(1)}.photo-caption{position:absolute;bottom:28px;left:35px;color:white;font:10px Arial,sans-serif;letter-spacing:3px}.hero-copy{background:var(--olive);color:var(--paper);padding:85px 12% 35px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.eyebrow{font:10px Arial,sans-serif;letter-spacing:2.7px;line-height:1.7;margin:0 0 25px}h1,h2,p{margin-top:0}h1{font-weight:normal;font-size:clamp(58px,6vw,96px);line-height:1.02;letter-spacing:-4px;margin-bottom:30px}h1 .italic{display:block;font-style:italic}h2{font-size:clamp(36px,4vw,58px);font-weight:normal;line-height:1.08;letter-spacing:-1.8px;margin-bottom:25px}em{font-weight:normal}.hero-description{font-size:20px;line-height:1.55;margin-bottom:32px}.hero-copy .button{width:100%}.quiet-link{font-size:13px;border-bottom:1px solid #abb09b;padding-bottom:5px;margin-top:25px}.hero-number{font:9px Arial,sans-serif;letter-spacing:2px;margin-top:60px;opacity:.65}.ribbon{padding:24px 5%;border-bottom:1px solid var(--line);display:flex;justify-content:space-around;align-items:center;gap:20px;letter-spacing:3px;font-size:11px;overflow:hidden;white-space:nowrap}.ribbon span{font-size:24px;color:var(--olive)}.section{padding:95px 7%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}.section-heading h2{margin:0}.text-link{font-size:14px;border-bottom:1px solid;padding-bottom:8px;display:inline-block}.art-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.art-card{display:block;text-align:left;background:none;border:0;padding:0;color:var(--ink);width:100%}.art-card img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#d3d1c5;transition:transform .3s}.art-card:hover img{transform:translateY(-5px)}.art-card span{display:block;margin-top:16px;font-size:12px;letter-spacing:.5px}.intro{display:grid;grid-template-columns:.6fr 1.2fr 1.1fr;gap:40px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.intro h2{margin:0}.intro p:not(.eyebrow),.about-hero p:not(.eyebrow){font-size:18px;line-height:1.8;color:var(--muted)}.intro .text-link{margin-top:14px}.reviews{text-align:center}.review-placeholder{max-width:600px;margin:35px auto 0;border-top:1px solid var(--line);padding:25px}.review-placeholder>span{font-size:70px;color:var(--olive);height:60px;display:block}.review-placeholder p{font-size:20px;margin:12px 0}.review-placeholder small{color:var(--muted);line-height:1.7}.booking-banner{background:var(--olive);color:var(--paper);text-align:center;padding:85px 25px}.booking-banner p:not(.eyebrow){font-size:17px;opacity:.8;margin-bottom:30px}footer{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:40px 5%}footer .footer-name{font-size:21px}footer span,footer small{font-size:11px;color:var(--muted)}.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;padding-top:55px}.about-hero h1{font-size:clamp(55px,6vw,86px)}.about-hero>img{height:560px;width:100%;object-fit:cover;filter:grayscale(1)}.about-hero .button{margin-top:10px}.portfolio{border-top:1px solid var(--line)}.gallery-hint{font-size:13px;line-height:1.8;color:var(--muted);margin:0}.portfolio .art-grid{row-gap:40px}dialog{border:0;background:var(--paper);color:var(--ink);padding:55px;max-width:min(550px,90vw)}dialog::backdrop{background:#171b14bc;backdrop-filter:blur(5px)}dialog p{line-height:1.7}dialog h2{font-size:42px}.dialog-close{position:absolute;right:15px;top:10px;border:0;background:transparent;font-size:32px;color:var(--ink);padding:5px 10px}#lightbox{padding:45px 20px 15px;max-width:95vw}#lightbox img{max-height:75vh;width:auto;max-width:85vw;margin:auto;object-fit:contain}#lightbox p{text-align:center;margin:15px 0 0}.skip{position:absolute;left:15px;top:-100px;background:var(--paper);padding:12px;z-index:5}.skip:focus{top:15px}@media(min-width:1600px){.hero{min-height:800px}}@media(max-width:900px){.header{padding:22px 4%}.header nav{gap:18px}.brand{font-size:14px;gap:9px}.hero{min-height:580px}.hero-copy{padding:55px 9% 30px}h1{letter-spacing:-2px}.intro{grid-template-columns:1fr 1fr}.intro>.eyebrow{grid-column:1/-1;margin-bottom:0}.section{padding:65px 5%}.art-grid{gap:20px}footer{flex-wrap:wrap}.about-hero{gap:6%}.about-hero>img{height:480px}}@media(max-width:600px){.header{flex-wrap:wrap;gap:20px}.brand img{width:40px;height:40px}.header nav{width:100%;justify-content:space-between;gap:10px;font-size:12px}.button.small{padding:12px 14px;gap:10px;font-size:12px}.hero{grid-template-columns:1fr}.hero-photo{height:380px}.hero-copy{padding:45px 7%}.hero-copy h1{font-size:68px}.hero-description{font-size:19px}.hero-number{margin-top:35px}.ribbon{justify-content:flex-start;font-size:9px;gap:25px}.section-heading{align-items:start;flex-direction:column;gap:20px}.art-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.preview .art-card:last-child{display:none}.art-card span{font-size:11px;line-height:1.6}.intro{grid-template-columns:1fr;gap:20px}.intro>.eyebrow{grid-column:auto}.section{padding:55px 6%}.booking-banner{padding:65px 6%}footer{flex-direction:column;align-items:start;gap:14px}.about-hero{grid-template-columns:1fr}.about-hero>img{height:420px;margin-top:25px}.gallery-hint{font-size:12px}dialog{padding:45px 25px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
:root .thank-you-page{min-height:100vh}.thank-you-main{max-width:900px;margin:auto;padding:40px 25px 60px}.thank-you-main>.brand{justify-content:center;margin-bottom:40px}.thank-you-card{background:var(--olive);color:var(--paper);text-align:center;padding:55px 8% 65px}.thank-you-star{display:block;font-size:50px;margin-bottom:25px}.thank-you-card h1{font-size:clamp(45px,7vw,76px);letter-spacing:-2px;line-height:1.1}.thank-you-card>p:not(.eyebrow){max-width:460px;margin:0 auto 22px;font-size:18px;line-height:1.7}.thank-you-card .thank-you-signoff{margin-top:30px!important}.thank-you-signoff em{font-size:25px}.thank-you-card .button{margin-top:12px}@media(max-width:600px){.thank-you-main{padding:25px 18px}.thank-you-main>.brand{margin-bottom:25px}.thank-you-card{padding:35px 7% 45px}}
.button{justify-content:center}.dialog-close{font-size:14px;line-height:1.5}.footer-link{font-size:12px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:3px}.thank-you-footer{justify-content:center;padding:0 25px 30px}.policy-page{max-width:1000px;margin:auto}.policy-page h1{font-size:clamp(48px,6vw,80px)}.policy-draft{padding:20px 25px;border:1px solid var(--line);color:var(--muted);font-size:15px;line-height:1.7;margin:30px 0 45px}.policy-section{padding:30px 0;border-top:1px solid var(--line)}.policy-section h2{font-size:30px;letter-spacing:-.6px}.policy-section p{font-size:17px;line-height:1.8;color:var(--muted);max-width:680px}.instagram-section{border-top:1px solid var(--line)}.instagram-container{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:20px;min-height:200px}.instagram-placeholder{color:var(--muted);border:1px solid var(--line);padding:45px 25px;text-align:center;width:100%;line-height:1.7}.instagram-container .instagram-media{width:100%!important;min-width:0!important;max-width:540px!important;margin:0!important}.instagram-container .text-link{font-size:14px}
.header .brand img{width:80px;height:80px}.location-section{display:grid;grid-template-columns:1fr 1.2fr;gap:8%;border-top:1px solid var(--line);align-items:center}.location-copy>p:not(.eyebrow){font-size:17px;line-height:1.8;color:var(--muted);max-width:400px}.location-copy address{font-style:normal;font-size:17px;line-height:1.8;margin:25px 0}.location-copy address strong{font-weight:normal;color:var(--olive)}.location-map iframe{display:block;border:0;width:100%;height:390px;background:#d3d1c5}.location-map .text-link{margin-top:18px;font-size:12px}@media(max-width:600px){.header .brand img{width:64px;height:64px}.location-section{grid-template-columns:1fr;gap:35px}.location-map iframe{height:320px}}
.header .brand img{width:104px;height:104px}.thank-you-main .brand img{width:90px;height:90px}.instagram-follow{display:flex;align-items:center;gap:12px;color:var(--olive);font-size:14px;border-bottom:1px solid var(--line);padding-bottom:8px}.instagram-follow svg{width:30px;height:30px;flex-shrink:0}.instagram-follow:hover{color:var(--ink)}.review-carousel{margin-top:35px;text-align:left}.review-window{overflow:hidden}.review-track{display:flex;transition:transform .7s ease;align-items:stretch}.review-card{flex:0 0 33.333333%;min-width:0;margin:0;padding:25px 30px;border-top:1px solid var(--line);border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.review-card blockquote{margin:0 0 25px;font-size:16px;line-height:1.8}.review-card figcaption{font-size:13px;color:var(--olive)}.review-controls{display:flex;justify-content:center;gap:25px;margin-top:30px}.review-control{border:0;border-bottom:1px solid var(--line);padding:7px 0;background:transparent;color:var(--olive);font-size:13px}.review-position{text-align:center;font-size:11px;color:var(--muted);margin:16px 0 0;letter-spacing:1px}.instagram-container[hidden]{display:none}@media(max-width:1000px){.review-card{flex-basis:50%;padding:25px 22px}}@media(max-width:600px){.header .brand img{width:80px;height:80px}.review-card{flex-basis:100%;padding:25px 15px;border-right:0}.review-card blockquote{font-size:16px}.review-controls{gap:22px}.instagram-follow{font-size:13px}}
.review-track{align-items:flex-start}.review-window{transition:height .7s ease}.review-card{justify-content:flex-start}
.instagram-icon-link{display:inline-flex;align-items:center;justify-content:center;color:var(--olive);width:44px;height:44px;border-radius:50%;flex-shrink:0}.instagram-icon-link svg{width:30px;height:30px}.instagram-icon-link:hover{background:#d6d7c9}.coming-soon-page{min-height:100vh;display:flex;flex-direction:column}.coming-soon-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--olive);color:var(--paper);padding:70px 25px}.coming-soon-main h1{font-size:clamp(65px,10vw,150px);letter-spacing:-3px;line-height:.95;margin-bottom:35px}.coming-soon-main>p:last-child{font-size:19px;line-height:1.8}.submitted-card{background:transparent;color:var(--ink);border:1px solid var(--line);padding-top:45px}.submitted-card h1{font-size:clamp(32px,7vw,74px);letter-spacing:2px;margin:25px 0}.submitted-card>.eyebrow{color:var(--olive)}.submitted-tick{display:block;width:115px;height:115px;margin:0 auto;color:var(--olive);animation:tick-settle .4s 1.05s ease both}.tick-circle{fill:#dce2cf;stroke:currentColor;stroke-width:2;stroke-dasharray:277;stroke-dashoffset:277;animation:tick-draw .65s ease forwards}.tick-mark{fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:75;stroke-dashoffset:75;animation:tick-draw .55s .55s ease forwards}@keyframes tick-draw{to{stroke-dashoffset:0}}@keyframes tick-settle{0%{transform:scale(1)}50%{transform:scale(1.08)}100%{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.submitted-tick,.tick-circle,.tick-mark{animation:none;stroke-dashoffset:0}}@media(max-width:600px){.coming-soon-page .header{flex-wrap:nowrap}.submitted-card{padding-left:5%;padding-right:5%}}
.location-map iframe{filter:grayscale(.7) sepia(.18) saturate(.65)}
.ribbon{display:block;padding:24px 0;overflow:hidden}.ribbon-track{display:flex;width:max-content;animation:ribbon-scroll 28s linear infinite}.ribbon-group{display:flex;align-items:center;justify-content:space-around;flex-shrink:0;min-width:100vw;gap:65px;padding:0 32px}.ribbon .ribbon-item{font-size:inherit;color:inherit;white-space:nowrap}.ribbon:hover .ribbon-track{animation-play-state:paused}@keyframes ribbon-scroll{to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.ribbon-track{animation:none}.ribbon-group:nth-child(2){display:none}}
.custom-instagram{border-top:1px solid var(--line)}.instagram-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.instagram-post{position:relative;display:block;overflow:hidden;background:#d8d6ca;aspect-ratio:1}.instagram-post img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.instagram-post:hover img{transform:scale(1.035)}.instagram-post-caption{position:absolute;inset:auto 0 0;background:linear-gradient(transparent,#303923eb);color:var(--paper);padding:45px 20px 20px;font-size:14px;line-height:1.6;opacity:0;transition:opacity .2s}.instagram-post:hover .instagram-post-caption,.instagram-post:focus-visible .instagram-post-caption{opacity:1}.instagram-post-type{position:absolute;top:12px;right:12px;background:var(--paper);color:var(--olive);border-radius:30px;padding:5px 10px;font:10px Arial,sans-serif;letter-spacing:1px}.instagram-status{text-align:center;color:var(--muted);font-size:15px;line-height:1.8;padding:25px 0;margin:0}.instagram-status[hidden]{display:none}@media(max-width:600px){.instagram-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.instagram-post-caption{display:none}.instagram-post-type{font-size:9px;letter-spacing:0;top:8px;right:8px}}
.instagram-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: auto;
  scrollbar-width: none;
}
.instagram-carousel::-webkit-scrollbar { display: none; }
.instagram-carousel .instagram-post {
  flex: 0 0 calc((100% - 40px) / 3);
}
.instagram-carousel:not(.is-looping) [data-carousel-copy] { display: none; }
.instagram-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}
.instagram-carousel-controls[hidden] { display: none; }
@media (max-width: 900px) {
  .instagram-carousel .instagram-post { flex-basis: calc((100% - 20px) / 2); }
}
@media (max-width: 600px) {
  .instagram-carousel { gap: 12px; }
  .instagram-carousel .instagram-post { flex-basis: 100%; }
  .instagram-carousel-controls { gap: 22px; }
}
.review-invitation { margin-top: 40px; }
.review-invitation p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.review-holding {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 6%;
  text-align: center;
  background: var(--olive);
  color: var(--paper);
}
.review-holding h1 { font-size: clamp(48px, 7vw, 90px); letter-spacing: -2px; }
.review-holding > p:last-child { font-size: 18px; line-height: 1.8; }
.arlo-bouncer {
  position: fixed;
  left: 18px;
  bottom: 18px;
  width: clamp(150px, 20vw, 260px);
  height: clamp(150px, 20vw, 260px);
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 3;
  will-change: transform;
}
.arlo-bouncer img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  will-change: transform;
}
.arlo-control {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  background: var(--paper);
  color: var(--olive);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 10px 16px;
  font-size: 12px;
}
.arlo-control[hidden] { display: none; }
.coming-soon-copy {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.coming-soon-enquiry {
  position: relative;
  z-index: 4;
  min-width: 260px;
}
@media (max-width: 600px) {
  .coming-soon-enquiry { min-width: 230px; }
}


body, button, input, textarea, select {
  font-family: 'Courier New', Courier, monospace;
}
.eyebrow, .brand small, .photo-caption, .hero-number, .instagram-post-type {
  font-family: 'Courier New', Courier, monospace;
}
h1, h2, .brand, .footer-name, .hero-description, .review-placeholder > span, .thank-you-signoff em {
  font-family: 'Nixie One', 'Courier New', monospace;
}

/* Entry motion uses transforms and opacity so it does not shift the layout. */
.header { animation: header-enter .55s ease-out both; }
.typewriter-title { margin-right: auto; max-width: 100%; }
.typewriter-title [data-typewriter-line] {
  display: block;
  width: max-content;
  max-width: 100%;
  min-height: 1em;
  white-space: nowrap;
}
.typewriter-title .typewriter-active-line::after {
  content: '|';
  display: inline-block;
  margin-left: .04em;
  font-family: 'Courier New', Courier, monospace;
  font-style: normal;
  animation: typewriter-caret 1s step-end infinite;
}
.typewriter-character {
  display: inline-block;
  white-space: pre;
  opacity: 0;
  transform: translateY(.08em);
  animation: typewriter-character-enter .18s ease-out forwards;
}
.reveal-pending {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal-pending.reveal-visible { opacity: 1; transform: translateY(0); }
@keyframes header-enter {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes typewriter-caret { 50% { opacity: 0; } }
@keyframes typewriter-character-enter {
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .header { animation: none; }
  .typewriter-character { opacity: 1; transform: none; animation: none; }
  .reveal-pending { opacity: 1; transform: none; transition: none; }
}
@media (max-width: 600px) {
  .site-home .hero-copy h1 { font-size: clamp(48px, 15.4vw, 60px); }
}

/* Aftercare guide */
.aftercare-page {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 55px;
}
.aftercare-intro {
  max-width: 790px;
  padding-bottom: 70px;
}
.aftercare-intro h1 { font-size: clamp(58px, 7vw, 96px); }
.aftercare-lead {
  max-width: 750px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.8;
}
.aftercare-section {
  padding: 60px 0;
  border-top: 1px solid var(--line);
}
.aftercare-heading {
  max-width: 720px;
  margin-bottom: 38px;
}
.aftercare-heading h2 { margin-bottom: 18px; }
.aftercare-heading > p:not(.eyebrow),
.aftercare-products > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.aftercare-steps {
  counter-reset: aftercare-step;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 850px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.aftercare-steps li {
  counter-increment: aftercare-step;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: start;
  gap: 24px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.aftercare-steps li::before {
  content: counter(aftercare-step, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--olive);
  border-radius: 50%;
  color: var(--olive);
  font-size: 13px;
}
.aftercare-steps strong,
.aftercare-list strong { color: var(--ink); }
.aftercare-scenarios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.aftercare-scenarios article {
  min-height: 280px;
  padding: 36px;
  border: 1px solid var(--line);
}
.aftercare-scenarios article:last-child {
  background: var(--olive);
  color: var(--paper);
  border-color: var(--olive);
}
.aftercare-scenarios span {
  display: block;
  margin-bottom: 28px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.aftercare-scenarios h3 {
  margin: 0 0 18px;
  font-family: 'Nixie One', 'Courier New', monospace;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
}
.aftercare-scenarios p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}
.aftercare-scenarios article:last-child p { color: var(--paper); }
.aftercare-routine {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
}
.aftercare-routine li {
  min-height: 180px;
  padding: 28px;
  border-right: 1px solid var(--line);
}
.aftercare-routine li:last-child { border-right: 0; }
.aftercare-routine strong {
  display: block;
  margin-bottom: 40px;
  color: var(--olive);
  font-family: 'Nixie One', 'Courier New', monospace;
  font-size: 25px;
  font-weight: 400;
}
.aftercare-routine span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.aftercare-advice {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 8%;
}
.aftercare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aftercare-list li {
  position: relative;
  padding: 20px 0 20px 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.aftercare-list li::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--olive);
  border-radius: 50%;
}
.aftercare-products {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 8%;
  align-items: start;
}
.aftercare-warning {
  padding: 34px;
  background: var(--olive);
  color: var(--paper);
}
.aftercare-warning strong {
  display: block;
  margin-bottom: 18px;
  font-family: 'Nixie One', 'Courier New', monospace;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}
.aftercare-warning p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.aftercare-contact {
  margin-top: 20px;
  padding: 70px 8%;
  background: var(--olive);
  color: var(--paper);
  text-align: center;
}
.aftercare-contact > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.8;
}
.aftercare-contact .button { min-width: 280px; }

.header .nav-links,
.header .nav-actions {
  display: flex;
  align-items: center;
}
.header .nav-links { gap: 32px; }
.header .nav-actions { gap: 18px; }

@media (max-width: 820px) and (min-width: 601px) {
  .header { flex-wrap: wrap; }
  .header nav { width: 100%; justify-content: flex-end; }
  .header .nav-links { gap: 20px; }
}
@media (max-width: 800px) {
  .aftercare-steps { grid-template-columns: 1fr; }
  .aftercare-routine { grid-template-columns: 1fr 1fr; }
  .aftercare-routine li:nth-child(2) { border-right: 0; }
  .aftercare-routine li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .aftercare-advice,
  .aftercare-products { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 600px) {
  .header {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
    padding: 20px 5% 24px;
  }
  .header .brand {
    align-self: center;
    text-align: left;
  }
  .header nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
  }
  .header .nav-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .header .nav-actions {
    justify-content: center;
    gap: 14px;
    width: 100%;
  }
  .header nav .button.small {
    width: min(230px, calc(100vw - 110px));
  }
  .aftercare-page { padding-top: 35px; }
  .aftercare-intro { padding-bottom: 45px; }
  .aftercare-intro h1 { font-size: 54px; }
  .aftercare-lead { font-size: 17px; }
  .aftercare-section { padding: 45px 0; }
  .aftercare-heading { margin-bottom: 28px; }
  .aftercare-scenarios { grid-template-columns: 1fr; }
  .aftercare-scenarios article { min-height: 0; padding: 28px; }
  .aftercare-routine { grid-template-columns: 1fr; }
  .aftercare-routine li,
  .aftercare-routine li:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .aftercare-routine li:last-child { border-bottom: 0; }
  .aftercare-routine strong { margin-bottom: 18px; }
  .aftercare-contact { padding: 55px 7%; }
  .aftercare-contact .button { min-width: 0; width: 100%; }
}

/* Keep headings and signatures upright throughout the site. */
em, i, .italic { font-style: normal !important; }

.map-frame {
  min-height: 390px;
  background: #d3d1c5;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.map-frame iframe { position: absolute; inset: 0; height: 100%; }
.privacy-updated { color: var(--muted); font-size: 14px; margin-bottom: 42px; }
.privacy-page .policy-section a { overflow-wrap: anywhere; }
@media (max-width: 600px) { .map-frame { min-height: 320px; } }

/* Give the longer artist story an image that balances its full height. */
.about-hero { align-items: stretch; }
.about-hero > img {
  height: 100%;
  max-height: 950px;
  object-position: 45% center;
}
@media (max-width: 600px) {
  .about-hero > img { height: 420px; max-height: none; }
  .aftercare-steps li { grid-template-columns: 44px 1fr; gap: 14px; }
  .aftercare-steps li::before { width: 40px; height: 40px; font-size: 11px; }
}

/* Keep the opening panels compact so the title and photograph read together. */
.site-home .hero {
  min-height: 0;
  height: clamp(625px, 56.25vw, 712px);
}
.site-home .hero-copy {
  padding-top: 50px;
  padding-bottom: 30px;
}
.site-home .hero-copy h1 {
  font-size: clamp(58px, 5.6vw, 82px);
  margin-bottom: 22px;
}
.hero-kicker {
  margin: 0 0 14px;
  color: var(--paper);
  font: 10px 'Courier New', Courier, monospace;
  letter-spacing: 2.7px;
  line-height: 1.7;
}
.site-home .hero-copy .eyebrow { margin-bottom: 22px; opacity: .72; }
.site-home .hero-number { margin-top: 34px; }

/* The About portrait spans the story on larger screens and sits beside the
   introduction on mobile, avoiding the old image-at-the-bottom treatment. */
.about-hero {
  grid-template-areas:
    "heading portrait"
    "story portrait";
  grid-template-rows: auto 1fr;
  column-gap: 8%;
  row-gap: 0;
  align-items: start;
}
.about-hero-heading { grid-area: heading; }
.about-hero-heading h1 { margin-bottom: 26px; }
.about-hero-story { grid-area: story; }
.about-hero > img {
  grid-area: portrait;
  align-self: stretch;
  min-height: 0;
  border: 0;
}

@media (max-width: 600px) {
  .site-home .hero {
    height: auto;
  }
  .site-home .hero-photo {
    height: clamp(275px, 76.25vw, 312px);
  }
  .site-home .hero-photo > img {
    object-position: 50% 38%;
  }
  .site-home .hero-copy {
    min-height: 390px;
    padding: 30px 7% 34px;
    justify-content: flex-start;
  }
  .site-home .hero-copy h1 {
    font-size: clamp(48px, 14vw, 56px);
    margin-bottom: 18px;
  }
  .hero-kicker { margin-bottom: 10px; }
  .site-home .hero-copy .eyebrow { margin-bottom: 17px; }
  .site-home .hero-description { margin-bottom: 22px; }
  .site-home .hero-number { margin-top: 25px; }

  .about-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "portrait"
      "story";
    grid-template-rows: auto auto auto;
    padding-top: 34px;
  }
  .about-hero-heading h1 { margin-bottom: 18px; }
  .about-hero > img {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 4 / 3;
    margin: 0 0 30px;
    object-fit: cover;
    object-position: center 46%;
  }
  .about-hero-story .button { width: 100%; margin-top: 8px; }
}
