:root {
  --ink: #10100f;
  --paper: #f2efe8;
  --warm: #d7d0c5;
  --line: rgba(16, 16, 15, .18);
  --muted: #6f6b64;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.demo-strip {
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--paper);
  font-size: 10px;
  letter-spacing: .24em;
}

.site-header {
  height: 92px;
  padding: 0 3.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(242, 239, 232, .9);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; flex-direction: column; width: max-content; line-height: .78; }
.brand span, .footer-brand span { font-family: "Italiana", serif; font-size: 27px; letter-spacing: .08em; }
.brand small, .footer-brand small { font-size: 8px; letter-spacing: .5em; padding-left: 3px; margin-top: 9px; }
.desktop-nav { display: flex; gap: 34px; font-size: 12px; }
.desktop-nav a, .footer-links a { position: relative; }
.desktop-nav a::after, .footer-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -5px;
  height: 1px; background: currentColor;
  transition: right .3s ease;
}
.desktop-nav a:hover::after, .footer-links a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.text-button, .bag-button, .menu-button, .filter {
  border: 0; background: transparent; cursor: pointer; padding: 0;
  font-size: 12px;
}
.bag-button span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-left: 6px; border: 1px solid var(--ink); border-radius: 50%; font-size: 9px; }
.menu-button { display: none; }
.mobile-nav { display: none; }

.section-pad { padding-left: 6vw; padding-right: 6vw; }
.eyebrow { margin: 0 0 20px; font-size: 10px; letter-spacing: .28em; font-weight: 600; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Italiana", serif; font-weight: 400; }
h1 { font-size: clamp(68px, 8.1vw, 138px); line-height: .86; letter-spacing: -.04em; margin-bottom: 34px; }
h2 { font-size: clamp(48px, 6vw, 94px); line-height: .94; letter-spacing: -.035em; }

.hero {
  min-height: calc(100vh - 122px);
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 4vw;
  align-items: center;
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.hero-copy { max-width: 760px; }
.hero-text { max-width: 540px; color: var(--muted); line-height: 1.75; font-size: 15px; }
.hero-actions { display: flex; gap: 12px; margin-top: 35px; }
.button {
  min-height: 49px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  transition: .3s ease;
}
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: transparent; color: var(--ink); }
.button-ghost { background: transparent; }
.button-ghost:hover { background: var(--ink); color: var(--paper); }
.button-light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button-light:hover { background: transparent; color: var(--paper); }
.button.full { width: 100%; }
.hero-art { position: relative; min-height: 680px; }
.hero-frame { position: absolute; overflow: hidden; box-shadow: 0 25px 70px rgba(32, 27, 22, .12); }
.hero-frame img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.03); }
.hero-frame-main { width: 66%; height: 82%; right: 0; top: 0; }
.hero-frame-side { width: 42%; height: 57%; left: 0; bottom: 0; border: 12px solid var(--paper); }
.hero-caption { position: absolute; bottom: 3%; right: 1%; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 9px; letter-spacing: .24em; }

.marquee { background: var(--ink); color: var(--paper); overflow: hidden; padding: 18px 0; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 35px; animation: marquee 25s linear infinite; }
.marquee-track span { font-family: "Italiana", serif; font-size: 22px; letter-spacing: .08em; }
.marquee-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--paper); }
@keyframes marquee { to { transform: translateX(-50%); } }

.collection { padding-top: 130px; padding-bottom: 150px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; margin-bottom: 75px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); line-height: 1.8; max-width: 520px; justify-self: end; }
.filter-row { display: flex; gap: 30px; border-bottom: 1px solid var(--line); padding-bottom: 18px; margin-bottom: 35px; }
.filter { color: var(--muted); position: relative; }
.filter.active { color: var(--ink); }
.filter.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -19px; height: 2px; background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 55px 20px; }
.product-card { min-width: 0; transition: opacity .3s ease, transform .3s ease; }
.product-card.is-hidden { display: none; }
.product-art { position: relative; aspect-ratio: .76; overflow: hidden; background: #ddd7ce; cursor: pointer; }
.product-art img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease; filter: saturate(.78) contrast(1.02); }
.product-card:hover .product-art img { transform: scale(1.035); filter: saturate(.92) contrast(1.03); }
.quick-view {
  position: absolute; left: 14px; right: 14px; bottom: 14px;
  height: 44px; border: 0; background: rgba(242,239,232,.94); cursor: pointer;
  opacity: 0; transform: translateY(8px); transition: .3s ease;
  text-transform: uppercase; letter-spacing: .16em; font-size: 9px;
}
.product-card:hover .quick-view { opacity: 1; transform: translateY(0); }
.product-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 16px; }
.product-meta h3 { margin: 0; font-size: 13px; font-weight: 500; }
.product-meta p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.product-price { font-size: 12px; white-space: nowrap; }

