:root {
  --ink: #1b1a24;
  --ink-soft: #55525f;
  --navy: #1f2f5c;
  --rose: #b8345e;
  --blush: #f3e3dd;
  --ivory: #faf6f0;
  --sand: #efe6da;
  --line: #e2d8ca;
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", system-ui, sans-serif;
  --script: "Pinyon Script", cursive;
  --wrap: 1180px;
  --radius: 2px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.1; margin: 0 0 .5em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); letter-spacing: -.01em; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.6rem; }
em { font-style: italic; color: var(--rose); }
p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  font-size: .75rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--rose); font-weight: 500; margin-bottom: .9em;
}

/* Image slots: drop photos into /images with the matching file name.
   Until then, a soft gradient stands in. */
.img {
  background: var(--img, none) center / cover no-repeat,
    linear-gradient(160deg, var(--blush), var(--sand) 55%, #dcd0e4);
  border-radius: var(--radius);
  aspect-ratio: 4 / 5;
}
.img.tall { aspect-ratio: 3 / 4; background-position: center 20%; }

/* Buttons & links */
.btn {
  display: inline-block; padding: .95em 1.8em; font: 500 .8rem/1 var(--sans);
  letter-spacing: .16em; text-transform: uppercase; text-decoration: none;
  border: 1px solid var(--navy); border-radius: var(--radius); cursor: pointer;
  transition: background .25s, color .25s;
}
.btn-solid { background: var(--navy); color: var(--white); }
.btn-solid:hover { background: var(--rose); border-color: var(--rose); }
.btn-ghost { background: transparent; color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: var(--white); }
.link-arrow {
  font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
  text-decoration: none; color: var(--navy); border-bottom: 1px solid currentColor; padding-bottom: 2px;
}
.link-arrow::after { content: " →"; }
.link-arrow:hover { color: var(--rose); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 240, .92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo {
  font-family: var(--script); font-size: 2.3rem; color: var(--navy);
  text-decoration: none; line-height: 1; margin: 0;
}
.site-nav { display: flex; gap: 2rem; align-items: center; }
.site-nav a {
  text-decoration: none; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 400;
}
.site-nav a:hover { color: var(--rose); }
.site-nav .nav-cta { border: 1px solid var(--navy); padding: .6em 1.2em; color: var(--navy); }
.site-nav .nav-cta:hover { background: var(--navy); color: var(--white); }
.nav-toggle { display: none; }

/* Hero */
.hero { display: grid; grid-template-columns: 1.05fr 1fr; min-height: calc(100vh - 72px); }
.hero-media { aspect-ratio: auto; border-radius: 0; min-height: 420px; background-position: center 15%; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px clamp(24px, 6vw, 88px); }
.lede { font-size: 1.12rem; color: var(--ink-soft); max-width: 34em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.2rem; }

/* Strip */
.strip { background: var(--navy); color: var(--white); }
.strip-list { list-style: none; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-top: 28px; padding-bottom: 28px; }
.strip-list li { display: flex; flex-direction: column; text-align: center; }
.strip-list strong { font-family: var(--serif); font-weight: 500; font-size: 1.35rem; }
.strip-list span { font-size: .82rem; opacity: .75; letter-spacing: .04em; }

/* Sections */
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.split { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.section-sub { color: var(--ink-soft); }

.collections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.collection h3 { margin-top: 1.1rem; }
.collection p { color: var(--ink-soft); font-size: .98rem; }

.lookbook-section { background: var(--white); }
.lookbook { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.lookbook .img { aspect-ratio: 3 / 4; background-position: center 20%; }

.shop { background: var(--navy); color: var(--white); }
.shop h2, .shop h3 { color: var(--white); }
.shop .eyebrow { color: #f0a9bf; }
.shop .section-sub { color: rgba(255,255,255,.75); }
.shop .btn-solid { background: var(--white); color: var(--navy); border-color: var(--white); }
.shop .btn-solid:hover { background: var(--rose); color: var(--white); border-color: var(--rose); }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.shop-card { border: 1px solid rgba(255,255,255,.2); padding: 32px 28px; }
.shop-card p:last-child { color: rgba(255,255,255,.78); margin: 0; }
.piece-list { list-style: none; padding: 0; margin: 0; }
.piece-list li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.85); }
.piece-list li:last-child { border-bottom: 0; }

.story-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.story-copy p { color: var(--ink-soft); }
.signature { font-family: var(--script); font-size: 2.2rem; color: var(--navy) !important; margin-top: .6em; }

.events { background: var(--blush); }
.event-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(31, 47, 92, .2); }
.event {
  display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: baseline;
  padding: 26px 0; border-bottom: 1px solid rgba(31, 47, 92, .2);
}
.event time { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--rose); font-weight: 500; }
.event h3 { margin: 0 0 .2em; }
.event p { margin: 0; color: var(--ink-soft); }

.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); }
.visit-grid > div > p { color: var(--ink-soft); }
.diaries { background: var(--white); padding: 40px; border: 1px solid var(--line); }
.diaries-links { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; margin-top: 1.2rem; }

