* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #fff; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; width: 100%; }
[hidden] { display: none !important; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; transform: translateY(-150%); background: #fff; color: #111; padding: 10px 14px; }
.skip-link:focus { transform: none; }
.announcement-bar { height: 30px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; background: #111; color: #fff; font-size: 11px; line-height: 1; position: relative; z-index: 90; }
.announcement-bar a { text-underline-offset: 3px; }
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 80; color: #fff; border-bottom: 1px solid transparent; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.site-header.is-solid, .site-header.is-open { position: fixed; top: 0; color: #111; background: rgba(255,255,255,.98); border-color: #d8d8d8; }
.header-main { height: 108px; padding: 32px clamp(18px, 3.8vw, 50px) 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(24px, 3vw, 52px); }
.wordmark { font-family: var(--sans); font-size: .88rem; font-weight: 500; letter-spacing: .28em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.brand-case { text-transform: none; }
.wordmark > .brand-case,
.mobile-menu-top > .brand-case { text-transform: uppercase; }
.header-tools { display: flex; align-items: center; gap: 24px; }
.tool-link, .mobile-menu-button { padding: 6px 0; border: 0; background: none; color: inherit; font-size: 11px; font-weight: 400; text-transform: uppercase; letter-spacing: .08em; text-decoration: none; white-space: nowrap; cursor: pointer; }
.tool-link span { display: inline-grid; place-items: center; min-width: 17px; height: 17px; margin-left: 4px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.mobile-menu-button { display: none; }
.primary-nav { min-width: 0; display: flex; gap: clamp(18px, 2vw, 30px); align-items: center; padding: 0; }
.primary-nav a { color: inherit; padding: 12px 0; font-size: 15px; font-weight: 300; text-decoration: none; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a:focus-visible { text-decoration: underline; text-underline-offset: 6px; }
.mega-menu { position: absolute; top: 108px; left: 0; right: 0; background: #fff; color: #111; border-top: 1px solid #dedede; box-shadow: 0 18px 35px rgba(0,0,0,.08); }
.mega-panel { display: none; grid-template-columns: repeat(2, minmax(180px, 240px)); align-items: start; gap: clamp(42px, 5vw, 80px); padding: 22px clamp(18px, 3.8vw, 50px) 26px; }
.mega-panel.is-active { display: grid; }
.mega-panel > div { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.menu-heading { margin: 0 0 6px; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.mega-panel a { font-size: 14px; text-decoration: none; }
.mega-panel a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (min-width: 981px) {
  .site-header.is-solid .header-main { height: 72px; padding-top: 0; }
  .site-header.is-solid .mega-menu { top: 72px; }
}
.search-drawer { position: fixed; inset: 0 0 auto 0; z-index: 130; min-height: 250px; padding: 34px clamp(24px, 6vw, 80px) 50px; background: #fff; color: #111; box-shadow: 0 20px 40px rgba(0,0,0,.18); }
.drawer-close { float: right; border: 0; background: none; text-decoration: underline; cursor: pointer; }
.search-form { max-width: 980px; margin: 40px auto 0; }
.search-form label { display: block; margin-bottom: 16px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.search-form input { width: 100%; border: 0; border-bottom: 1px solid #111; padding: 8px 0 14px; background: transparent; font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 300; outline: none; }
.search-form p { font-size: 13px; }
.mobile-menu { position: fixed; inset: 0; z-index: 150; background: #fff; color: #111; padding: 24px; }
.mobile-menu-top { display: flex; justify-content: space-between; padding-bottom: 30px; border-bottom: 1px solid #ccc; }
.mobile-menu-top button { border: 0; background: none; text-decoration: underline; }
.mobile-menu > a { display: block; padding: 17px 0; border-bottom: 1px solid #ddd; text-decoration: none; font-size: 1.6rem; }
.hero { display: grid; grid-template-columns: 1fr 1fr; height: calc(100svh - 30px); min-height: 650px; background: #d9e7f0; }
.hero-panel { position: relative; min-width: 0; overflow: hidden; }
.hero-panel--image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 10%; }
.hero-panel--portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 4%; transform: scale(1.125); transform-origin: 0 34%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,17,.66) 0%, rgba(5,10,17,.35) 48%, rgba(5,10,17,.05) 100%); }
.hero-copy { position: absolute; left: clamp(24px, 5vw, 70px); right: clamp(22px, 4vw, 58px); bottom: clamp(30px, 5vw, 68px); z-index: 1; color: #fff; }
.hero-copy h1, .hero-copy h2 { max-width: 650px; margin: 0; font-family: var(--sans); font-size: clamp(2.8rem, 5.2vw, 5.25rem); font-weight: 300; line-height: .93; letter-spacing: -.045em; }
.hero-copy > p { max-width: 570px; margin: 22px 0 0; font-size: 17px; line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; min-height: 52px; padding: 0 28px; border: 1px solid currentColor; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .13em; text-decoration: none; }
.button--light { background: #fff; color: #111; border-color: #fff; }
.text-link { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .13em; text-underline-offset: 7px; }
.category-cards { padding: clamp(48px, 7vw, 92px) clamp(18px, 3.8vw, 50px) clamp(64px, 8vw, 110px); background: #fff; color: #111; }
.section-heading-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading-row h2 { margin: 0; font-size: 18px; font-weight: 400; }
.section-heading-row > a { font-size: 12px; text-underline-offset: 4px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.category-card { display: block; color: #111; text-decoration: none; }
.category-card img, .category-card--placeholder::before { width: 100%; aspect-ratio: .78; object-fit: cover; background: #e4e4e4; }
.category-card img { object-position: 48% 15%; }
.category-card--obi img { object-position: 35% 73%; }
.category-card--skirt img { object-position: 62% 48%; }
.category-card--placeholder::before { content: ""; display: block; background: #cfe2ef; }
.category-card span { display: block; padding-top: 11px; font-size: 15px; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: min(72vw, 860px); background: #ddd; }
.editorial-card { position: relative; min-height: 580px; overflow: hidden; color: #fff; text-decoration: none; }
.editorial-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.62) 100%); }
.editorial-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.editorial-card--kimono img { object-position: 48% 8%; }
.editorial-card--obi img { object-position: 58% 48%; }
.editorial-card:hover img { transform: scale(1.018); }
.editorial-card > span, .editorial-card > p, .editorial-card > u { position: absolute; left: clamp(22px, 3.8vw, 50px); right: 28px; z-index: 1; }
.editorial-card > span { bottom: 134px; font-size: clamp(2.25rem, 4vw, 4.5rem); line-height: .95; letter-spacing: -.035em; }
.editorial-card > p { bottom: 76px; max-width: 450px; margin: 0; font-size: 15px; line-height: 1.45; }
.editorial-card > u { bottom: 38px; font-size: 13px; text-underline-offset: 5px; }

.product-showcase { padding: clamp(62px, 8vw, 110px) 0 clamp(70px, 9vw, 120px); background: #fff; color: #111; }
.product-showcase .section-heading-row { padding: 0 clamp(18px, 3.8vw, 50px); }
.rail-controls { display: flex; gap: 8px; }
.rail-controls button { border: 0; background: none; padding: 4px 0 4px 16px; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 23vw); gap: 7px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding: 0 clamp(18px, 3.8vw, 50px) 8px; }
.product-rail::-webkit-scrollbar { display: none; }
.product-card { position: relative; min-width: 0; scroll-snap-align: start; }
.product-card[hidden] { display: none; }
.product-image { display: block; position: relative; aspect-ratio: .74; overflow: hidden; background: #eceae6; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-image--photo img { object-position: 48% 12%; }
.product-image--skirt img { object-position: 60% 48%; }
.product-image--scarlet { background: linear-gradient(145deg, #8d1f1e 0%, #ca5d49 52%, #f1c3ae 100%); }
.product-image--ivory { background: linear-gradient(145deg, #f1ede3 0%, #dad0bb 55%, #f7f4ed 100%); }
.product-image--obi { background: linear-gradient(35deg, #5e3d25 0%, #b86a2b 38%, #d8aa63 39%, #8a3b25 65%, #efe0bd 66%, #c98732 100%); }
.product-image--indigo { background: linear-gradient(135deg, #182a48 0%, #274a79 46%, #92a9c7 47%, #1f385d 62%, #d5c29b 63%, #233d63 100%); }
.save-button { position: absolute; top: 12px; right: 12px; z-index: 2; padding: 7px 9px; border: 1px solid rgba(17,17,17,.35); background: rgba(255,255,255,.86); color: #111; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.save-button.is-saved { background: #111; color: #fff; }
.product-card h3 { margin: 12px 0 1px; font-size: 14px; font-weight: 400; line-height: 1.3; }
.product-card p, .product-card > span { display: block; margin: 0; color: #555; font-size: 12px; line-height: 1.5; }
.add-to-bag { width: 100%; margin-top: 12px; min-height: 42px; border: 1px solid #111; background: #fff; color: #111; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease; }
.add-to-bag:hover, .add-to-bag:focus-visible, .add-to-bag.is-added { background: #111; color: #fff; }

.service-band { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.5fr); gap: clamp(50px, 8vw, 130px); padding: clamp(78px, 10vw, 142px) clamp(22px, 5vw, 72px); background: #f1ede5; color: #111; }
.section-kicker { margin: 0 0 18px; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.service-band h2 { max-width: 600px; margin: 0; font-size: clamp(2.5rem, 5vw, 5.8rem); font-weight: 300; line-height: .94; letter-spacing: -.045em; }
.service-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-self: end; }
.service-steps article { padding-top: 16px; border-top: 1px solid #777; }
.service-steps span { font-size: 11px; }
.service-steps h3 { margin: 42px 0 12px; font-size: 18px; font-weight: 400; }
.service-steps p { margin: 0; font-size: 14px; line-height: 1.55; }

.site-footer { padding: clamp(60px, 8vw, 100px) clamp(22px, 4vw, 50px) 24px; background: #050505; color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(320px, 1.5fr) repeat(3, minmax(130px, .65fr)); gap: clamp(38px, 6vw, 90px); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid h2 { margin: 0; font-size: 16px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid h3 { margin: 0 0 14px; font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .11em; }
.footer-grid p { max-width: 440px; margin: 4px 0 10px; font-size: 13px; line-height: 1.5; }
.footer-grid a { font-size: 15px; text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; margin-top: 16px; font-style: normal; }
.footer-contact span { font-size: 13px; line-height: 1.55; }
.newsletter-form { width: min(100%, 470px); display: grid; grid-template-columns: 1fr auto; margin-top: 12px; }
.newsletter-form input { min-width: 0; padding: 14px 12px; border: 1px solid #fff; background: transparent; color: #fff; outline: none; }
.newsletter-form input::placeholder { color: #aaa; }
.newsletter-form button { width: 96px; border: 1px solid #fff; border-left: 0; background: #fff; color: #111; cursor: pointer; }
.newsletter-form button:disabled { opacity: .6; }
.form-status { min-height: 20px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 84px; padding-top: 22px; border-top: 1px solid #4a4a4a; font-size: 11px; }
.footer-bottom a { text-underline-offset: 4px; }
.footer-bottom a:last-child { margin-left: auto; }
.site-toast { position: fixed; right: 18px; bottom: 18px; z-index: 160; max-width: 320px; padding: 13px 16px; background: #111; color: #fff; font-size: 12px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.site-toast.is-visible { opacity: 1; transform: none; }
body.is-locked { overflow: hidden; }
@media (max-width: 1160px) and (min-width: 981px) {
  .header-main { gap: 24px; }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 13px; }
  .header-tools { gap: 16px; }
}
@media (max-width: 980px) {
  .announcement-bar { font-size: 10px; }
  .site-header { top: 30px; }
  .site-header.is-solid, .site-header.is-open { top: 0; }
  .header-main { height: 64px; padding-top: 0; grid-template-columns: 1fr auto; }
  .wordmark { font-size: .75rem; letter-spacing: .2em; }
  .header-tools, .primary-nav { display: none; }
  .mobile-menu-button { display: block; }
  .hero { grid-template-columns: 1fr; min-height: 640px; }
  .hero-panel--portrait { display: none; }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(2.7rem, 13vw, 4.6rem); }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: flex-start; gap: 20px; }
  .button { min-height: 48px; padding: 0 20px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 7px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card { min-height: 72svh; }
  .product-rail { grid-auto-columns: minmax(240px, 64vw); }
  .service-band { grid-template-columns: 1fr; }
  .service-steps { grid-template-columns: 1fr; gap: 28px; }
  .service-steps h3 { margin-top: 22px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter-block { grid-column: 1 / -1; }
}
@media (max-width: 470px) {
  .announcement-bar span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .hero-copy { left: 20px; right: 20px; bottom: 24px; }
  .hero-copy h1, .hero-copy h2 { font-size: 2.85rem; }
  .hero-copy > p { margin-top: 16px; }
  .hero-actions { margin-top: 20px; flex-direction: column; }
  .category-cards { padding-left: 12px; padding-right: 12px; }
  .editorial-card { min-height: 66svh; }
  .editorial-card > span { bottom: 142px; font-size: 2.75rem; }
  .product-rail { grid-auto-columns: 78vw; padding-left: 12px; padding-right: 12px; }
  .service-band { padding-left: 20px; padding-right: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .newsletter-block { grid-column: auto; }
  .footer-bottom a:last-child { margin-left: 0; }
}