.lookbook { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 780px; background: var(--ink); color: var(--paper); }
.lookbook-panel { min-width: 0; }
.lookbook-copy { padding: 9vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.lookbook-copy p:not(.eyebrow) { color: rgba(242,239,232,.63); line-height: 1.8; max-width: 520px; }
.lookbook-copy .button { width: max-content; margin-top: 24px; }
.lookbook-visual { overflow: hidden; }
.lookbook-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; filter: grayscale(.15) saturate(.72) contrast(1.05); }

.atelier { padding-top: 150px; padding-bottom: 150px; }
.atelier-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 10vw; align-items: center; }
.atelier-art { position: relative; }
.atelier-art svg { width: 100%; display: block; }
.atelier-number { position: absolute; top: 23px; left: 25px; z-index: 2; font-family: "Italiana", serif; font-size: 28px; }
.atelier-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; max-width: 580px; }
.atelier-facts { margin: 45px 0; border-top: 1px solid var(--line); }
.atelier-facts div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.atelier-facts strong { font-family: "Italiana", serif; font-size: 35px; font-weight: 400; }
.atelier-facts span { color: var(--muted); font-size: 12px; }
.text-link { font-size: 12px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.service-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-top: 0; padding-bottom: 0; }
.service-card { padding: 55px 4vw; border-right: 1px solid var(--line); }
.service-card:last-child { border-right: 0; }
.service-card > span { font-size: 10px; letter-spacing: .2em; }
.service-card h3 { font-family: "Italiana", serif; font-size: 31px; font-weight: 400; margin: 30px 0 15px; }
.service-card p { color: var(--muted); line-height: 1.7; font-size: 13px; }