.contact { background: var(--sand); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); }
.contact-copy > p { color: var(--ink-soft); }
.contact-list { list-style: none; padding: 0; margin: 2rem 0 0; }
.contact-list li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-list span { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
.contact-list a { text-decoration: none; font-weight: 400; }
.contact-list a:hover { color: var(--rose); }

.enquiry { background: var(--white); padding: clamp(24px, 4vw, 44px); display: grid; gap: 18px; border: 1px solid var(--line); }
.enquiry label { display: grid; gap: 6px; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
.enquiry input, .enquiry select, .enquiry textarea {
  font: 300 1rem var(--sans); color: var(--ink); letter-spacing: 0; text-transform: none;
  padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ivory); width: 100%;
}
.enquiry input:focus, .enquiry select:focus, .enquiry textarea:focus { outline: 2px solid var(--navy); outline-offset: 1px; }
.enquiry .btn { justify-self: start; }
.form-note { font-size: .9rem; color: var(--rose); margin: 0; min-height: 1.2em; }

/* Footer */
.site-footer { background: var(--ink); color: #d9d4cc; padding: 56px 0 40px; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 24px 48px; align-items: center; }
.logo-footer { color: var(--white); }
.footer-tag { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; opacity: .7; margin: .6em 0 0; }
.footer-nav { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-nav a { text-decoration: none; font-size: .85rem; }
.footer-nav a:hover { color: var(--white); }
.copyright { grid-column: 1 / -1; font-size: .8rem; opacity: .55; margin: 16px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }

/* WhatsApp floating button */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: var(--white); display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.2); transition: transform .2s;
}
.wa-float:hover { transform: scale(1.06); }
.wa-float svg { width: 30px; height: 30px; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Tablet */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-media { min-height: 0; aspect-ratio: 4 / 5; max-height: 72vh; }
  .strip-list { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .collections { grid-template-columns: 1fr 1fr; }
  .story-grid, .visit-grid, .contact-grid, .shop-grid { grid-template-columns: 1fr; }
  .story-img { max-width: 520px; }
}

/* Mobile */
@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .header-inner { height: 64px; }
  html { scroll-padding-top: 68px; }
  .logo { font-size: 2rem; }
  .nav-toggle {
    display: grid; gap: 6px; background: none; border: 0; padding: 10px; cursor: pointer;
  }
  .nav-toggle span { display: block; width: 24px; height: 1.5px; background: var(--ink); transition: transform .25s; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .site-nav {
    position: absolute; top: 64px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ivory); border-bottom: 1px solid var(--line); padding: 8px 16px 20px;
    display: none;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 14px; text-align: center; border-bottom: 1px solid var(--navy); }
  .hero-copy { padding: 40px 16px 56px; }
  .collections { grid-template-columns: 1fr; gap: 40px; }
  .lookbook { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .event { grid-template-columns: 1fr; gap: 6px; }
  .diaries { padding: 28px 20px; }
  .footer-inner { grid-template-columns: 1fr; }
  .wa-float { right: 16px; bottom: 16px; }
}
