
:root {
  --paper: #f5f2ec;
  --paper-deep: #efebe3;
  --ink: #2d190f;
  --muted: #756a61;
  --line: rgba(45, 25, 15, 0.20);
  --max: 1440px;
  --text-wide: 1040px;
  --pad: clamp(1.25rem, 4vw, 4.75rem);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.36), transparent 34%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,.18), transparent 38%),
    radial-gradient(circle at 15% 25%, rgba(45,25,15,.015) .4px, transparent .8px),
    radial-gradient(circle at 78% 62%, rgba(45,25,15,.012) .5px, transparent 1px),
    radial-gradient(circle at 52% 80%, rgba(255,255,255,.25), transparent 35%);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 9999;
  background: var(--ink);
  color: var(--paper);
  padding: .7rem 1rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  padding: 1.65rem var(--pad);
}
.site-header.is-sticky {
  position: fixed;
  background: rgba(245, 242, 236, .93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(45,25,15,.10);
  transform: translateY(-110%);
  transition: transform .45s var(--ease);
}
.site-header.is-sticky.is-visible { transform: translateY(0); }

.nav-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
}
.nav-logo {
  display: inline-flex;
  width: 82px;
  min-width: 82px;
  opacity: 0;
  pointer-events: none;
  overflow: visible;
}
.site-header.is-sticky .nav-logo {
  opacity: 1;
  pointer-events: auto;
}
.nav-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.2rem, 2.5vw, 2.8rem);
}
.primary-nav, .language-switcher {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}
.primary-nav a, .language-switcher button {
  border: 0;
  background: transparent;
  padding: .25rem 0;
  font-size: .76rem;
  letter-spacing: .015em;
  cursor: pointer;
  position: relative;
}
.primary-nav a::after, .language-switcher button::after, .text-link::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 0;
  height: 1px;
  background: currentColor;
  transition: right .3s var(--ease);
}
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.language-switcher button:hover::after,
.language-switcher button:focus-visible::after,
.language-switcher button[aria-pressed="true"]::after,
.text-link:hover::after,
.text-link:focus-visible::after { right: 0; }

.language-switcher { gap: .75rem; }
.language-switcher button {
  color: var(--muted);
  font-size: .69rem;
}
.language-switcher button[aria-pressed="true"] { color: var(--ink); }

.mobile-toggle { display: none; }

.hero-intro {
  min-height: clamp(620px, 72vh, 820px);
  display: grid;
  place-items: center;
  padding: clamp(6.8rem, 11vw, 9.5rem) var(--pad) clamp(4.8rem, 8vw, 7rem);
}
.hero-brand {
  width: min(880px, 92vw);
  text-align: center;
}
.hero-logo {
  width: min(660px, 78vw);
  height: auto;
  display: block;
  margin: 0 auto;
}
.hero-copy {
  margin-top: clamp(3rem, 5vw, 4.5rem);
}
.eyebrow {
  margin: 0;
  font-size: .58rem;
  text-transform: uppercase;
  letter-spacing: .42em;
}
.slogan {
  margin: 1.3rem 0 0;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(.96rem,1.35vw,1.25rem);
  line-height: 1.55;
  letter-spacing: .035em;
}
.hero-rule {
  display: block;
  width: 28px;
  height: 1px;
  background: var(--ink);
  opacity: .55;
  margin: 1.9rem auto 0;
}

.hero-photo {
  margin: 0;
  width: 100%;
  background: #111;
  overflow: hidden;
}
.hero-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.section {
  padding: clamp(7rem, 11vw, 11rem) var(--pad);
}
.section-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
}
.section-heading {
  text-align: center;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}
.section-heading .eyebrow { color: var(--muted); }
.section-heading h1,
.section-heading h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  line-height: 1.06;
  margin: 1.2rem 0 0;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
}
.section-heading p {
  width: min(100%, 760px);
  margin: 1.8rem auto 0;
  color: var(--muted);
}

.collection-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  max-width: 1150px;
  margin: 0 auto;
}
.collection-card {
  text-align: center;
  padding: 1rem clamp(1.2rem, 3vw, 3.2rem);
  position: relative;
}
.collection-card + .collection-card { border-left: 1px solid var(--line); }
.collection-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 400;
  margin: 0 0 .35rem;
}
.collection-card p {
  color: var(--muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  margin: 0;
}
.collection-card a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.collection-cta {
  text-align: center;
  margin-top: clamp(3.8rem, 7vw, 6.5rem);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  position: relative;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.22rem;
  padding-bottom: .2rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.1rem var(--pad);
}
.footer-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  gap: 2rem;
}
.footer-item small {
  display: block;
  color: var(--muted);
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: .3rem;
}
.footer-item a, .footer-item span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.06rem;
}
.footer-item:last-child { text-align: right; }