.contact { display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; padding-top: 150px; padding-bottom: 150px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; max-width: 570px; }
.contact-details { display: flex; flex-direction: column; gap: 8px; margin-top: 40px; font-size: 12px; }
.contact-form { display: grid; gap: 24px; }
.contact-form label { display: grid; gap: 10px; }
.contact-form label > span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea, .search-input {
  width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 12px 0; outline: 0; border-radius: 0;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .search-input:focus { border-color: var(--ink); }
.contact-form textarea { resize: vertical; }
.form-note { font-size: 11px; color: var(--muted); }

.footer { background: var(--ink); color: var(--paper); padding-top: 75px; padding-bottom: 45px; display: grid; grid-template-columns: 1fr .7fr 1fr; gap: 6vw; align-items: start; }
.footer-brand { display: inline-flex; flex-direction: column; width: max-content; line-height: .78; }
.footer-links { display: grid; gap: 13px; font-size: 12px; width: max-content; }
.newsletter p { font-family: "Italiana", serif; font-size: 24px; }
.newsletter form { display: flex; border-bottom: 1px solid rgba(242,239,232,.4); }
.newsletter input { flex: 1; background: transparent; border: 0; color: var(--paper); padding: 13px 0; outline: 0; }
.newsletter button { border: 0; background: transparent; color: var(--paper); cursor: pointer; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.newsletter small { display: block; margin-top: 11px; color: rgba(242,239,232,.45); }
.footer-demo { grid-column: 1 / -1; margin: 60px 0 0; padding-top: 25px; border-top: 1px solid rgba(242,239,232,.15); color: rgba(242,239,232,.45); font-size: 10px; letter-spacing: .08em; }

.modal { border: 0; padding: 0; background: var(--paper); color: var(--ink); width: min(1040px, calc(100vw - 30px)); max-height: calc(100vh - 30px); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.modal::backdrop { background: rgba(8,8,8,.7); backdrop-filter: blur(8px); }
.modal-close { position: absolute; z-index: 5; right: 20px; top: 14px; border: 0; background: transparent; font-family: "Italiana", serif; font-size: 35px; cursor: pointer; }
.modal-close.inverse { color: var(--paper); }
.product-modal-grid { display: grid; grid-template-columns: 1fr .8fr; min-height: 680px; }
.modal-product-art { background: var(--warm); min-height: 600px; }
.modal-product-art img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; display: block; filter: saturate(.82) contrast(1.03); }
.modal-product-copy { padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; }
.modal-product-copy h2 { font-size: clamp(44px, 5vw, 70px); margin-bottom: 14px; }
.modal-product-copy > p:not(.eyebrow):not(.modal-price) { color: var(--muted); line-height: 1.75; }
.modal-price { font-size: 14px; margin-bottom: 30px; }
.size-select { margin: 30px 0; }
.size-select > span { display: block; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 12px; }
.size-select div { display: flex; gap: 8px; }
.size-select button { width: 45px; height: 40px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.size-select button.active { background: var(--ink); color: var(--paper); }
.modal-product-copy small, .bag-modal small { margin-top: 12px; color: var(--muted); }
.bag-modal, .search-modal { width: min(620px, calc(100vw - 30px)); padding: 70px 55px 50px; }
.bag-modal h2, .search-modal h2 { font-size: 55px; }
.bag-items { display: grid; gap: 14px; max-height: 360px; overflow: auto; margin: 30px 0; }
.bag-empty { color: var(--muted); }
.bag-item { display: grid; grid-template-columns: 65px 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.bag-swatch { height: 75px; background: var(--warm); overflow: hidden; }
.bag-swatch img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bag-item h4 { margin: 0 0 5px; font-weight: 500; font-size: 13px; }
.bag-item p { margin: 0; color: var(--muted); font-size: 11px; }
.bag-item button { border: 0; background: transparent; cursor: pointer; font-size: 11px; text-decoration: underline; }
.bag-summary { display: flex; justify-content: space-between; margin: 25px 0; padding-top: 20px; border-top: 1px solid var(--line); }
.search-input { font-size: 22px; margin: 15px 0 30px; }
.search-results { display: grid; gap: 12px; }
.search-result { padding: 14px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; cursor: pointer; }
.search-result small { color: var(--muted); }
.lookbook-modal { width: min(1300px, calc(100vw - 24px)); background: var(--ink); color: var(--paper); padding: 70px; }
.lookbook-story > p { font-size: 10px; letter-spacing: .25em; }
.lookbook-story h2 { margin-bottom: 50px; }
.lookbook-story-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
.story-card { min-height: 460px; display: flex; align-items: flex-end; padding: 18px; color: var(--paper); font-size: 11px; background-size: cover; background-position: center; position: relative; overflow: hidden; }
.story-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.45), rgba(0,0,0,0) 55%); }
.story-card span { position: relative; z-index: 1; }
.story-one { background-image: url("images/axis-coat.webp"); }
.story-two { background-image: url("images/folded-column-dress.webp"); background-position: center top; }
.story-three { background-image: url("images/frame-trouser.webp"); background-position: center center; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 740px; }
  .hero-copy { padding-top: 30px; }
  .lookbook { grid-template-columns: 1fr; }
  .lookbook-visual { min-height: 650px; }
  .atelier-grid, .contact { grid-template-columns: 1fr; }
  .atelier-copy { max-width: 800px; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .desktop-nav, .text-button { display: none; }
  .header-actions { gap: 13px; }
  .menu-button { display: inline-block; }
  .mobile-nav { position: fixed; z-index: 45; top: 108px; left: 0; right: 0; background: var(--paper); padding: 25px 20px 35px; border-bottom: 1px solid var(--line); flex-direction: column; gap: 22px; font-family: "Italiana", serif; font-size: 30px; }
  .mobile-nav.open { display: flex; }
  .section-pad { padding-left: 20px; padding-right: 20px; }
  .hero { min-height: auto; padding-top: 80px; padding-bottom: 70px; }
  h1 { font-size: clamp(62px, 18vw, 92px); }
  h2 { font-size: clamp(46px, 14vw, 72px); }
  .hero-art { min-height: 520px; margin-top: 40px; }
  .hero-frame-main { width: 76%; height: 78%; }
  .hero-frame-side { width: 48%; height: 53%; border-width: 7px; }
  .hero-caption { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 45px; }
  .section-heading > p { justify-self: start; }
  .filter-row { overflow-x: auto; gap: 22px; }
  .filter { white-space: nowrap; }
  .product-grid { grid-template-columns: 1fr; }
  .quick-view { opacity: 1; transform: none; }
  .collection { padding-top: 90px; padding-bottom: 90px; }
  .lookbook-copy { padding: 85px 20px; }
  .lookbook-visual { min-height: 480px; }
  .atelier { padding-top: 90px; padding-bottom: 90px; }
  .service-band { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 20px; padding-right: 20px; }
  .contact { padding-top: 90px; padding-bottom: 90px; }
  .footer { grid-template-columns: 1fr; padding-top: 60px; }
  .footer-demo { grid-column: auto; margin-top: 20px; }
  .product-modal-grid { grid-template-columns: 1fr; }
  .modal-product-art { min-height: 430px; }
  .modal-product-art img { min-height: 430px; }
  .modal-product-copy { padding: 50px 25px; }
  .bag-modal, .search-modal { padding: 65px 25px 35px; }
  .lookbook-modal { padding: 65px 20px 25px; }
  .lookbook-story-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 340px; }
}

