:root {
  --pink: #e94e79;
  --berry: #c04365;
  --ink: #252525;
  --brown: #6d5135;
  --muted: #8c8b89;
  --cream: #efe9e3;
  --page: 24px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-snap-type: y proximity; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); font-size: 12px; line-height: 1.45; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.page-width { width: min(1392px, calc(100% - 48px)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 12px; padding: 10px 14px; background: #000; color: #fff; }
.skip-link:focus { top: 12px; }
.button { min-height: 45px; padding: 14px 24px; border: 0; display: inline-flex; align-items: center; justify-content: center; text-transform: uppercase; letter-spacing: .06em; font-size: 11px; cursor: pointer; transition: opacity .2s, transform .2s; }
.button:hover { opacity: .82; transform: translateY(-1px); }
.button--dark { color: #fff; background: #000; }
.button--light { color: #000; background: #fff; }
.button--outline { color: #000; border: 1px solid currentColor; background: transparent; }
.image-placeholder { min-height: 240px; display: grid; place-items: center; padding: 20px; background: linear-gradient(135deg, #f4e9e8, #c7a4a9 50%, #51404e); color: rgba(255,255,255,.8); text-align: center; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }

/* Header */
.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; color: #fff; }
.site-header__inner { width: min(1392px, calc(100% - 48px)); min-height: 125px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-top: 32px; }
.brand-mark { width: 101px; height: 105px; display: grid; place-items: center; overflow: hidden; background: var(--pink); flex: 0 0 auto; }
.brand-mark__image { width: 76px; height: 81px; object-fit: contain; }
.brand-mark__fallback { color: #fff; font-family: var(--serif); font-size: 15px; letter-spacing: .08em; writing-mode: vertical-rl; transform: rotate(180deg); }
.site-nav { display: flex; align-items: center; gap: 47px; padding-top: 7px; }
.site-nav__links { display: flex; gap: 35px; align-items: center; }
.site-nav__link { color: #fff; font-size: 11px; text-transform: uppercase; white-space: nowrap; }
.site-nav__link:hover, .site-nav__link.active { text-decoration: underline; }
.site-nav__cta { min-width: 180px; }
.mobile-menu-toggle { display: none; }

/* Shared typography and sections */
.eyebrow { margin: 0 0 16px; color: var(--brown); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.display-title { margin: 0; font-family: var(--serif); font-size: clamp(44px, 6.8vw, 100px); line-height: .88; font-weight: 400; text-transform: uppercase; }
.display-title:first-letter { font-size: 1.42em; }
.section-title { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 70px); line-height: .9; font-weight: 400; text-transform: uppercase; }
.section-title:first-letter { font-size: 1.45em; }
.copy { color: #535353; font-size: 12px; line-height: 1.6; max-width: 520px; }
.copy--light { color: rgba(255,255,255,.8); }
.section-pad { padding: 100px 0; }
.section-pad--small { padding: 64px 0; }
.soft-panel { background: rgba(239,233,227,.55); }

/* Home */
.home-hero { position: relative; min-height: 1024px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: linear-gradient(135deg, #3a1524 0%, #d98189 45%, #3f1c2a 100%); }
.home-hero__media { position: absolute; inset: 0; }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.home-hero__media .home-hero__foreground { position: absolute; z-index: 1; left: 50%; bottom: 0; width: min(72%, 1080px); height: auto; transform: translateX(-50%); object-fit: contain; object-position: bottom center; }
.home-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(80,25,40,.2) 0%, transparent 52%, #000 100%); }
.home-hero__content { position: relative; z-index: 1; width: 100%; padding: 0 77px 70px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.home-hero__title { max-width: 500px; }
.home-hero__title .display-title { color: #fff; }
.home-hero__copy { max-width: 310px; color: rgba(255,255,255,.65); text-transform: uppercase; }
.home-hero__story { margin-top: 24px; }
.editorial-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 9vw, 180px); }
.editorial-split__media { min-height: 620px; }
.editorial-split__media img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.editorial-split__media img.editorial-split__fallback { object-fit: contain; background: var(--cream); }
.editorial-split__content { max-width: 530px; }
.editorial-split--reverse .editorial-split__content { order: -1; }
.tile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.tile { position: relative; min-height: 510px; overflow: hidden; background: var(--cream); }
.tile img { width: 100%; height: 100%; object-fit: cover; }
.tile__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.6)); color: #fff; }
.tile__title { margin: 0 0 12px; font-family: var(--serif); font-size: 40px; line-height: .9; text-transform: uppercase; }
.launch-feature { position: relative; min-height: 815px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: linear-gradient(135deg, #5b1d2a, #d04f68); }
.launch-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.launch-feature__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.5), transparent 70%); }
.launch-feature__content { position: relative; z-index: 1; width: 430px; padding: 70px 32px; }
.occasion-band { background: var(--cream); }
.occasion-band__inner { display: grid; grid-template-columns: 1fr 1.4fr; align-items: center; gap: 60px; }
.occasion-list { font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); line-height: .85; }
.occasion-list span { display: block; }
.occasion-list span:first-child { color: var(--pink); }
.masonry { display: grid; grid-template-columns: 1fr 1.3fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.masonry img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; }
.masonry img:nth-child(2) { grid-row: span 2; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.service-card__media { height: 587px; background: var(--cream); overflow: hidden; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; }
.service-card__content { padding: 24px 0; text-align: center; text-transform: uppercase; }
.service-card__content h3 { margin: 0 0 10px; font-size: 14px; }
.service-card__content p { margin: 0 auto 22px; color: #535353; max-width: 370px; font-size: 10px; }
.service-card__content a { text-decoration: underline; }

/* Inner pages */
.inner-hero { position: relative; min-height: 487px; display: flex; align-items: flex-end; padding: 0 24px 48px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #471d28, #c77782); }
.inner-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.inner-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40,15,25,.2), rgba(0,0,0,.5)); }
.inner-hero__content { position: relative; z-index: 1; width: min(1392px, 100%); margin: 0 auto; }
.inner-hero .display-title { max-width: 800px; }
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-intro__media { min-height: 560px; }
.about-intro__media img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 70px 0; text-align: center; background: var(--cream); }
.stat__number { color: var(--ink); font-family: var(--serif); font-size: 54px; font-style: italic; line-height: .9; }
.stat__label { margin-top: 14px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.stat__sublabel { margin-top: 6px; text-transform: uppercase; letter-spacing: 0.08em; font-size: 8px; color: #725542; font-family: var(--sans); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-details { padding-top: 20px; }
.contact-details h2 { margin: 0 0 20px; font-family: var(--serif); font-size: 48px; font-weight: 400; text-transform: uppercase; }
.contact-details p { max-width: 350px; color: #535353; line-height: 1.7; }
.contact-form { display: grid; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #9c9c9c; padding: 12px 0; outline: 0; background: transparent; }
.field textarea { min-height: 120px; resize: vertical; }
.form-message { margin: 10px 0 0; font-size: 11px; }
.form-message--success { color: #24744d; }
.form-message--error { color: #a02b42; }

/* Blog */
.blog-heading { text-align: center; padding: 95px 0 55px; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; }
.blog-card { position: relative; }
.blog-card__media { height: 420px; background: var(--cream); overflow: hidden; }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__meta { display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; text-transform: uppercase; color: var(--brown); font-size: 10px; }
.blog-card__title { margin: -75px 20px 0; position: relative; padding: 22px; background: rgba(255,255,255,.9); font-family: var(--serif); font-size: 24px; line-height: 1; }
.blog-card__read { display: block; margin-top: 15px; text-align: right; text-decoration: underline; text-transform: uppercase; font-size: 10px; }
.article-header { padding: 100px 24px 35px; }
.article-header__inner { width: min(1392px, 100%); margin: 0 auto; }
.article-header h1 { max-width: 1050px; margin: 12px 0 18px; font-family: var(--serif); font-size: clamp(42px, 6vw, 80px); line-height: .92; font-weight: 400; }
.article-header__intro { max-width: 1150px; color: #535353; font-size: 15px; }
.article-hero { width: min(1392px, calc(100% - 48px)); margin: 0 auto; min-height: 480px; background: var(--cream); overflow: hidden; }
.article-hero img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.article-body { width: min(1145px, calc(100% - 48px)); margin: 70px auto; font-family: var(--serif); font-size: 22px; line-height: 1.35; }
.article-body p { margin: 0 0 28px; }
.article-body h2 { margin-top: 60px; font-size: 40px; font-weight: 400; }
.latest-blogs { padding: 70px 0 100px; }

/* Footer */
.site-footer {
  background: #fff;
  height: auto;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: none;
  box-sizing: border-box;
}
.newsletter-block { padding: 60px 0 30px; text-align: center; }
.newsletter-block h2 { margin: 0 0 25px; font-family: var(--serif); font-size: 32px; font-weight: 400; text-transform: uppercase; }
.newsletter-form { position: relative; width: min(318px, 100%); margin: 0 auto; display: flex; border-bottom: 1px solid #777; }
.newsletter-form input[type="email"] { width: 100%; padding: 12px 8px 12px 0; border: 0; outline: 0; }
.newsletter-form .button { min-height: 30px; padding: 8px 20px; font-size: 10px; align-self: flex-start; }
.newsletter-form .form-message { position: absolute; top: 46px; left: 0; width: 100%; }
.footer-rule { border-top: 1px solid #d9d9d9; }
.footer-columns { display: grid; grid-template-columns: repeat(3, 220px) 147px; justify-content: center; gap: 0; padding: 40px 0 50px; }
.footer-column h3 { margin: 0 0 24px; font-size: 10px; text-transform: uppercase; }
.footer-column ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.footer-column li, .social-links a { color: #404040; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.social-links { display: flex; gap: 18px; }
.social-links a:hover { color: var(--pink); }
.footer-bottom { padding: 11px 0; background: var(--pink); color: #fff; }
.footer-bottom__inner { display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .04em; font-size: 10px; }

/* Figma-matched Nishka home */
.nishka-home { overflow: hidden; background: #fff; }
.nh-frame { width: min(1392px, calc(100% - 48px)); margin-inline: auto; }
.nh-kicker { margin: 0 0 18px; color: #725542; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.nh-dark-button { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; padding: 0 28px; background: #000; color: #fff; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.nh-hero { position: relative; height: 100vh; min-height: 600px; overflow: hidden; color: #fff; background: #533242; scroll-snap-align: start; }
.nh-hero__world { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.nh-hero__store { position: absolute; left: 50%; bottom: 0; z-index: 1; width: min(70vw, 1024px); max-height: 87%; object-fit: contain; object-position: bottom center; transform: translateX(-50%); }
.nh-hero__veil { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(45,10,28,.08), rgba(0,0,0,.1) 58%, rgba(0,0,0,.8)); }
.nh-hero__inner { position: relative; z-index: 3; height: 100%; }
.nh-hero__story { position: absolute; left: 53px; bottom: 96px; max-width: 310px; }
.nh-hero__subtitle { margin: 0; font-family: var(--serif); font-style: normal; font-size: 30px; line-height: 1; text-transform: uppercase; letter-spacing: 0.05em; }
.nh-hero__subtitle em { font-family: 'Pinyon Script', Georgia, serif; font-style: italic; font-size: 2.2em; text-transform: none; display: inline-block; vertical-align: middle; margin-right: 0px; line-height: 0.5; }
.nh-hero__story h1 { margin: 6px 0 16px; font-family: var(--serif); font-weight: 400; font-size: 54px; line-height: .84; text-transform: uppercase; }
.nh-hero__desc { margin: 0 0 24px; color: rgba(255, 255, 255, 0.7); font-family: var(--sans); font-size: 9.5px; line-height: 1.5; letter-spacing: 0.08em; text-transform: uppercase; }
.nh-hero__story a { color: #fff; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; border-bottom: 1px solid currentColor; padding-bottom: 7px; }
.nh-opening { position: absolute; right: 8px; bottom: 32px; width: 343px; padding: 16px 18px 14px; background: #fff; color: #222; }
.nh-opening__label { display: block; margin-bottom: 4px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.nh-opening strong { display: block; font-family: var(--serif); font-size: 35px; line-height: .95; font-weight: 400; }
.nh-opening strong b { font-size: 52px; font-weight: 400; }
.nh-opening p { margin: 8px 0 12px; color: #555; font-size: 10px; }
.nh-opening a { display: flex; align-items: center; justify-content: center; margin: 0 -18px -14px; padding: 10px 18px; background: #333; color: #fff; text-transform: uppercase; font-size: 10px; letter-spacing: 0.08em; transition: background-color 0.2s; }
.nh-opening a:hover { background-color: #222; }
.nh-tamannaah { position: relative; height: 100vh; min-height: 650px; overflow: hidden; background: #f5eadc; color: #674936; scroll-snap-align: start; }
.nh-tamannaah__wash { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.nh-tamannaah__inner { position: relative; height: 100%; }
.nh-tamannaah__meta { position: absolute; z-index: 3; margin: 0; color: #674936; font-family: var(--sans); font-size: 10.5px; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; font-weight: 400; }
.nh-tamannaah__meta--left { top: 48px; left: 0; }
.nh-tamannaah__meta--year { top: 48px; right: 0; text-transform: none; }
.nh-tamannaah__copy { position: absolute; z-index: 3; left: 0; top: 50%; width: 580px; transform: translateY(-50%); text-align: left; }
.nh-tamannaah__copy h2 { color: #674936; font-family: var(--serif); font-weight: 400; font-size: 46px; line-height: 1.15; text-transform: uppercase; letter-spacing: 0.03em; margin: 0; }
.nh-tamannaah__copy h2 em { font-family: 'Pinyon Script', 'Cormorant Garamond', serif; font-style: italic; font-size: 1.65em; text-transform: none; display: inline-block; vertical-align: baseline; margin-right: 2px; font-weight: 400; }
.nh-tamannaah__woman { position: absolute; z-index: 2; left: 50%; bottom: -4%; transform: translateX(-50%); height: 108%; width: auto; max-width: none; object-fit: contain; object-position: center bottom; pointer-events: none; }
.nh-tamannaah__side-copy { position: absolute; z-index: 3; top: 50%; right: 0; width: 280px; transform: translateY(-50%); margin: 0; color: #674936; font-family: var(--sans); font-size: 10.5px; line-height: 1.5; letter-spacing: .04em; text-transform: uppercase; text-align: left; font-weight: 400; }
.nh-tamannaah__note { position: absolute; z-index: 3; left: 0; bottom: 48px; display: flex; align-items: center; box-shadow: 0 4px 20px rgba(0,0,0,0.04); background: transparent; }
.nh-tamannaah__note-logo { position: relative; width: 86px; height: 74px; overflow: hidden; flex-shrink: 0; cursor: pointer; }
.nh-tamannaah__note-logo img { width: 100%; height: 100%; object-fit: cover; }
.nh-play-overlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 28px; height: 28px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #c04365; box-shadow: 0 2px 8px rgba(0,0,0,0.15); transition: transform 0.2s ease, background-color 0.2s ease; }
.nh-play-overlay svg { margin-left: 2px; fill: currentColor; }
.nh-tamannaah__note-logo:hover .nh-play-overlay { transform: translate(-50%, -50%) scale(1.1); background-color: #fafafa; }
.nh-tamannaah__note-play { height: 74px; padding: 0 24px; background: #ffffff; display: flex; align-items: center; color: #674936; font-family: var(--sans); font-size: 10.5px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; cursor: pointer; transition: background-color 0.2s; }
.nh-tamannaah__note-play:hover { background-color: #fafafa; }
.nh-picks { position: relative; height: 100vh; min-height: 650px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; gap: 40px; padding: 60px 0; background: #fff; scroll-snap-align: start; }
.nh-section-head { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 24px; }
.nh-section-head h2 { font-family: var(--serif); font-size: 42px; line-height: 1.15; font-weight: 400; text-transform: uppercase; margin: 0; letter-spacing: 0.02em; }
.nishka-home h2 em { font-family: 'Pinyon Script', 'Cormorant Garamond', Georgia, serif; font-style: normal; font-size: 1.7em; text-transform: none; display: inline-block; vertical-align: baseline; margin-right: -10px; font-weight: 400; color: inherit; }
.nh-section-head__right { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.nh-section-head p { max-width: 400px; margin: 0; color: #725542; text-transform: uppercase; font-size: 9px; line-height: 1.5; letter-spacing: 0.08em; text-align: right; font-family: var(--sans); }
.nh-picks__nav { display: flex; gap: 12px; }
.nh-picks__nav-btn { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #725542; background: transparent; color: #725542; display: grid; place-items: center; cursor: pointer; outline: none; transition: background-color 0.2s, color 0.2s, border-color 0.2s; padding: 0; }
.nh-picks__nav-btn:hover { background: #725542; color: #fff; }
.nh-picks__nav-btn svg { display: block; }
.nh-picks__slider-container { width: 100%; overflow: hidden; }
.nh-picks__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 20px; width: 100%; max-width: 1392px; margin-inline: auto; min-height: 0; }
.nh-picks__grid::-webkit-scrollbar { display: none; }
.nh-product-tile { width: 447px; height: 509px; flex: 0 0 auto; scroll-snap-align: start; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #f2efeb; cursor: pointer; }
.nh-img-default, .nh-img-hover { transition: opacity 0.4s ease, transform 0.4s ease; }
.nh-img-contain { width: 80%; height: 76%; object-fit: contain; mix-blend-mode: multiply; }
.nh-img-cover { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.nh-img-hover { position: absolute; opacity: 0; z-index: 2; }
.nh-img-hover.nh-img-contain { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.nh-product-tile:hover .nh-img-default { opacity: 0; transform: scale(1.05); }
.nh-product-tile:hover .nh-img-default.nh-img-contain { transform: scale(1.05); }
.nh-product-tile:hover .nh-img-hover { opacity: 1; }
.nh-product-tile:hover .nh-img-hover.nh-img-cover { transform: scale(1.05); }
.nh-product-tile:hover .nh-img-hover.nh-img-contain { transform: translate(-50%, -50%) scale(1.05); }
.nh-product-tile::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgba(0,0,0,.55)); opacity: 0; transition: opacity 0.3s ease; z-index: 3; }
.nh-product-tile span { position: absolute; z-index: 4; bottom: 24px; left: 24px; color: #fff; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; opacity: 0; transition: opacity 0.3s ease; }
.nh-product-tile:hover::after { opacity: 1; }
.nh-product-tile:hover span { opacity: 1; }
.nh-exclusive { position: relative; width: 100%; height: 100vh; min-height: 650px; overflow: hidden; scroll-snap-align: start; perspective: 1000px; }
.nh-exclusive > img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); transform-style: preserve-3d; will-change: transform; }
.nh-exclusive::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.25), transparent 68%); z-index: 1; }
.nh-exclusive__container { position: absolute; z-index: 2; left: 50%; top: 0; bottom: 0; transform: translateX(-50%); width: min(1392px, calc(100% - 48px)); pointer-events: none; }
.nh-exclusive__kicker { position: absolute; top: 48px; left: 0; color: rgba(255, 255, 255, 0.9); margin: 0; font-size: 9px; letter-spacing: 0.22em; line-height: 1.45; text-transform: uppercase; pointer-events: auto; }
.nh-exclusive__card { position: absolute; z-index: 5; left: 0; top: 130px; bottom: 48px; width: 420px; padding: 48px; color: #fff; background: linear-gradient(180deg, rgba(166, 32, 58, 0.22) 0%, rgba(99, 14, 31, 0.42) 100%); border: 1px solid rgba(255,255,255,0.25); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); display: flex; flex-direction: column; justify-content: flex-end; box-sizing: border-box; pointer-events: auto; }
.nh-exclusive__card h2 { color: #fff; margin: 0 0 16px 0; font-family: var(--serif); font-size: 38px; line-height: 1.05; letter-spacing: 0.02em; }
.nh-exclusive__desc { margin: 0 0 32px 0; font-size: 9.5px; line-height: 1.6; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.8); }
.nh-exclusive__card .nh-dark-button { background: #fff; color: #000; border: 0; cursor: pointer; width: fit-content; min-width: 180px; padding: 14px 28px; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; transition: background-color 0.2s, opacity 0.2s; }
.nh-exclusive__card .nh-dark-button:hover { background: rgba(255,255,255,0.92); opacity: 0.95; }
.nh-exclusive__indicator { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 10px; align-items: flex-end; pointer-events: auto; z-index: 5; }
.nh-exclusive__indicator-line { width: 14px; height: 1.5px; background: rgba(255, 255, 255, 0.35); transition: width 0.3s ease, background-color 0.3s ease; }
.nh-exclusive__indicator-line--active { width: 28px; background: rgba(255, 255, 255, 0.95); }
.nh-three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; height: 100vh; min-height: 600px; padding: 60px 0; overflow: hidden; scroll-snap-align: start; }
.nh-three-up article { display: flex; flex-direction: column; align-items: flex-start; text-align: left; height: 100%; }
.nh-three-up__img-wrap { width: 100%; height: 420px; background: #f5f2ee; display: flex; align-items: center; justify-content: center; overflow: hidden; box-sizing: border-box; flex-shrink: 0; }
.nh-three-up__img-wrap img { width: 100%; height: 100%; object-fit: cover; background: transparent; }
.nh-three-up:not(.nh-three-up--bottom) article:first-child { justify-content: flex-start; }
.nh-three-up:not(.nh-three-up--bottom) article:nth-child(2) { justify-content: flex-start; }
.nh-three-up:not(.nh-three-up--bottom) article:nth-child(3) { justify-content: flex-end; }
.nh-three-up:not(.nh-three-up--bottom) .nh-three-up__img-wrap { aspect-ratio: 1 / 1; width: 100%; height: auto; flex: 0 0 auto; }
.nh-three-up:not(.nh-three-up--bottom) article:first-child .nh-three-up__img-wrap img,
.nh-three-up:not(.nh-three-up--bottom) article:last-child .nh-three-up__img-wrap img {
  object-fit: contain;
  padding: 24px;
  mix-blend-mode: multiply;
}
.nh-three-up h3 { margin: 18px 0 10px 0; font-family: var(--sans); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; line-height: 1.2; color: var(--ink); }
.nh-three-up p { max-width: 320px; margin: 0 0 12px 0; color: #725542; font-size: 9.5px; line-height: 1.5; letter-spacing: 0.08em; text-transform: uppercase; }
.nh-three-up a { text-decoration: underline; text-transform: uppercase; font-size: 10px; font-weight: 500; letter-spacing: 0.05em; }
.nh-about { height: 100vh; min-height: 600px; display: flex; align-items: center; background: #fff; padding: 40px 0; overflow: hidden; scroll-snap-align: start; }
.nh-about__inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 32px; height: 100%; width: 100%; }
.nh-about__copy { max-width: 720px; text-align: center; }
.nh-about__copy > p { margin: 18px auto 0; color: #725542; font-size: 9px; line-height: 1.6; letter-spacing: 0.08em; text-transform: uppercase; max-width: 650px; }
.nh-about__copy h2 { line-height: .95; font-size: 44px; margin: 0; font-family: var(--serif); text-transform: uppercase; letter-spacing: 0.02em; }
.nh-about__visual { width: min(820px, 100%); flex: 1; min-height: 0; max-height: 480px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: center; gap: 14px; overflow: hidden; background: #fff; }
.nh-about__side { height: 80%; display: grid; place-items: center; background: #f6f2ee; overflow: hidden; }
.nh-about__side img { width: 82%; height: 82%; object-fit: contain; mix-blend-mode: multiply; }
.nh-about__model { height: 100%; overflow: hidden; background-image: url('assets/figma-home-Image33-014.png'); background-size: cover; background-position: center; position: relative; }
.nh-about__model img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.nh-dark-button { cursor: pointer; transition: opacity 0.2s, background-color 0.2s; border: 0; }
.nh-dark-button:hover { background-color: #333; }
.nh-occasion { height: 100vh; min-height: 600px; display: flex; align-items: center; background: #f6f2ee; padding: 40px 0; overflow: hidden; scroll-snap-align: start; }
.nh-occasion__inner { display: flex; flex-direction: column; height: 100%; justify-content: center; width: 100%; }
.nh-occasion .nh-section-head { margin-bottom: 56px; }
.nh-occasion__layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 48px; width: 100%; background: transparent; align-items: center; }
.nh-occasion__links { padding: 12px 0; font-family: var(--serif); font-size: 28px; line-height: 1.4; display: flex; flex-direction: column; gap: 12px; }
.nh-occasion__links span { display: block; color: #b5b3b0; cursor: pointer; transition: color 0.2s; }
.nh-occasion__links span.nh-active { color: var(--ink); }
.nh-occasion__links span:hover { color: var(--ink); }
.nh-occasion__slider-wrap { display: flex; flex-direction: column; width: 100%; overflow: hidden; }
.nh-occasion__slider { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 20px; width: 100%; min-height: 0; }
.nh-occasion__slider::-webkit-scrollbar { display: none; }
.nh-occasion__card { width: 447px; height: 509px; flex: 0 0 auto; scroll-snap-align: start; position: relative; overflow: hidden; background: #fff; }
.nh-occasion__card--image img { width: 100%; height: 100%; object-fit: cover; }
.nh-occasion__card-overlay { position: absolute; bottom: 36px; left: 0; right: 0; text-align: center; color: #fff; z-index: 5; text-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.nh-occasion__card-overlay h4 { margin: 0; font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.1; text-transform: none; }
.nh-occasion__card-overlay h5 { margin: 8px 0 0 0; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.9); }
.nh-occasion__controls { display: flex; align-items: center; gap: 24px; margin-top: 24px; }
.nh-occasion__arrows { display: flex; gap: 12px; }
.nh-occasion__arrow-btn { border: none; background: transparent; color: #b5b3b0; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; outline: none; transition: color 0.2s; padding: 0 4px; }
.nh-occasion__arrow-btn:hover { color: var(--ink); }
.nh-occasion__arrow-btn svg { display: block; }
.nh-occasion__progress-bar { width: 280px; height: 2px; background: rgba(0, 0, 0, 0.08); position: relative; overflow: hidden; }
.nh-occasion__progress-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 33.3%; background: var(--ink); transition: width 0.15s ease-out; }
.nh-services-combined { height: 100vh; min-height: 650px; display: flex; flex-direction: column; justify-content: space-between; padding: 60px 0 30px; box-sizing: border-box; scroll-snap-align: start; }
.nh-services__line-wrap { margin: auto 0; }
.nh-services__line { margin: 0 auto; font-family: var(--serif); font-size: clamp(32px, 3.8vw, 54px); line-height: 1.1; text-align: center; position: relative; }
.nh-services__grid { display: none; }
.nh-services__img-wrap { width: 100%; height: 100%; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; background: #faf8f6; }
.nh-services__img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.nh-services__grid > :nth-child(2) { grid-row: span 2; }
.nh-services__grid > :nth-child(4) { grid-row: 2; }
.nh-services__grid > :first-child img { transform: scale(1.3); transform-origin: center; }
.nh-hover-category { cursor: pointer; transition: color 0.25s ease; color: inherit; }
.nh-hover-category:hover { color: var(--pink); }
.nh-services__hover-preview { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.95); width: clamp(140px, 15vw, 200px); height: clamp(140px, 15vw, 200px); object-fit: cover; pointer-events: none; opacity: 0; z-index: 10; transition: opacity 0.25s ease, transform 0.25s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
.nh-services__hover-preview.is-active { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.nh-three-up--bottom {
  height: auto;
  min-height: auto;
  scroll-snap-align: none;
  padding: 0;
  overflow: visible;
}
.nh-three-up--bottom article {
  align-items: center;
  text-align: center;
}
.nh-three-up--bottom p {
  margin-inline: auto;
}
.nh-three-up--bottom .nh-three-up__img-wrap {
  height: 280px;
}
.nh-three-up--bottom article:first-child .nh-three-up__img-wrap img,
.nh-three-up--bottom article:last-child .nh-three-up__img-wrap img {
  object-fit: cover;
  padding: 0;
  mix-blend-mode: normal;
}

.nh-about-hero {
  position: relative;
  height: 70vh;
  min-height: 480px;
  overflow: hidden;
  background: #533242;
}
.nh-about-hero__world {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nh-about-hero__store {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: min(70vw, 1024px);
  max-height: 95%;
  object-fit: contain;
  object-position: bottom center;
  transform: translateX(-50%);
}
.nh-about-hero__veil {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(45,10,28,.08), rgba(0,0,0,.1) 58%, rgba(0,0,0,.4));
}

.nh-about-story__content {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
}
.nh-about-story__image-wrap {
  width: 100%;
  height: 620px;
  overflow: hidden;
}
.nh-about-story__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.nh-about-story__copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.nh-about-story__title {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.15;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.02em;
}
.nh-about-story__title em {
  font-family: 'Pinyon Script', 'Cormorant Garamond', Georgia, serif;
  font-style: normal;
  font-size: 1.7em;
  text-transform: none;
  display: inline-block;
  vertical-align: baseline;
  margin-right: -10px;
  font-weight: 400;
  color: inherit;
}
.nh-about-story__paragraphs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nh-about-story__paragraphs p {
  margin: 0;
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1.8;
  color: #725542;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.nh-timeline__title {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.15;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}
.nh-timeline__title em {
  font-family: 'Pinyon Script', 'Cormorant Garamond', Georgia, serif;
  font-style: normal;
  font-size: 1.7em;
  text-transform: none;
  display: inline-block;
  vertical-align: baseline;
  margin-right: -10px;
  font-weight: 400;
  color: inherit;
}
.nh-timeline__subtitle {
  margin: 0;
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1.6;
  color: #725542;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.nh-timeline__container {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.nh-timeline__line {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 2px;
  background: #f1cbd2;
  z-index: 1;
}
.nh-timeline__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
.nh-timeline__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nh-timeline__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f1cbd2;
  box-sizing: border-box;
  margin-bottom: 24px;
  position: relative;
  z-index: 3;
}
.nh-timeline__dot.active {
  background: var(--pink);
  border-color: var(--pink);
}
.nh-timeline__col-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.05em;
}
.nh-timeline__col-subtitle {
  margin: 0;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  color: #725542;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.nh-timeline__col-desc {
  margin: 0;
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1.7;
  color: #8c8a87;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.nh-testimonial__slider-container {
  position: relative;
  width: 100%;
}
.nh-testimonial__slide {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
  opacity: 1;
}
.nh-testimonial__image-wrap {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.nh-testimonial__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nh-testimonial__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
}
.nh-testimonial__kicker {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.05em;
}
.nh-testimonial__quote-block {
  position: relative;
  padding: 10px 0;
}
.nh-testimonial__quote-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 160px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.04);
  position: absolute;
  user-select: none;
  font-weight: 300;
  z-index: 1;
}
.nh-testimonial__quote-mark.open {
  top: -65px;
  left: -35px;
}
.nh-testimonial__quote-mark.close {
  bottom: -110px;
  right: 0px;
}
.nh-testimonial__text {
  margin: 0;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.9;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
}
.nh-testimonial__author {
  margin-top: 10px;
}
.nh-testimonial__author-name {
  margin: 0 0 6px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
}
.nh-testimonial__author-role {
  margin: 0;
  font-family: var(--sans);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #725542;
}
.nh-testimonial__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-top: 40px;
}
.nh-testimonial__btn {
  background: transparent;
  border: none;
  color: #b5b3b0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color 0.2s;
  padding: 8px;
}
.nh-testimonial__btn:hover {
  color: var(--ink);
}
.nh-testimonial__dots {
  display: flex;
  gap: 12px;
}
.nh-testimonial__dot-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4d2cf;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}
.nh-testimonial__dot-indicator.active {
  background: var(--ink);
  transform: scale(1.2);
}

@media (max-width: 900px) {
  .nh-testimonial__slide {
    grid-template-columns: 1fr;
    gap: 40px;
    height: auto;
    position: relative;
  }
  .nh-testimonial__image-wrap {
    height: auto;
    max-width: 100%;
    aspect-ratio: 1 / 1;
  }
  .nh-testimonial__quote-mark.close {
    bottom: -60px;
  }
  .nh-timeline__columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .nh-timeline__line {
    display: none;
  }
  .nh-timeline__dot {
    margin-bottom: 12px;
  }
  .nh-about-story__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .nh-about-story__image-wrap {
    height: 440px;
  }
  .nh-about-hero {
    height: 50vh;
    min-height: 380px;
  }
  .nh-about-hero__store {
    width: 90vw;
  }
  html { scroll-snap-type: none !important; }
  .nh-hero, .nh-tamannaah, .nh-picks, .nh-exclusive, .nh-three-up, .nh-about, .nh-occasion, .nh-services-combined, .site-footer {
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
  }
  .nh-picks, .nh-three-up, .nh-about, .nh-occasion, .nh-services-combined, .site-footer {
    height: auto;
    min-height: auto;
  }
  .nh-frame { width: calc(100% - 36px); }
  .nh-hero, .nh-hero__inner { min-height: 760px; height: 760px; }
  .nh-hero__store { width: 93vw; max-height: 68%; }
  .nh-hero__story { left: 0; bottom: 70px; }
  .nh-opening { display: none; }
  .nh-tamannaah, .nh-tamannaah__inner { min-height: 680px; height: 680px; }
  .nh-tamannaah__meta--left { left: 0; }
  .nh-tamannaah__copy { top: 33%; left: 0; transform: none; width: 45%; }
  .nh-tamannaah__copy h2 { font-size: 32px; }
  .nh-tamannaah__woman { left: 50%; width: auto; max-width: none; height: 108%; bottom: -4%; transform: translateX(-50%); }
  .nh-tamannaah__side-copy { top: 32%; width: 30%; }
  .nh-tamannaah__note { left: 0; right: auto; bottom: 20px; }
  .nh-section-head, .nh-about__inner { grid-template-columns: 1fr; display: grid; gap: 22px; }
  .nh-section-head__right { align-items: flex-start; }
  .nh-section-head p { width: auto; text-align: left; }
  .nh-picks__nav { display: none; }
  .nh-picks__grid { flex-direction: column; align-items: center; gap: 24px; }
  .nh-product-tile { width: min(100%, 447px); height: 509px; }
  .nh-three-up { grid-template-columns: 1fr; }
  .nh-three-up:not(.nh-three-up--bottom) article:first-child .nh-three-up__img-wrap,
  .nh-three-up:not(.nh-three-up--bottom) article:nth-child(2) .nh-three-up__img-wrap,
  .nh-three-up:not(.nh-three-up--bottom) article:nth-child(3) .nh-three-up__img-wrap { aspect-ratio: auto; max-width: none; height: 420px; }
  .nh-three-up:not(.nh-three-up--bottom) article:first-child .nh-three-up__img-wrap,
  .nh-three-up:not(.nh-three-up--bottom) article:nth-child(3) .nh-three-up__img-wrap { margin-top: 0; }
  .nh-exclusive, .nh-exclusive > img { min-height: 650px; height: 650px; }
  .nh-exclusive__kicker { top: 32px; left: 18px; }
  .nh-exclusive__card { left: 0; right: 0; top: 90px; bottom: 32px; width: auto; padding: 32px; }
  .nh-exclusive__indicator { display: none; }
  .nh-about__visual { height: 420px; grid-template-columns: 1fr; gap: 12px; }
  .nh-about__side { display: none; }
  .nh-about__model { height: 420px; }
  .nh-occasion__layout { grid-template-columns: 1fr; gap: 16px; }
  .nh-occasion__links { flex-direction: row; justify-content: center; gap: 24px; padding: 10px 0; }
  .nh-occasion__slider-wrap { width: 100%; }
  .nh-occasion__card { width: min(100%, 447px); height: 509px; }
  .nh-occasion__controls { justify-content: center; }
  .nh-services__grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 190px 280px 190px; }
  .nh-services__grid > :nth-child(2) { grid-row: span 2; }
}

@media (max-width: 560px) {
  .nh-hero, .nh-hero__inner { min-height: 640px; height: 640px; }
  .nh-hero__subtitle { font-size: 24px; }
  .nh-hero__story h1 { font-size: 42px; }
  .nh-tamannaah, .nh-tamannaah__inner { min-height: 680px; height: 680px; }
  .nh-tamannaah__copy { top: 18%; left: 0; width: 100%; text-align: center; }
  .nh-tamannaah__copy h2 { font-size: 28px; max-width: 100%; }
  .nh-tamannaah__woman { left: 50%; width: auto; max-width: none; height: 108%; opacity: 1; transform: translateX(-50%); bottom: -4%; }
  .nh-tamannaah__side-copy { top: auto; bottom: 100px; right: 0; width: 100%; text-align: center; }
  .nh-tamannaah__note { width: 180px; height: 72px; bottom: 15px; }
  .nh-tamannaah__note-thumb { width: 72px; height: 72px; }
  .nh-tamannaah__note span { top: auto; right: auto; }
  .nh-picks { padding: 68px 0; }
  .nh-exclusive__kicker { top: 18px; left: 18px; }
  .nh-exclusive__card { left: 18px; right: 18px; top: 70px; bottom: 18px; padding: 25px; }
  .nh-services__grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(5, 220px); }
  .nh-services__grid > :nth-child(2) { grid-row: auto; }
}

@media (max-width: 900px) {
  :root { --page: 18px; }
  .page-width, .site-header__inner { width: calc(100% - 36px); }
  .site-header__inner { min-height: 100px; padding-top: 18px; }
  .brand-mark { width: 80px; height: 84px; }
  .brand-mark__image { width: 62px; height: 66px; }
  .mobile-menu-toggle { display: grid; gap: 4px; width: 36px; padding: 10px 0; border: 0; background: transparent; cursor: pointer; }
  .mobile-menu-toggle span:not(.visually-hidden) { height: 1px; width: 25px; background: #fff; }
  .site-nav { position: absolute; top: 100px; left: 0; width: 100%; display: none; padding: 22px 18px; background: rgba(0,0,0,.92); }
  .site-nav.is-open { display: grid; gap: 24px; }
  .site-nav__links { display: grid; gap: 18px; }
  .site-nav__cta { width: 100%; }
  .home-hero { min-height: 780px; }
  .home-hero__content { padding: 0 24px 40px; display: block; }
  .home-hero__copy { margin-top: 25px; }
  .editorial-split, .about-intro, .contact-layout, .occasion-band__inner { grid-template-columns: 1fr; gap: 35px; }
  .editorial-split--reverse .editorial-split__content { order: initial; }
  .editorial-split__media, .editorial-split__media img, .about-intro__media, .about-intro__media img { min-height: 420px; }
  .tile-grid, .service-grid { grid-template-columns: 1fr; }
  .tile { min-height: 400px; }
  .launch-feature { min-height: 620px; }
  .masonry { grid-template-columns: 1fr 1fr; }
  .masonry img:nth-child(2) { grid-row: span 1; }
  .stats { grid-template-columns: 1fr; gap: 32px; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-columns { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
}

@media (max-width: 560px) {
  .inner-hero { min-height: 410px; padding-bottom: 30px; }
  .section-pad { padding: 64px 0; }
  .home-hero { min-height: 700px; }
  .home-hero__title .display-title { font-size: 58px; }
  .display-title { font-size: 58px; }
  .masonry { display: flex; flex-direction: column; }
  .masonry img { min-height: 220px; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .footer-bottom__inner { display: grid; gap: 6px; }
  .article-header { padding-top: 70px; }
  .article-body { font-size: 19px; }
}