/* Inner pages */
.page-hero {
  padding: clamp(10rem, 17vw, 15rem) var(--pad) clamp(5.5rem, 9vw, 8rem);
}
.page-hero-inner {
  width: min(100%, var(--text-wide));
  margin: 0 auto;
}
.page-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.4rem, 8vw, 7rem);
  line-height: .98;
  font-weight: 400;
  margin: 1rem 0 0;
}
.page-hero p {
  max-width: 780px;
  margin: 2rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  color: var(--muted);
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr 1fr;
  grid-template-rows: 270px 190px 260px;
  gap: 7px;
  border: 1px solid var(--line);
  padding: 7px;
  background: rgba(255,255,255,.16);
}
.placeholder {
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  min-height: 180px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,.24), rgba(45,25,15,.015));
}
.placeholder:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
.placeholder:nth-child(2) { grid-column: 3; grid-row: 1 / 3; }
.placeholder:nth-child(3) { grid-column: 1; grid-row: 2 / 4; }
.placeholder:nth-child(4) { grid-column: 2 / 4; grid-row: 3; }
.placeholder:nth-child(5) { grid-column: 2; grid-row: 2; }
.placeholder span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}
.placeholder small {
  display: block;
  margin-top: .5rem;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .55rem;
  color: var(--muted);
}

.subcollections {
  max-width: 920px;
  margin: clamp(5rem, 8vw, 8rem) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}
.subcollections a {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid var(--line);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
}
.subcollections a:nth-child(odd) { border-right: 1px solid var(--line); }

.prose {
  width: min(100%, var(--text-wide));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(2rem, 8vw, 8rem);
}
.prose h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.05;
  margin: 0;
}
.prose-copy {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.58rem);
  line-height: 1.65;
}
.prose-copy p:first-child { margin-top: 0; }

.contact-grid {
  width: min(100%, var(--text-wide));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.contact-block {
  padding: clamp(2rem, 5vw, 4.5rem);
}
.contact-block + .contact-block { border-left: 1px solid var(--line); }
.contact-block h2 {
  margin: 0 0 .7rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 2rem;
}
.contact-block a {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}
.reveal.from-left { transform: translateX(-22px); }
.reveal.from-right { transform: translateX(22px); }
.reveal.is-visible { opacity: 1; transform: translate(0,0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 860px) {
  .site-header {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding-left: max(1.35rem, env(safe-area-inset-left));
    padding-right: max(1.35rem, env(safe-area-inset-right));
  }
  .nav-logo {
    width: 94px;
    min-width: 94px;
    margin-left: 0;
  }
  .nav-shell { grid-template-columns: auto 1fr; }
  .mobile-toggle {
    display: inline-flex;
    margin-left: auto;
    border: 0;
    background: transparent;
    padding: .5rem 0;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .14em;
  }
  .nav-right {
    position: fixed;
    inset: 0 0 auto 0;
    padding: 6.2rem var(--pad) 2.2rem;
    background: rgba(245,242,236,.98);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-right.is-open { display: flex; }
  .primary-nav { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .primary-nav a { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem; }
  .site-header:not(.is-sticky) .nav-logo { opacity: 1; pointer-events: auto; }
  .hero-intro { min-height: 620px; padding-top: 8.5rem; }
  .collection-links { grid-template-columns: 1fr; }
  .collection-card { padding: 2rem 1rem; }
  .collection-card + .collection-card { border-left: 0; border-top: 1px solid var(--line); }
  .footer-shell { grid-template-columns: 1fr; }
  .footer-item:last-child { text-align: left; }
  .editorial-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 170px 220px;
  }
  .placeholder:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
  .placeholder:nth-child(2) { grid-column: 2; grid-row: 2 / 4; }
  .placeholder:nth-child(3) { grid-column: 1; grid-row: 2; }
  .placeholder:nth-child(4) { grid-column: 1; grid-row: 3; }
  .placeholder:nth-child(5) { display: none; }
  .prose { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-block + .contact-block { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .hero-intro { min-height: 570px; }
  .hero-copy { margin-top: 3.2rem; }
  .nav-logo {
    width: 88px;
    min-width: 88px;
  }
  .slogan {
    font-size: 1rem;
    letter-spacing: .025em;
  }
  .language-switcher { gap: .55rem; }
  .editorial-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 240px);
  }
  .placeholder:nth-child(n) { grid-column: 1; grid-row: auto; display: grid; }
  .placeholder:nth-child(5) { display: none; }
  .subcollections { grid-template-columns: 1fr; }
  .subcollections a:nth-child(odd) { border-right: 0; }
}


/* === v2.0 refinement === */
.site-header{
  padding-top:0.75rem;
  padding-bottom:0.75rem;
}
.hero-logo{
  width:min(500px,62vw);
}
.hero-intro{
  min-height:520px;
  padding-top:6.5rem;
  padding-bottom:2.5rem;
}
.hero-rule{
  width:34px;
  height:1px;
  border-radius:999px;
}
.hero-photo{
  width:100%;
  margin:0;
}
.hero-photo img{
  display:block;
  width:100%;
  height:auto;
}
@media (max-width:768px){
 .site-header{
   padding-top:.55rem;
   padding-bottom:.55rem;
 }
 .hero-logo{
   width:min(340px,58vw);
 }
 .hero-intro{
   min-height:430px;
   padding-top:4.5rem;
   padding-bottom:1.5rem;
 }
 .hero-copy{
   margin-top:2rem;
 }
 html,body{
   overflow-x:hidden;
 }
}
