@font-face { font-family: 'Muli Local'; src: url('assets/muli.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'Quattrocento Local'; src: url('assets/quattrocento.woff2') format('woff2'); font-display: swap; }

:root {
  --ink: #101010;
  --paper: #fff;
  --lavender: #bbb7dd;
  --sand: #dfc493;
  --blush: #ded3ce;
  --footer: #252525;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Muli Local', Arial, sans-serif; overflow-x: hidden; }
button, input { font: inherit; }
button, a { color: inherit; }
a { text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-shell { width: 100%; padding-top: 0px; overflow: hidden; }
.eyebrow { margin: 0 0 8px; font-size: 11px; line-height: 1.3; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; }
.body-copy { margin: 0; color: #716d6a; font-family: 'Quattrocento Local', Georgia, serif; font-size: 16px; line-height: 1.65; }
.outline-button { min-width: 178px; min-height: 60px; display: inline-grid; place-items: center; border: 1px solid currentColor; padding: 0 28px; font-size: 11px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; transition: color .3s ease, background .3s ease, border-color .3s ease; }
.outline-button:hover, .outline-button:focus-visible { background: var(--ink); border-color: var(--ink); color: white; }
.light-button:hover, .light-button:focus-visible { background: white; border-color: white; color: var(--ink); }

/* hero and header */
.hero { width: calc(100% - 40px); height: 900px; margin: 0 20px; position: relative; }
.site-header { position: fixed; inset: 20px 20px auto; z-index: 20; height: 122px; display: grid; grid-template-columns: 225px 1fr 225px; align-items: center; padding: 0 49px; color: white; background: linear-gradient(to bottom, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%)); transition: top .2s ease; }
.site-header.is-scrolled { top: 0; }
.socials { display: flex; align-items: center; gap: 4px; font-family: 'Quattrocento Local', Georgia, serif; font-size: 14px; }
.desktop-nav { display: grid; grid-template-columns: 1fr 76px 1fr; align-items: center; gap: 34px; }
.nav-group { display: flex; align-items: center; justify-content: space-around; gap: 36px; }
.nav-item { position: relative; }
.nav-link { position: relative; display: block; padding: 26px 0; font-size: 13px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; white-space: nowrap; }
.nav-link::before { content: ''; position: absolute; top: 50%; left: -13px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.nav-item:hover > .nav-link::before, .nav-item:focus-within > .nav-link::before, .nav-group-left .nav-item:first-child > .nav-link::before { width: 10px; }
.dropdown { position: absolute; top: calc(100% - 4px); left: -33px; min-width: 220px; display: grid; gap: 0; padding: 22px 33px 21px; background: white; color: #171717; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease, visibility .25s; box-shadow: 0 8px 28px rgb(0 0 0 / 7%); }
.nav-group-right .dropdown { left: -28px; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { position: relative; padding: 6px 0; font-size: 14px; line-height: 1.35; white-space: nowrap; }
.dropdown a::before { content: ''; position: absolute; left: 0; bottom: 4px; width: 0; height: 1px; background: currentColor; transition: width .2s ease; }
.dropdown a:hover::before, .dropdown a:focus-visible::before { width: 13px; }
.dropdown a.current::before { width: 10px; }
.brand img { width: 58px; height: 58px; }
.brand-light { justify-self: center; }
.brand-dark { display: none; }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 22px; }
.header-tools button { appearance: none; border: 0; background: transparent; padding: 0; cursor: pointer; }
.search-trigger { width: 22px; height: 22px; position: relative; }
.search-trigger::before { content: ''; position: absolute; width: 13px; height: 13px; border: 1px solid white; border-radius: 50%; left: 1px; top: 1px; }
.search-trigger::after { content: ''; position: absolute; width: 7px; height: 1px; background: white; transform: rotate(45deg); right: 1px; bottom: 4px; }
.cart-wrap { position: relative; }
.cart-trigger { width: 32px; height: 28px; position: relative; }
.cart-trigger small { position: absolute; left: 24px; top: -7px; font-size: 8px; letter-spacing: .08em; }
.bag { position: absolute; width: 18px; height: 13px; border: 1px solid white; left: 0; bottom: 2px; }
.bag::before { content: ''; position: absolute; width: 9px; height: 5px; border: 1px solid white; border-bottom: 0; border-radius: 8px 8px 0 0; left: 3px; top: -6px; }
.cart-popover { position: absolute; top: 35px; right: -44px; width: 235px; margin: 0; padding: 21px 25px; background: white; color: #5f5a57; font-family: 'Quattrocento Local', Georgia, serif; font-size: 14px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .25s ease; }
.cart-popover.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.menu-trigger { width: 25px; height: 24px; display: grid; align-content: center; gap: 6px; }
.menu-trigger i { display: block; width: 24px; height: 1px; background: white; transition: transform .25s ease; }
.mobile-nav { display: none; }
.hero-stage { width: 100%; height: 100%; position: relative; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity .8s ease, transform 7s ease, visibility .8s; }
.hero-slide-0 { background-image: url('assets/hero-matthew.jpg'); }
.hero-slide-1 { background-image: url('assets/hero-fun.jpg'); }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-copy { position: absolute; z-index: 2; inset: 290px 80px auto; display: flex; flex-direction: column; align-items: center; color: white; text-align: center; }
.hero-copy .eyebrow { margin-bottom: 2px; }
.hero-signature { position: relative; width: min(67vw, 940px); height: 105px; margin: -1px 0 2px; }
.hero-signature img { position: absolute; top: -40px; width: 52%; height: 176px; object-fit: contain; }
.hero-signature img:first-child { left: 0; }
.hero-signature img:last-child { right: 0; }
.signature-0 img:last-child { right: 1%; }
.signature-1 img:first-child { width: 53%; }
.signature-1 img:last-child { width: 49%; }
.hero-title { margin: -12px 0 0; font-size: 43px; line-height: 1.08; font-weight: 400; }
.hero-description { font-family: 'Quattrocento Local', Georgia, serif; font-size: 20px; line-height: 1.42; margin: -8px 0 31px; }
.awards { width: 320px; margin-top: 20px; }
.awards img { width: 100%; height: auto; }
.hero-arrow { position: absolute; z-index: 5; top: calc(50% - 31px); width: 62px; height: 62px; border: 0; background: transparent; color: white; cursor: pointer; }
.hero-arrow::before { content: ''; position: absolute; inset: 11px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.hero-arrow.prev { left: 50px; transform: rotate(180deg); }
.hero-arrow.next { right: 50px; }
.hero-arrow span { position: absolute; top: 25px; right: 57px; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; opacity: 0; transition: opacity .2s; }
.hero-arrow.prev span { transform: rotate(180deg); }
.hero-arrow:hover span { opacity: 1; }
.hero-dots { position: absolute; z-index: 4; left: 50%; bottom: 25px; transform: translateX(-50%); display: flex; gap: 12px; }
.hero-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; }
.hero-dots button.active { background: white; }
.search-overlay { position: absolute; inset: 0; z-index: 29; background: rgb(0 0 0 / 24%); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }
.search-overlay.is-open { opacity: 1; visibility: visible; }
.search-form { position: absolute; top: 109px; right: 148px; width: 385px; height: 62px; display: grid; grid-template-columns: 1fr 54px; background: white; }
.search-form input { min-width: 0; border: 0; padding: 0 28px; background: transparent; color: #514c49; font-family: 'Quattrocento Local', Georgia, serif; font-size: 16px; outline: 0; }
.search-form button { border: 0; background: transparent; font-size: 35px; font-weight: 200; color: #595553; cursor: pointer; }

/* promotion grid */
.promo-grid { width: calc(100% - 40px); height: 672px; margin: 0 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.promo-stack { min-width: 0; display: grid; grid-template-rows: 1fr 1fr; }
.promo-card { position: relative; min-width: 0; overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position: center; }
.promo-card::after { content: ''; position: absolute; inset: 0; background: rgb(0 0 0 / 0%); transition: background .35s ease; }
.promo-tall:hover::after { background: rgb(0 0 0 / 12%); }
.promo-card.promo-hair::after, .promo-card.promo-hair:hover::after { background: rgb(0 0 0 / 25%); }
.promo-hair { background-image: url('assets/promo-hair.jpg'); }
.promo-fashion { background-image: url('assets/promo-fashion.jpg'); }
.promo-conditioner { background-image: url('assets/promo-conditioner.jpg'); }
.promo-shampoo { background-image: url('assets/promo-shampoo.jpg'); }
.promo-overlay { position: absolute; z-index: 2; inset: 50% 12px auto; transform: translateY(-38%); color: white; text-align: center; display: flex; flex-direction: column; align-items: center; }
.promo-overlay h2, .product-copy h2 { margin: 0; font-size: 46px; line-height: 1.13; font-weight: 400; }
.promo-overlay .outline-button { margin-top: 35px; }
.promo-overlay .outline-button { min-width: 160px; min-height: 54px; }
.product-copy { position: absolute; z-index: 2; top: 67px; left: 59px; }
.promo-shampoo .product-copy { left: 50%; top: 66px; }
.product-copy h2 { margin: 1px 0 13px; }
.product-copy > p:not(.eyebrow) { margin: 0 0 30px; color: #7d7772; font-family: 'Quattrocento Local', Georgia, serif; font-size: 16px; line-height: 1.65; }
.promo-product .outline-button { min-width: 160px; min-height: 53px; }

/* hours */
.hours { min-height: 457px; max-width: 1090px; margin: 0 auto; padding: 155px 0 57px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.hours h2, .story-copy h2 { margin: 0 0 20px; font-size: 46px; line-height: 1.13; font-weight: 400; }
.hours-intro .body-copy { max-width: 485px; }
.hours-list { margin: -2px 0 0; }
.hours-list div { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 72px; border-bottom: 1px solid #e5e3e2; }
.hours-list div:last-child { border-bottom: 0; }
.hours-list dt, .hours-list dd { margin: 0; font-size: 17px; font-weight: 600; }

/* split editorial stories */
.split-story { width: calc(100% - 40px); height: 693px; margin: 0 20px; display: grid; grid-template-columns: 1fr 1fr; }
.story-copy { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 9%; text-align: center; overflow: hidden; }
.story-copy > * { transform: translateY(0); }
.first-story .story-copy > * { transform: translateY(1px); }
.story-copy .body-copy { max-width: 520px; }
.story-copy .outline-button { margin-top: 35px; }
.lavender { background: var(--lavender); }
.blush { background: var(--blush); }
.blush::before { content: ''; position: absolute; inset: 0; background: url('assets/story-accent.png') left top / cover no-repeat; pointer-events: none; }
.story-copy > * { position: relative; z-index: 1; }
.story-image { background-size: cover; background-position: center; }
.story-pink { background-image: url('assets/story-pink.jpg'); }
.story-blonde { background-image: url('assets/story-blonde.jpg'); }
.services-statement { min-height: 449px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 117px 24px 75px; text-align: center; }
.services-statement h2 { max-width: 1010px; margin: 0; font-size: 32px; line-height: 1.1; font-weight: 400; }
.services-statement > * { transform: translateY(-20px); }
.services-statement .outline-button { margin-top: 34px; min-width: 160px; min-height: 53px; }

/* testimonial carousel */
.testimonials { position: relative; height: 584px; min-height: 584px; padding: 11px 0 84px; overflow: hidden; }
.testimonial-track { width: 100%; display: flex; transition: transform .6s cubic-bezier(.25,.8,.25,1); }
.testimonial-track.page-0 { transform: translateX(-137.5px); }
.testimonial-track.page-1 { transform: translateX(-477.5px); }
.testimonial-track.page-2 { transform: translateX(-817.5px); }
.testimonial { flex: 0 0 340px; padding: 0 24.5px; text-align: center; }
.portrait { position: relative; width: 201px; height: 201px; margin: 0 auto 32px; }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.quote { position: absolute; top: -10px; right: -5px; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; font-size: 34px; font-weight: 700; line-height: 1; }
.quote-0 { background: #d9d3ce; }
.quote-1 { background: #dfb8b1; }
.quote-2 { background: #e4ce9e; }
.testimonial h3 { margin: 0 0 5px; font-size: 25px; line-height: 1.2; font-weight: 400; }
.testimonial .eyebrow { margin-bottom: 19px; }
.testimonial .body-copy { line-height: 1.55; }
.testimonial-arrow { position: absolute; z-index: 4; top: 255px; width: 50px; height: 65px; border: 0; background: transparent; cursor: pointer; }
.testimonial-arrow::before { content: ''; position: absolute; inset: 12px; border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); transform: rotate(45deg); }
.testimonial-arrow.previous { left: 7%; transform: rotate(180deg); }
.testimonial-arrow.next { right: 7%; }
.testimonial-dots { position: absolute; left: 50%; bottom: 72px; transform: translateX(-50%); display: flex; gap: 20px; }
.testimonial-dots button { width: 11px; height: 11px; padding: 0; border: 0; border-radius: 50%; background: #aaa; cursor: pointer; }
.testimonial-dots button.active { background: #171717; }
.instagram { height: 90px; min-height: 90px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.instagram > * { transform: translateY(-31px); }
.instagram img { width: 28px; height: 28px; }
.instagram h2 { margin: 0; font-size: 46px; line-height: 1.13; font-weight: 400; letter-spacing: -.85px; }

/* footer */
footer { width: calc(100% - 40px); margin: 0 20px 20px; color: white; background: var(--footer); }
.footer-main { min-height: 345px; padding: 88px 10.3% 57px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 42px; }
.footer-main section { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main h3 { margin: 0 0 23px; font-size: 18px; line-height: 1.22; font-weight: 600; }
.footer-main a, .footer-main p { margin: 0 0 13px; color: white; font-family: 'Quattrocento Local', Georgia, serif; font-size: 16px; line-height: 1.45; transition: opacity .2s; }
.footer-main a:hover { opacity: .65; }
.footer-about img { width: 58px; height: 58px; margin-bottom: 17px; }
.footer-about p { max-width: 190px; }
.footer-bottom { min-height: 45px; display: grid; place-items: center; background: #191919; color: #969696; font-family: 'Quattrocento Local', Georgia, serif; font-size: 14px; text-align: center; }
.back-top { position: fixed; z-index: 25; right: 39px; bottom: 33px; width: 40px; height: 40px; border: 1px solid #8e8b88; background: rgb(255 255 255 / 18%); color: #6e6b68; cursor: pointer; backdrop-filter: blur(5px); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }
.back-top.is-visible { opacity: 1; visibility: visible; }
.theme-tools { position: fixed; z-index: 24; right: 0; top: 245px; display: grid; box-shadow: 0 4px 14px rgb(0 0 0 / 9%); }
.theme-tools span { width: 116px; height: 42px; display: flex; align-items: center; gap: 10px; padding: 0 13px; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.related-mark { background: #ec2d52; color: white; }
.buy-mark { background: white; color: #252525; }
.theme-tools b { color: inherit; font-size: 18px; line-height: 1; }

/* slide-out panel */
.drawer-shade { position: fixed; inset: 0; z-index: 40; background: rgb(0 0 0 / 8%); opacity: 0; visibility: hidden; transition: .35s; }
.drawer-shade.is-open { opacity: 1; visibility: visible; }
.side-drawer { position: fixed; z-index: 41; top: 0; right: 0; width: min(34vw, 485px); height: 100vh; padding: 104px 68px 58px; overflow-y: auto; background: #f8f1ee; text-align: center; transform: translateX(100%); visibility: hidden; transition: transform .4s cubic-bezier(.25,.8,.25,1), visibility .4s; }
.side-drawer.is-open { transform: translateX(0); visibility: visible; }
.drawer-close { position: absolute; top: 35px; right: 35px; width: 34px; height: 34px; border: 0; background: transparent; color: #5e5956; font-size: 38px; font-weight: 200; cursor: pointer; }
.side-logo { width: 56px; height: 56px; margin: 0 auto 33px; }
.side-drawer > .body-copy { max-width: 290px; margin: 0 auto 54px; }
.side-drawer address { display: grid; gap: 3px; margin-bottom: 47px; font-style: normal; font-family: 'Quattrocento Local', Georgia, serif; font-size: 15px; line-height: 1.55; }
.drawer-gallery { width: 258px; margin: 0 auto 46px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.drawer-gallery img { width: 124px; height: 124px; object-fit: cover; }
.drawer-social { margin: 0; font-family: 'Quattrocento Local', Georgia, serif; font-size: 14px; }

@media (min-width: 1025px) {
  .hero { margin-top: 0px; }
  .promo-hair .promo-overlay, .promo-fashion .promo-overlay { transform: translateY(calc(-38% - 24px)); }
  .promo-fashion .promo-overlay h2 { width: 190px; }
  .product-copy { top: 55px; }
  .promo-shampoo .product-copy { top: 55px; }
  .hours { padding-top: 135px; padding-bottom: 77px; }
  .hours { max-width: 1068px; gap: 110px; }
  .story-copy h2 { width: 536px; max-width: 100%; }
  .services-statement h2 { max-width: 900px; }
  .second-story { margin-bottom: 139px; }
  .services-statement h2 { letter-spacing: -.5px; }
  .testimonial-arrow { top: 194px; }
  .testimonial-dots { bottom: 128px; }
  footer { margin-top: 1px; }
  .footer-main { height: 307px; min-height: 307px; padding-top: 49px; padding-bottom: 42px; }
  .footer-bottom { min-height: 42px; }
  .nav-group-left { justify-content: flex-end; gap: 50px; }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .site-header { grid-template-columns: 145px 1fr 150px; padding: 0 32px; }
  .nav-group { gap: 20px; }
  .nav-link { font-size: 12px; letter-spacing: .19em; }
  .header-tools { gap: 15px; }
  .hours { padding-left: 60px; padding-right: 60px; }
}

@media (min-width: 1025px) {
  body { border-top: 20px solid white; }
}

@media (max-width: 1024px) {
  .hero { width: calc(100% - 40px); height: auto; min-height: 0; margin: 0 20px; }
  .site-header { position: relative; inset: auto; height: 67px; grid-template-columns: 1fr auto; padding: 0; color: var(--ink); background: white; }
  .socials, .desktop-nav, .search-trigger, .cart-wrap { display: none !important; }
  .brand-dark { display: block; justify-self: start; }
  .brand-dark img { width: 50px; height: 50px; }
  .header-tools { justify-self: end; gap: 0; }
  .menu-trigger i { background: var(--ink); }
  .mobile-nav { position: relative; z-index: 15; display: block; max-height: 0; overflow: hidden; background: white; padding: 0 27px; transition: max-height .4s ease, padding .4s ease; }
  .mobile-nav.is-open { max-height: 640px; padding-top: 25px; padding-bottom: 25px; overflow-y: auto; }
  .mobile-nav-item > a { min-height: 34px; display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; letter-spacing: .26em; font-size: 13px; font-weight: 600; }
  .mobile-nav-item > a span { font-size: 25px; line-height: 1; letter-spacing: 0; transition: transform .2s; }
  .mobile-submenu { display: grid; max-height: 0; overflow: hidden; padding-left: 15px; transition: max-height .3s ease; }
  .mobile-submenu.is-open { max-height: 300px; }
  .mobile-submenu a { padding: 6px 0; font-size: 13px; }
  .hero-stage { height: calc(100vh - 67px); min-height: 693px; }
  .hero-copy { display: flex; inset: 320px 40px auto; }
  .hero-signature { width: min(88vw, 640px); height: 102px; }
  .hero-signature img { top: -28px; }
  .hero-copy > .eyebrow { transform: translateY(13px); }
  .hero-title { font-size: 34px; }
  .hero-arrow { display: none; }
  .hero-dots { display: flex; bottom: 74px; }
  .hero-slide { background-position: center; }
  .search-overlay { display: none; }

  .promo-grid { height: auto; display: block; padding-top: 20px; }
  .promo-card { height: 519px; min-height: 0; }
  .promo-hair, .promo-fashion { height: 533px; }
  .promo-stack { display: block; }
  .promo-hair .promo-overlay, .promo-fashion .promo-overlay { transform: translateY(-47.5%); }
  .promo-fashion .promo-overlay h2 { width: 190px; }
  .product-copy { top: 147px; left: 13%; }
  .promo-shampoo .product-copy { left: 45%; top: 147px; }

  .hours { max-width: none; height: 693px; min-height: 693px; margin: 0 20px; padding: 135px 50px 49px; display: block; }
  .hours-intro .body-copy { max-width: 620px; }
  .hours-list { margin-top: 36px; }

  .split-story { height: auto; display: flex; flex-direction: column; }
  .split-story > * { flex: 0 0 auto; height: calc((100vw - 40px) * .985); min-height: 0; }
  .story-copy { padding-left: 8%; padding-right: 8%; }
  .story-copy h2 { width: 536px; max-width: 100%; }
  .first-story h2 br { display: none; }
  .first-story .story-copy > * { transform: translateY(2px); }
  .services-statement { height: 484px; min-height: 484px; padding: 105px 55px; }
  .services-statement > * { transform: translateY(1px); }
  .services-statement h2 { max-width: 589px; }
  .services-statement h2 { line-height: 35px; letter-spacing: -.5px; }
  .services-statement br.desktop-only { display: none; }
  .second-story .story-image { order: 1; }
  .second-story .story-copy { order: 2; }
  .second-story { padding-bottom: 88px; background: white; }
  .second-story .story-copy > * { transform: translateY(-27px); }

  .testimonials { height: 611px; min-height: 611px; padding: 12px 46px 60px; }
  .testimonial { flex: 0 0 291px; padding: 0 15px; }
  .testimonial-track.page-0 { transform: translateX(-251px); }
  .testimonial-track.page-1 { transform: translateX(-542px); }
  .testimonial-track.page-2 { transform: translateX(-833px); }
  .portrait { width: 201px; height: 201px; }
  .portrait { margin-bottom: 31px; }
  .testimonial-arrow { top: 95px; }
  .testimonial-dots { bottom: 34px; }
  .testimonial-arrow.previous { left: 2%; }
  .testimonial-arrow.next { right: 2%; }
  .instagram { height: 90px; min-height: 90px; }
  .instagram { gap: 24px; }
  .instagram > * { transform: translateY(-31px); }
  .instagram h2 { letter-spacing: -.85px; }
  footer { margin-top: 30px; }
  .footer-main { min-height: 519px; padding-left: 7%; padding-right: 7%; gap: 25px; }
  .side-drawer { display: none; }
  .theme-tools { display: none; }
}

@media (max-width: 520px) {
  .site-shell { padding-top: 27px; }
  .hero-stage { height: calc(100vh - 67px); min-height: 777px; }
  .hero-slide-0 { background-position: 48% center; }
  .hero-slide-1 { background-position: center; }
  .hero-copy { inset: 290px 40px auto; }
  .hero-copy > :not(.hero-signature) { display: none; }
  .hero-dots { display: none; }
  .hero-signature { width: 235px; height: 180px; }
  .signature-0 img { width: 100%; left: 0; right: auto; }
  .signature-0 img:first-child { top: -32px; }
  .signature-0 img:last-child { top: 43px; }
  .signature-1 img { width: 100%; left: 0; right: auto; }
  .signature-1 img:first-child { top: -32px; }
  .signature-1 img:last-child { top: 43px; }
  .promo-card { height: calc((100vw - 40px) * 1.1242857); min-height: 0; }
  .promo-fashion { height: calc((100vw - 40px) * 1.1242857); }
  .promo-grid { padding-top: 0; }
  .promo-overlay h2, .product-copy h2 { font-size: 46px; }
  .promo-hair .promo-overlay { inset: 182px 12px auto; transform: none; }
  .promo-fashion .promo-overlay { inset: 22px 12px auto; transform: none; }
  .promo-fashion .promo-overlay h2 { width: 190px; }
  .promo-product h2 { letter-spacing: -1px; }
  .promo-overlay .outline-button { margin-top: 30px; }
  .promo-conditioner .product-copy { top: 203px; left: 13%; }
  .promo-shampoo .product-copy { top: 52px; left: 43%; }
  .product-copy h2 { margin-bottom: 9px; }
  .product-copy > p:not(.eyebrow) { display: none; }
  .promo-product .outline-button { margin-top: 25px; min-width: 155px; min-height: 53px; }

  .hours { height: 586px; min-height: 586px; margin: 90px 20px 0; padding: 0 30px 55px; }
  .hours h2, .story-copy h2 { font-size: 46px; }
  .hours h2 { margin-bottom: 24px; }
  .hours .body-copy { line-height: 1.6; }
  .hours-list { margin-top: 33px; }
  .hours-list div { min-height: 72px; }
  .hours-list dt, .hours-list dd { font-size: 16px; }

  .split-story > * { height: calc((100vw - 40px) * 1.4); min-height: 0; }
  .first-story { margin-top: 68px; padding-bottom: 3px; }
  .first-story .story-copy > * { transform: translateY(55px); }
  .first-story h2 br { display: none; }
  .second-story { margin-top: 100px; padding-bottom: 0; }
  .second-story > * { height: 440px; }
  .second-story .story-copy { justify-content: flex-start; padding-top: 0; }
  .second-story .story-copy > * { transform: translateY(-11px); }
  .story-copy h2 { width: auto; max-width: none; }
  .second-story h2 { letter-spacing: -.75px; }
  .story-copy { padding: 50px 13px; }
  .story-copy h2 { margin-bottom: 22px; }
  .story-copy .body-copy { font-size: 15px; line-height: 1.6; }
  .story-copy .outline-button { margin-top: 31px; }
  .services-statement { height: 319px; min-height: 319px; padding: 72px 20px; }
  .services-statement { margin-top: 93px; }
  .services-statement > * { transform: none; }
  .services-statement h2 { font-size: 32px; line-height: 35px; }
  .services-statement h2 { letter-spacing: normal; }
  .services-statement .outline-button { margin-top: 28px; }

  .testimonials { height: 491px; min-height: 491px; padding: 11px 15px 74px; }
  .testimonials { margin-top: 100px; }
  .testimonial { flex: 0 0 277px; padding: 0 15px; }
  .testimonial-track.page-0 { transform: translateX(-243px); }
  .testimonial-track.page-1 { transform: translateX(-520px); }
  .testimonial-track.page-2 { transform: translateX(-797px); }
  .portrait { width: 201px; height: 201px; margin-bottom: 32px; }
  .quote { width: 43px; height: 43px; font-size: 29px; }
  .testimonial h3 { font-size: 25px; }
  .testimonial .body-copy { font-size: 15px; }
  .testimonial-arrow { top: 182px; width: 40px; height: 58px; }
  .testimonial-arrow.previous { left: 3px; }
  .testimonial-arrow.next { right: 3px; }
  .testimonial-dots { bottom: 41px; gap: 14px; }
  .testimonial-dots button { width: 9px; height: 9px; }
  .instagram { min-height: 90px; gap: 24px; }
  .instagram { margin-top: 100px; }
  .instagram > * { transform: translate(-1px, -31px); }
  .instagram img { width: 28px; height: 28px; }
  .instagram h2 { font-size: 46px; letter-spacing: -.85px; }

  footer { margin-bottom: 20px; }
  .footer-main { height: 835px; min-height: 835px; padding: 58px 29px 62px; display: block; }
  .footer-main section { margin-bottom: 0; }
  .footer-main h3 { margin: 0 0 23px; font-size: 17px; }
  .footer-main a, .footer-main p { margin-bottom: 19px; font-size: 16px; line-height: 1.55; }
  .footer-about img { margin-bottom: 13px; }
  .footer-about p { max-width: 260px; margin-bottom: 0; }
  .footer-bottom { min-height: 65px; padding: 12px 35px; font-size: 13px; line-height: 1.6; }
  .back-top { right: 53px; bottom: 25px; }
  .desktop-only { display: none; }
}

/* Blaque Beauty Bar one-page edition */
:root { --lavender:#87907a; --sand:#f7c6cf; --blush:#f2dede; --footer:#1a1a1a; --sage:#6e7d65; --pink:#f7c6cf; }
section[id] { scroll-margin-top: 24px; }
.book-pill { display:grid; place-items:center; min-width:140px; min-height:42px; border:1px solid currentColor; font-size:10px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; transition:.25s; }
.book-pill:hover { background:#fff; color:#1a1a1a; }
.header-tools { gap:18px; }
.desktop-nav { grid-template-columns:1fr 74px 1fr; gap:25px; }
.nav-group { gap:22px; }
.nav-link { font-size:10px; letter-spacing:.18em; }
.hero-slide-0 { background-image:url('assets/blaque-hero.png'); background-position:center; }
.hero-slide-1 { background-image:url('assets/blaque-studio.png'); background-position:center; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.35),rgba(0,0,0,.08) 55%,rgba(0,0,0,.18)); }
.hero-copy { inset:245px auto auto 9%; align-items:flex-start; max-width:760px; text-align:left; }
.hero-copy h1 { margin:9px 0 22px; font-family:'Quattrocento Local',Georgia,serif; font-size:clamp(64px,7.1vw,112px); line-height:.9; font-weight:400; letter-spacing:-.045em; }
.hero-copy h1 em { font-weight:400; }
.hero-description { max-width:590px; margin:0 0 34px; font-size:18px; }
.hero-actions { display:flex; align-items:center; gap:30px; }
.text-link { padding:14px 0; border-bottom:1px solid currentColor; font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; }
.trust-bar { min-height:94px; margin:0 20px; padding:25px 5%; display:flex; align-items:center; justify-content:space-between; gap:22px; background:var(--sage); color:white; font-size:10px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.trust-bar span+span::before { content:'•'; margin-right:4vw; color:var(--pink); }
.promo-overlay > p:not(.eyebrow) { max-width:340px; margin:15px 0 0; font-family:'Quattrocento Local',Georgia,serif; line-height:1.5; }
.promo-card::after { background:rgb(0 0 0 / 13%); }
.promo-product::after { background:rgb(255 255 255 / 10%); }
.promo-product .product-copy { max-width:320px; }
.why-section { min-height:570px; }
.sage { background:var(--sage); color:white; }
.sage .body-copy { color:rgba(255,255,255,.84); }
.story-monique { background-image:url('assets/blaque-hero.png'); background-position:72% center; }
.story-extra { margin-top:16px!important; }
.founder-strip { margin:0 20px; padding:34px 6%; display:flex; justify-content:center; align-items:center; gap:4vw; background:#111; color:#fff; font-size:11px; letter-spacing:.13em; text-transform:uppercase; }
.founder-strip strong { font-family:'Quattrocento Local',Georgia,serif; font-size:28px; font-weight:400; letter-spacing:0; text-transform:none; }
.section-heading { max-width:750px; margin:0 auto 64px; text-align:center; }
.section-heading h2,.training-section h2,.contact-copy h2,.signup h2,.final-cta h2 { margin:0 0 20px; font-size:clamp(43px,5vw,72px); line-height:1.04; font-weight:400; }
.first-timer-section,.faq-section,.policies { width:min(1180px,calc(100% - 80px)); margin:0 auto; padding:125px 0; }
.guide-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #ddd; border-left:1px solid #ddd; }
.guide-grid article { min-height:315px; padding:34px 28px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.guide-grid article>span { color:var(--sage); font-size:10px; letter-spacing:.18em; }
.guide-grid h3,.training-days h3,.membership-details h3 { margin:42px 0 13px; font-size:24px; line-height:1.2; font-weight:400; }
.guide-grid p,.training-days p,.membership-details li,.policy-grid p { color:#716d6a; font-family:'Quattrocento Local',Georgia,serif; font-size:16px; line-height:1.6; }
.guide-cta { background:var(--blush); }
.guide-cta h3 { margin-top:10px; }
.guide-cta .outline-button { margin-top:15px; min-height:48px; }
.pink { background:var(--pink); }
.membership-price { margin:0 0 20px; font-family:'Quattrocento Local',Georgia,serif; font-size:56px; }
.membership-price small { font-family:'Muli Local',Arial,sans-serif; font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.membership-details { margin:0 20px; padding:75px 10%; display:grid; grid-template-columns:1fr 1fr; gap:14%; background:#f8f4f1; }
.membership-details h3 { margin-top:0; }
.membership-details ul { padding-left:18px; }
.membership-details a { border-bottom:1px solid; font-size:11px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; }
.wednesday { margin:0 20px; min-height:430px; padding:80px 20px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; color:white; background:linear-gradient(rgba(110,125,101,.88),rgba(110,125,101,.88)),url('assets/promo-hair.jpg') center/cover; }
.wednesday h2 { margin:5px 0 20px; font-size:clamp(42px,5vw,70px); font-weight:400; }
.wednesday p:not(.eyebrow) { margin:0; font-family:'Quattrocento Local',Georgia,serif; font-size:22px; }
.wednesday small { margin:9px 0 28px; }
.training-section { margin:0 20px; padding:130px 9%; display:grid; grid-template-columns:.9fr 1.1fr; gap:9%; background:#f2dede; }
.training-intro .body-copy { max-width:480px; }
.investment { display:block; margin:25px 0; font-size:13px; letter-spacing:.15em; text-transform:uppercase; }
.training-days { display:grid; grid-template-columns:1fr 1fr; }
.training-days article { min-height:280px; padding:35px; border:1px solid rgba(0,0,0,.18); }
.training-days article:nth-child(2) { border-left:0; }
.training-days .included { grid-column:1/-1; min-height:240px; border-top:0; }
.training-days h3 { margin:16px 0 13px; font-size:29px; }
.faq-section { width:min(1050px,calc(100% - 80px)); }
.faq-list { border-top:1px solid #d7d3d1; }
.faq-list details { border-bottom:1px solid #d7d3d1; }
.faq-list summary { position:relative; padding:25px 55px 25px 0; cursor:pointer; list-style:none; font-size:15px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:'+'; position:absolute; right:7px; top:18px; font-family:'Quattrocento Local',serif; font-size:30px; font-weight:400; }
.faq-list details[open] summary::after { content:'−'; }
.faq-list p { max-width:820px; margin:-6px 0 25px; color:#716d6a; font-family:'Quattrocento Local',Georgia,serif; font-size:17px; line-height:1.65; }
.contact-section { margin:0 20px; display:grid; grid-template-columns:1fr 1fr; min-height:680px; }
.contact-image { background:url('assets/blaque-studio.png') center/cover; }
.contact-copy { padding:90px 10%; display:flex; flex-direction:column; justify-content:center; background:var(--sage); color:white; }
.contact-copy address { margin:5px 0 22px; font-family:'Quattrocento Local',Georgia,serif; font-size:17px; line-height:1.6; font-style:normal; }
.contact-copy>a { align-self:flex-start; border-bottom:1px solid; }
.contact-actions { display:flex; gap:14px; margin-top:35px; }
.contact-actions a { border-bottom:1px solid currentColor; }
.signup { margin:0 20px; padding:85px 9%; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:9%; background:#f7c6cf; }
.signup h2 { margin-bottom:0; font-size:clamp(34px,4vw,54px); }
.signup-form { position:relative; display:grid; grid-template-columns:1fr auto; border-bottom:1px solid #1a1a1a; }
.signup-form input,.signup-form button { border:0; padding:18px 0; background:transparent; outline:0; }
.signup-form input { font-family:'Quattrocento Local',Georgia,serif; font-size:18px; }
.signup-form button { cursor:pointer; font-size:10px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; }
.signup-form .form-status { position:absolute; top:100%; }
.policy-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #ddd; border-left:1px solid #ddd; }
.policy-grid p { margin:0; padding:25px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.legal-note { margin:30px 0 0; color:#777; font-size:12px; text-align:center; }
.final-cta { margin:0 20px; min-height:490px; padding:80px 20px; display:flex; flex-direction:column; align-items:center; justify-content:center; color:white; text-align:center; background:linear-gradient(rgba(0,0,0,.48),rgba(0,0,0,.48)),url('assets/blaque-studio.png') center/cover; }
.footer-bottom { padding:13px 4%; display:flex; justify-content:space-between; }
.footer-bottom a { color:white; border-bottom:1px solid #777; }

@media(max-width:1200px) and (min-width:1025px){.site-header{grid-template-columns:115px 1fr 150px;padding:0 25px}.nav-group{gap:15px}.nav-link{font-size:9px;letter-spacing:.12em}.socials{font-size:12px}.guide-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1024px){.site-header{padding:0 5px}.site-header::before{content:'';width:52px;height:52px;background:url('assets/blaque-logo-dark.svg') center/contain no-repeat}.book-pill{color:var(--ink);min-height:38px}.mobile-nav{display:grid;grid-template-columns:1fr}.mobile-nav>a{padding:9px 0;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.mobile-nav.is-open{max-height:620px}.mobile-book{color:var(--sage)}.hero-copy{inset:260px 8% auto;max-width:650px}.hero-copy h1{font-size:clamp(58px,10vw,90px)}.hero-copy>.eyebrow{transform:none}.trust-bar{flex-wrap:wrap;justify-content:center}.trust-bar span+span::before{display:none}.guide-grid{grid-template-columns:repeat(2,1fr)}.training-section{grid-template-columns:1fr}.training-intro{margin-bottom:60px}.contact-section{min-height:600px}.footer-main{min-height:auto;padding-top:65px;padding-bottom:50px}}
@media(max-width:720px){.hero{margin:0 12px;width:calc(100% - 24px)}.hero-stage{min-height:680px}.hero-copy{inset:190px 28px auto}.hero-copy h1{font-size:56px}.hero-description{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:8px}.trust-bar,.promo-grid,.split-story,.founder-strip,.membership-details,.wednesday,.training-section,.contact-section,.signup,.final-cta,footer{margin-left:12px;margin-right:12px;width:calc(100% - 24px)}.trust-bar{padding:22px;justify-content:flex-start;gap:14px}.trust-bar span{width:100%}.promo-grid{padding-top:0}.promo-overlay>p:not(.eyebrow){font-size:15px}.why-section{height:auto!important;min-height:660px;padding:75px 25px!important;margin:0 12px!important}.split-story>*{height:auto;min-height:500px}.story-image{min-height:520px}.story-copy{padding:65px 25px}.story-extra{display:none}.founder-strip{align-items:flex-start;flex-direction:column;gap:12px}.first-timer-section,.faq-section,.policies{width:calc(100% - 48px);padding:90px 0}.guide-grid{grid-template-columns:1fr}.guide-grid article{min-height:auto}.membership-details{grid-template-columns:1fr;gap:35px;padding:55px 30px}.wednesday h2{font-size:45px}.training-section{padding:80px 28px}.training-days{grid-template-columns:1fr}.training-days article:nth-child(2){border-left:1px solid rgba(0,0,0,.18);border-top:0}.training-days .included{grid-column:auto}.contact-section{grid-template-columns:1fr}.contact-image{min-height:450px}.contact-copy{padding:70px 30px}.contact-actions{align-items:flex-start;flex-direction:column}.signup{grid-template-columns:1fr;padding:65px 28px;gap:35px}.policy-grid{grid-template-columns:1fr}.footer-main{height:auto;min-height:auto}.footer-main section{margin-bottom:30px}.footer-bottom{display:grid;gap:6px}.final-cta h2 br{display:none}}

@media (min-width: 1025px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; column-gap: clamp(18px, 1.8vw, 34px); }
  .menu-trigger { display: none; }
  .desktop-nav { grid-column: 1; grid-row: 1; width: 100%; gap: clamp(18px, 2vw, 38px); }
  .nav-group, .nav-group-left { justify-content: space-evenly; gap: 2vw; }
  .socials { grid-column: 2; grid-row: 1; position: static; gap: 12px; }
  .socials span { display: none; }
  .socials a { width: 18px; height: 18px; display: grid; place-items: center; overflow: hidden; font-size: 0; }
  .socials a::before { content: ''; width: 17px; height: 17px; display: block; background: #fff; -webkit-mask: center / contain no-repeat; mask: center / contain no-repeat; }
  .socials a:first-of-type::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2Zm-.2 2A3.6 3.6 0 0 0 4 7.6v8.8A3.6 3.6 0 0 0 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6A3.6 3.6 0 0 0 16.4 4H7.6Zm9.65 1.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2Zm-.2 2A3.6 3.6 0 0 0 4 7.6v8.8A3.6 3.6 0 0 0 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6A3.6 3.6 0 0 0 16.4 4H7.6Zm9.65 1.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/%3E%3C/svg%3E"); }
  .socials a:last-of-type::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 1 1-2-2.75V9.4a6.33 6.33 0 1 0 5.45 6.27V8.73a8.16 8.16 0 0 0 4.77 1.52V6.82c-.34 0-.67-.05-1-.13Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 1 1-2-2.75V9.4a6.33 6.33 0 1 0 5.45 6.27V8.73a8.16 8.16 0 0 0 4.77 1.52V6.82c-.34 0-.67-.05-1-.13Z'/%3E%3C/svg%3E"); }
  .header-tools { grid-column: 3; grid-row: 1; }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .site-header { padding-inline: 25px; column-gap: 15px; }
  .desktop-nav { gap: 15px; }
  .nav-group, .nav-group-left { gap: 12px; }
  .nav-link { font-size: 9px; letter-spacing: .12em; }
  .socials { gap: 8px; }
  .socials a { width: 16px; height: 16px; }
  .book-pill { min-width: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Shared standalone inner pages */
.inner-page { background: #fff; }
.inner-header { height: 112px; margin: 27px 20px 0; padding: 0 4.8%; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; background: #fff; }
.inner-header .brand img { width: 58px; height: 58px; }
.inner-nav { justify-self: center; display: flex; gap: 42px; }
.inner-nav a { position: relative; padding: 18px 0; font-size: 12px; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.inner-nav a::after { content: ''; position: absolute; left: 0; bottom: 10px; width: 0; height: 1px; background: #111; transition: width .25s ease; }
.inner-nav a:hover::after, .inner-nav a[aria-current="page"]::after { width: 100%; }
.inner-actions { display: flex; align-items: center; gap: 18px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.inner-actions a { padding: 10px; }
.inner-hero { min-height: 440px; margin: 0 20px; display: grid; place-items: center; padding: 70px 20px; color: white; text-align: center; background-position: center; background-size: cover; }
.inner-hero > div { padding: 42px 58px; background: rgb(0 0 0 / 18%); backdrop-filter: blur(1px); }
.inner-hero h1 { margin: 0; font-size: clamp(54px, 8vw, 112px); line-height: .98; font-weight: 400; }
.inner-hero .eyebrow { margin-bottom: 14px; }
.inner-content { width: min(1180px, calc(100% - 80px)); margin: 0 auto; padding: 115px 0 130px; }
.inner-intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; margin-bottom: 90px; align-items: start; }
.inner-intro h2, .inner-section-title { margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.07; font-weight: 400; }
.inner-intro .body-copy { max-width: 650px; }
.inner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.inner-card { overflow: hidden; background: #f6f0ed; }
.inner-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .6s ease; }
.inner-card:hover img { transform: scale(1.035); }
.inner-card-copy { padding: 28px 28px 34px; }
.inner-card h2, .inner-card h3 { margin: 0 0 8px; font-size: 25px; font-weight: 400; }
.inner-card p { margin: 0; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #ded9d6; }
.service-row { display: grid; grid-template-columns: 1fr auto; gap: 28px; padding: 28px 18px 28px 0; border-bottom: 1px solid #ded9d6; }
.service-row:nth-child(odd) { margin-right: 34px; }
.service-row h3, .service-row p { margin: 0; }
.service-row h3 { font-size: 22px; font-weight: 500; }
.service-row strong { font-size: 18px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.product-card { text-align: center; }
.product-card .product-image { padding: 28px; background: #eee6e2; }
.product-card:nth-child(2n) .product-image { background: #d9c28d; }
.product-card img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: contain; }
.product-card h2 { margin: 22px 0 5px; font-size: 23px; font-weight: 400; }
.product-card p { margin: 0 0 18px; color: #76706c; font-family: 'Quattrocento Local', Georgia, serif; }
.small-button { min-height: 46px; min-width: 142px; border: 1px solid #111; background: transparent; font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; cursor: pointer; transition: .25s ease; }
.small-button:hover { background: #111; color: #fff; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px 36px; }
.blog-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.blog-card h2 { margin: 18px 0 8px; font-size: 31px; font-weight: 400; }
.blog-card .body-copy { max-width: 540px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; }
.contact-grid address { font-style: normal; }
.contact-grid address a, .contact-grid address p { display: block; margin: 0 0 14px; font-family: 'Quattrocento Local', Georgia, serif; font-size: 18px; }
.editorial-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.editorial-form label { display: grid; gap: 8px; font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.editorial-form .full { grid-column: 1 / -1; }
.editorial-form input, .editorial-form textarea, .editorial-form select { width: 100%; border: 0; border-bottom: 1px solid #aaa29e; border-radius: 0; padding: 13px 0; background: transparent; color: #222; font-family: 'Quattrocento Local', Georgia, serif; font-size: 17px; outline: 0; }
.editorial-form textarea { min-height: 125px; resize: vertical; }
.editorial-form input:focus, .editorial-form textarea:focus, .editorial-form select:focus { border-color: #111; }
.editorial-form button { justify-self: start; margin-top: 18px; }
.form-status { min-height: 24px; margin: 16px 0 0; color: #53684e; font-family: 'Quattrocento Local', Georgia, serif; }
.inner-page footer { margin-top: 0; }
.inner-page .footer-main { height: auto; min-height: 307px; padding-top: 72px; padding-bottom: 52px; }
.inner-page .footer-bottom { min-height: 42px; }

@media (max-width: 800px) {
  .inner-header { height: auto; min-height: 92px; grid-template-columns: 54px 1fr; }
  .inner-header .brand img { width: 48px; height: 48px; }
  .inner-nav { justify-self: end; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
  .inner-nav a { font-size: 10px; letter-spacing: .14em; }
  .inner-actions { display: none; }
  .inner-hero { min-height: 350px; }
  .inner-content { width: min(100% - 50px, 680px); padding: 80px 0 90px; }
  .inner-intro, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .inner-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .service-row:nth-child(odd) { margin-right: 0; }
  .blog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .inner-header { margin-top: 27px; padding: 16px 5px; }
  .inner-nav { display: grid; grid-template-columns: repeat(3, auto); column-gap: 13px; row-gap: 0; }
  .inner-nav a { padding: 5px 0; }
  .inner-hero { margin: 0 20px; min-height: 300px; }
  .inner-hero > div { padding: 28px 20px; }
  .inner-content { width: calc(100% - 40px); }
  .inner-grid, .product-grid { grid-template-columns: 1fr; }
  .editorial-form { grid-template-columns: 1fr; }
  .editorial-form .full { grid-column: auto; }
}

@media (max-width: 720px) {
  .hero-copy > :not(.hero-signature) { display: block; }
  .hero-copy h1 { font-size: 48px; }
  .hero-actions { display: flex !important; }
  .hero-slide-0 { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.12) 88%); }
}