/* Consistent non-emoji directional arrow */
.ui-arrow{display:inline-block;position:relative;width:.72em;height:.72em;flex:0 0 .72em;margin-left:.42em;vertical-align:.02em;color:currentColor;font-size:1em;line-height:1}.ui-arrow::before{content:"";position:absolute;left:7%;top:49%;width:92%;height:1.5px;border-radius:99px;background:currentColor;transform:rotate(-45deg);transform-origin:center}.ui-arrow::after{content:"";position:absolute;top:3%;right:2%;width:52%;height:52%;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;border-radius:1px}

/* V23 mobile refinement — preserve original content and desktop design */
@media (max-width: 760px) {
  html, body { width: 100%; max-width: 100%; overflow-x: clip; }
  .demo-strip { min-height: 32px; height: auto; padding: 8px 14px; line-height: 1.35; text-align: center; }
  .site-header { height: 72px; padding-inline: 18px; }
  .brand { max-width: 55vw; }
  .brand span { font-size: 24px; }
  .brand small { font-size: 7px; }
  .mobile-nav { top: 104px; max-height: calc(100dvh - 104px); overflow-y: auto; }

  .hero { padding-top: 58px; padding-bottom: 64px; gap: 22px; }
  .hero-copy { min-width: 0; }
  h1 { font-size: clamp(48px, 14.5vw, 68px); line-height: .9; letter-spacing: -.06em; }
  h2 { font-size: clamp(42px, 12vw, 60px); line-height: .96; }
  .hero-text { font-size: 14px; line-height: 1.7; }
  .hero-art { min-height: 460px; margin-top: 30px; }
  .hero-frame-main { width: 82%; height: 76%; }
  .hero-frame-side { width: 48%; height: 48%; right: 0; bottom: 3%; }

  .marquee { overflow: hidden; }
  .marquee-track { font-size: 32px; white-space: nowrap; }
  .collection, .atelier, .contact { padding-top: 78px; padding-bottom: 78px; }
  .section-heading { margin-bottom: 38px; }
  .filter-row { padding-bottom: 8px; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .product-grid { gap: 52px; }
  .product-image { aspect-ratio: 4 / 5; height: auto; }
  .product-copy h3 { font-size: 21px; }

  .lookbook-copy { padding: 72px 20px; }
  .lookbook-visual { min-height: 62vh; }
  .atelier-grid { gap: 48px; }
  .atelier-art { min-height: 500px; }
  .atelier-number { font-size: 120px; }
  .atelier-facts { grid-template-columns: 1fr; }

  .service-card { padding-top: 38px; padding-bottom: 38px; }
  .service-card h3 { margin-top: 18px; font-size: 29px; }
  .contact { gap: 48px; }
  .contact-details { overflow-wrap: anywhere; }
  .footer { gap: 42px; padding-bottom: 34px; }
  .newsletter form { min-width: 0; }
  .newsletter input { min-width: 0; }

  .modal { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); overflow-y: auto; }
  .product-modal-grid { min-height: 0; }
  .modal-product-art, .modal-product-art img { min-height: 52vh; }
  .modal-product-copy { padding: 42px 22px; }
  .bag-modal, .search-modal { padding: 58px 22px 30px; }
  .bag-modal h2, .search-modal h2 { font-size: 45px; }
  .lookbook-modal { padding: 58px 18px 24px; }
  .lookbook-story h2 { margin-bottom: 30px; }
}
