:root {
  --ink: #17231d;
  --forest: #203a2d;
  --moss: #6f806d;
  --sage: #aab8a4;
  --paper: #f3f0e8;
  --sand: #ded7c9;
  --white: #fffdf8;
  --accent: #a64132;
  --line: rgba(23, 35, 29, .15);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(1220px, calc(100% - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }
.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; }
.section-shell { width: var(--shell); margin-inline: auto; }
.site-header { position: relative; min-height: 500px; color: var(--white); overflow: hidden; }
.hero-media { position: absolute; background-image: url('http://japansk-have.dk/images/slideshow/0.jpg'); inset: 0; background-size: cover; background-position: center 44%; transform: scale(1.02); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,25,19,.58), rgba(14,25,19,.12) 58%, rgba(14,25,19,.18)); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,15,10,.36), transparent 28%, rgba(5,15,10,.55)); }
.header-shell { position: relative; z-index: 2; width: var(--shell); min-height: 500px; margin-inline: auto; display: flex; flex-direction: column; }
.main-nav { min-height: 112px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.28); gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 25px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; opacity: .74; }
.nav-panel { margin-left: auto; display: flex; align-items: center; gap: 21px; }
.nav-panel a { position: relative; font-size: 11px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; opacity: .78; transition: opacity .2s; }
.nav-panel a:hover, .nav-panel a.active { opacity: 1; }
.nav-panel a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -11px; height: 1px; background: currentColor; }
.language-switcher { display: flex; gap: 9px; padding-left: 21px; border-left: 1px solid rgba(255,255,255,.3); }
.language-switcher a { width: 27px; height: 19px; overflow: hidden; border: 1px solid rgba(255,255,255,.6); box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.language-switcher img { width: 100%; height: 100%; object-fit: cover; }
.menu-toggle { display: none; margin-left: auto; width: 43px; height: 43px; border: 0; background: transparent; padding: 9px; color: #FFFFFF !important; -webkit-appearance: none; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 6px 0; }
.hero-content { margin-top: auto; padding: 60px 0 60px; }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 13px 3px 0; background: currentColor; opacity: .65; }
.eyebrow.dark { color: var(--moss); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .93; letter-spacing: -.025em; }
h1 { font-size: clamp(72px, 8vw, 80px); }
h1 em, h2 em { font-weight: 500; }
.hero-intro { max-width: 590px; margin: 30px 0 0; font-size: 12px; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--white); color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-dark { background: var(--forest); color: var(--white); }
.button-light { border-color: rgba(255,255,255,.48); color: var(--white); margin-top: 38px; }
.hero-note { position: absolute; right: 0; bottom: 44px; display: flex; align-items: center; gap: 16px; font-size: 9px; letter-spacing: .25em; text-transform: uppercase; opacity: .7; }
.note-line { width: 55px; height: 1px; background: currentColor; }
.intro-section { padding: 135px 0 120px; }
.intro-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 100px; align-items: normal; }
h2 { font-size: clamp(54px, 6vw, 88px); }
.intro-copy { padding: 0 0 6px 45px; border-left: 1px solid var(--line); }
.intro-copy p { color: #4e5b54; }
.intro-copy .lead { margin-top: 0; font-family: var(--serif); font-size: 26px; line-height: 1.35; color: var(--ink); }
.lead-delimiter { border-top: 1px solid var(--line);  }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 15px; font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.feature-strip { border-block: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-card { min-height: 285px; padding: 55px 52px; border-right: 1px solid var(--line); }
.feature-card:first-child { border-left: 1px solid var(--line); }
.feature-number { font-family: var(--serif); font-size: 18px; color: var(--accent); }
.feature-card h3 { margin: 45px 0 13px; font-family: var(--serif); font-size: 32px; font-weight: 600; }
.feature-card p { margin: 0; color: #657068; font-size: 14px; }
.visit-section { padding: 150px 0; }
.visit-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 120px; align-items: center; }
.visit-image { position: relative; min-height: 690px; }
.image-frame { position: absolute; inset: 0 0 0 7%; }
.image-frame::before { content: ""; position: absolute; left: -7%; top: 10%; width: 28%; height: 72%; border: 1px solid rgba(32,58,45,.35); }
.japanese-seal { position: absolute; right: -38px; bottom: 50px; width: 92px; height: 92px; display: grid; place-items: center; background: var(--accent); color: var(--white); font-family: var(--serif); font-size: 44px; box-shadow: 0 20px 35px rgba(42,30,23,.18); }
.visit-content { max-width: 500px; }
.visit-content h2 { font-size: clamp(52px, 5vw, 76px); }
.visit-content > p:not(.eyebrow) { margin: 27px 0 32px; color: #5c685f; }

.page-section { padding: 135px }
.page-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 120px; align-items: center; }
.page-content h2 { font-size: clamp(52px, 5vw, 76px); }
.page-content > p:not(.eyebrow) { margin: 27px 0 32px; color: #5c685f; }

.info-list { margin: 0 0 35px; border-top: 1px solid var(--line); }
.info-list div { display: grid; grid-template-columns: 150px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.info-list dt { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.info-list dd { margin: 0; color: #5c685f; }
.gallery-section { padding: 130px 0; background: var(--forest); color: var(--white); }
.gallery-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.gallery-heading p:last-child { max-width: 420px; margin: 0 0 4px; color: rgba(255,255,255,.65); }
.gallery-grid { display: grid; grid-template-columns: 1.45fr .75fr; grid-template-rows: 250px 250px; gap: 20px; }
.gallery-item { position: relative; overflow: hidden; background-image: linear-gradient(rgba(18,35,26,.08), rgba(18,35,26,.18)), url('http://japansk-have.dk/images/slideshow/0.jpg'); background-size: cover; }
.gallery-main { grid-row: 1 / span 2; background-position: center; }
.gallery-top { background-position: 25% 30%; }
.gallery-bottom { background-position: 75% 70%; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0); transition: background .3s; }
.gallery-item:hover::after { background: rgba(255,255,255,.08); }
.gallery-item span { position: absolute; z-index: 2; right: 18px; bottom: 14px; font-size: 10px; letter-spacing: .18em; }
.content-links { padding: 20px 0 80px; background: var(--forest); color: var(--white); }
.link-grid { border-top: 1px solid rgba(255,255,255,.2); }
.editorial-link { display: grid; grid-template-columns: .6fr 1fr auto; align-items: center; padding: 35px 0; border-bottom: 1px solid rgba(255,255,255,.2); transition: padding .25s, background .25s; }
.editorial-link:hover { padding-inline: 18px; background: rgba(255,255,255,.035); }
.link-label { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; opacity: .55; }
.editorial-link strong { font-family: var(--serif); font-size: 32px; font-weight: 500; }
.link-arrow { font-size: 24px; font-weight: 300; }
.site-footer { padding: 100px 0 30px; background: #15231b; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .65fr; gap: 80px; }
.footer-brand { margin-bottom: 25px; }
.footer-grid > div:first-child p { max-width: 360px; color: rgba(255,255,255,.58); font-size: 14px; }
.footer-grid h3 { margin: 0 0 22px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact p { color: rgba(255,255,255,.62); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 80px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1120px) {
  .nav-panel { position: absolute; left: 0; right: 0; top: 112px; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 18px 24px; background: rgba(20,34,26,.97); backdrop-filter: blur(14px); }
  .nav-panel.open { display: flex; }
  .nav-panel a { width: 100%; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-panel a.active::after { display: none; }
  .menu-toggle { display: block; }
  .language-switcher { margin-left: 0; }
}
@media (max-width: 800px) {
  :root { --shell: min(100% - 30px, 1220px); }
  .site-header, .header-shell { min-height: 200px; }
  .main-nav { min-height: 88px; }
  .nav-panel { top: 88px; }
  .hero-content { margin-top: auto; padding: 40px 0 40px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .language-switcher { padding-left: 13px; gap: 7px; }
  .language-switcher a { width: 24px; height: 17px; }
  .hero-content { padding-bottom: 20px; }
  h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-note { display: none; }
  .intro-section, .visit-section, .gallery-section { padding: 90px 0; }
  .intro-grid, .visit-grid, .gallery-heading { grid-template-columns: 1fr; gap: 45px; }
  .intro-copy { padding-left: 0; border-left: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:first-child { min-height: auto; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .visit-image { min-height: 470px; }
  .japanese-seal { right: 10px; bottom: -25px; width: 72px; height: 72px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 350px 210px; }
  .gallery-main { grid-column: 1 / span 2; grid-row: 1; }
  .editorial-link { grid-template-columns: 1fr auto; gap: 5px; }
  .link-label { grid-column: 1 / span 2; }
  .editorial-link strong { font-size: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / span 2; }
  .button { min-height: 44px; padding: 0 22px; font-size: 11px; }
}
@media (max-width: 520px) {
  .site-header { min-height: 200px; }
  .header-shell { min-height: 100px; }
  .brand-copy strong { font-size: 17px; }
  .hero-content { margin-top: auto; }
  .menu-toggle { width: 36px; padding-inline: 5px; }
  .hero-intro { font-size: 12px; }
  h1 { font-size: clamp(38px, 12vw, 58px); }
  h2 { font-size: 50px; }
  .feature-card { padding: 42px 30px; }
  .info-list div { grid-template-columns: 1fr; gap: 5px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 330px 210px 210px; }
  .gallery-main { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid > div:first-child { grid-column: 1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .button { min-height: 40px; padding: 0 20px; font-size: 11px; }
}
