:root {
  --ink: #171613;
  --muted: #68635d;
  --gold: #a98649;
  --warm: #d8c6ad;
  --paper: #f5f2ed;
  --white: #fff;
  --line: rgba(23,22,19,.15);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.section-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 999; padding: .75rem 1rem; background: white; border: 1px solid var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header {
  min-height: 88px;
  padding: 0 clamp(20px,4vw,60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
}
.brand img { width: 58px; height: 58px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem,2vw,2rem); }
.main-nav a { font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; color: #393632; }
.main-nav a:hover { color: var(--gold); }
.menu-toggle { display: none; width: 32px; height: 22px; padding: 0; border: 0; background: transparent; flex-direction: column; justify-content: space-between; }
.menu-toggle span { width: 100%; height: 1px; background: var(--ink); }

.hero {
  display: grid;
  grid-template-columns: minmax(360px,.82fr) minmax(520px,1.18fr);
  min-height: min(76vh,760px);
  background: var(--paper);
}
.hero-copy {
  padding: clamp(56px,8vw,120px) clamp(28px,6vw,88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow,.section-kicker,.world-kicker { margin: 0 0 1.25rem; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.2rem,6vw,6.2rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.hero-subline { margin: 2.25rem 0 .4rem; font-size: 1rem; letter-spacing: .03em; }
.hero-meta { margin: 0; color: var(--muted); }
.hero-visual { min-height: 560px; overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.worlds { display: grid; grid-template-columns: repeat(3,1fr); }
.world {
  min-height: 420px;
  padding: clamp(40px,5vw,72px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid rgba(255,255,255,.22);
  transition: transform .3s ease, filter .3s ease;
}
.world:last-child { border-right: 0; }
.world:hover { transform: translateY(-4px); }
.world h2 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(2.6rem,4vw,4.2rem); font-weight: 400; line-height: 1; }
.world p:not(.world-kicker) { max-width: 330px; margin: 0 0 1.8rem; }
.world span { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.world--light { background: #e7e0d8; color: var(--ink); }
.world--dark { background: #26231f; color: white; }
.world--dark p:not(.world-kicker) { color: rgba(255,255,255,.72); }
.world--warm { background: #b99767; color: #17130e; }
.world--warm .world-kicker { color: #4f3d23; }

.story { padding: clamp(88px,10vw,150px) 0; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px,9vw,140px); align-items: start; }
.story h2,.seo-section h2,.faq-heading h2,.contact-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem,5vw,5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.025em; }
.story-copy { color: var(--muted); font-size: 1.02rem; }
.story-copy p { margin: 0 0 1.4rem; }

.year-line {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto clamp(86px,10vw,145px);
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
}
.year-line strong { font-family: var(--serif); font-size: clamp(4.8rem,9vw,9rem); line-height: .82; font-weight: 400; color: var(--gold); }
.year-line span { font-size: clamp(1rem,2vw,1.4rem); }

.seo-section { padding: clamp(80px,9vw,130px) 0; background: var(--paper); }
.seo-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,8vw,110px); }
.seo-copy { color: var(--muted); font-size: 1rem; }
.seo-copy p { margin-top: 0; }

.trust-strip { padding: 48px 0; display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.trust-strip p { margin: 0; padding: 0 28px; border-right: 1px solid var(--line); text-align: center; font-size: .86rem; letter-spacing: .025em; }
.trust-strip p:first-child { padding-left: 0; }
.trust-strip p:last-child { padding-right: 0; border-right: 0; }

.faq-section { padding: clamp(86px,10vw,145px) 0; background: white; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px,9vw,130px); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 1.35rem 2rem 1.35rem 0; position: relative; font-family: var(--serif); font-size: 1.35rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; color: var(--gold); font-family: var(--sans); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details p { margin: 0; padding: 0 3rem 1.5rem 0; color: var(--muted); }
.faq-list a { color: var(--gold); border-bottom: 1px solid currentColor; }

.contact-section { padding: clamp(70px,8vw,110px) 0; background: #f8f7f4; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr .8fr; gap: 2.5rem; align-items: end; }
.contact-grid address { font-style: normal; color: var(--muted); }
.contact-links,.opening-hours { display: flex; flex-direction: column; gap: .45rem; color: var(--muted); }
.opening-hours p { margin: 0; }
.site-footer { padding: 28px 0; background: var(--ink); color: rgba(255,255,255,.58); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; gap: 1.5rem; font-size: .82rem; }

@media (max-width: 980px) {
  .menu-toggle { display: flex; }
  .main-nav { display: none; position: absolute; top: 88px; left: 0; right: 0; padding: 1.5rem 24px 2rem; flex-direction: column; align-items: flex-start; background: white; border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 2; padding-top: 56px; padding-bottom: 64px; }
  .hero-visual { order: 1; min-height: 540px; }
  .worlds { grid-template-columns: 1fr; }
  .world { min-height: 300px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .story,.seo-layout,.faq-layout { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip p { padding: 1.25rem; border-bottom: 1px solid var(--line); }
  .trust-strip p:nth-child(2) { border-right: 0; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .site-header { min-height: 72px; padding: 0 18px; }
  .brand img { width: 48px; height: 48px; }
  .main-nav { top: 72px; }
  .hero-visual { min-height: 430px; }
  .hero-visual img { object-position: center; }
  .hero-copy { padding: 42px 22px 52px; }
  .hero h1 { font-size: clamp(3rem,13vw,4.8rem); }
  .world { min-height: 270px; padding: 34px 24px; }
  .story { padding: 76px 0; gap: 34px; }
  .year-line { display: block; margin-bottom: 76px; }
  .year-line span { display: block; margin-top: 1rem; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p { border-right: 0; }
  .trust-strip p:first-child { padding-left: 1.25rem; }
  .trust-strip p:last-child { border-bottom: 0; padding-right: 1.25rem; }
  .faq-list summary { font-size: 1.15rem; }
  .contact-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

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