:root {
  --ink: #17241f;
  --forest: #13251f;
  --cream: #f1eadb;
  --paper: #f7f3e9;
  --sand: #d6b77c;
  --rust: #bd552f;
  --sea: #83a9aa;
  --line: rgba(23, 36, 31, .2);
  --sans: "DM Sans", system-ui, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
.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; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: var(--cream); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 20px 4vw; color: var(--cream); transition: background .35s, padding .35s, color .35s; }
.site-header.scrolled { padding-top: 12px; padding-bottom: 12px; color: var(--ink); background: rgba(247,243,233,.91); backdrop-filter: blur(12px); box-shadow: 0 1px rgba(23,36,31,.09); }
.brand { display: flex; align-items: center; gap: 16px; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 600; line-height: 1.05; letter-spacing: .14em; }
.brand-symbol { position: relative; display: block; flex: 0 0 auto; width: clamp(58px,4vw,68px); height: clamp(55px,3.8vw,65px); }
.brand-symbol img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity .3s; }
.brand-symbol .logo-dark { opacity: 0; }
.site-header.scrolled .brand-symbol .logo-light { opacity: 0; }
.site-header.scrolled .brand-symbol .logo-dark { opacity: 1; }
.main-nav { display: flex; align-items: center; gap: clamp(15px,2vw,34px); font-size: 13px; }
.main-nav a { text-decoration: none; position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 11px 16px; border: 1px solid currentColor; border-radius: 100px; }
.nav-cta span { display: inline-block; margin-left: 8px; transition: transform .25s; }
.nav-cta:hover span { transform: translate(3px,-3px); }
.language-switcher { display: flex; align-items: center; gap: 5px; padding: 4px; border: 1px solid rgba(241,234,219,.38); border-radius: 100px; font-size: 8px; letter-spacing: .08em; }
.site-header.scrolled .language-switcher { border-color: rgba(23,36,31,.28); }
.language-switcher a { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; text-decoration: none; opacity: .58; transition: color .2s, background .2s, opacity .2s; }
.language-switcher a:hover { opacity: 1; }
.language-switcher a[aria-current="true"] { color: var(--forest); background: var(--cream); opacity: 1; }
.site-header.scrolled .language-switcher a[aria-current="true"] { color: var(--cream); background: var(--forest); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--cream); background: var(--forest); isolation: isolate; }
.hero-grain { position: absolute; inset: 0; z-index: -1; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
.sun { position: absolute; z-index: -1; top: 13%; right: 16%; width: clamp(160px,22vw,330px); aspect-ratio: 1; border-radius: 50%; background: var(--rust); box-shadow: 0 0 90px rgba(189,85,47,.14); }
.hero-copy { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: clamp(145px,18vh,210px) 7vw 260px; }
.hero-copy > .eyebrow { position: relative; top: -30px; }
.eyebrow, .kicker { margin: 0 0 22px; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .23em; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: .87; }
.hero h1 { max-width: 850px; font-size: clamp(76px,12.5vw,174px); }
.hero h1 em, h2 em { color: var(--sand); font-weight: 400; }
.hero-intro { width: min(420px,75vw); margin: 40px 0 0 46%; font-family: var(--serif); font-size: clamp(20px,2vw,28px); line-height: 1.18; }
.round-link { position: absolute; right: 7vw; bottom: 165px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; width: 140px; aspect-ratio: 1; padding: 22px; border: 1px solid rgba(241,234,219,.6); border-radius: 50%; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 10px; line-height: 1.3; letter-spacing: .12em; transition: color .3s, background .3s, transform .3s; }
.round-link:hover { color: var(--forest); background: var(--cream); transform: rotate(5deg); }
.round-link .arrow { font-size: 18px; line-height: 1; }
.hero-landscape { position: absolute; z-index: 0; bottom: -2px; left: 0; width: 100%; height: 44%; }
.hero-landscape svg { width: 100%; height: 100%; }
.hill-back { fill: #233b30; }
.hill-front { fill: #314b3d; }
.river { fill: none; stroke: #96b5b0; stroke-width: 20; opacity: .7; }
.road { fill: none; stroke: #d0b57c; stroke-width: 2; stroke-dasharray: 7 9; }
.hero-side { position: absolute; left: 4vw; bottom: 47px; z-index: 3; margin: 0; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; font-size: 10px; letter-spacing: .25em; opacity: .7; }
.hero-side span { color: var(--sand); }

.marquee { overflow: hidden; padding: 18px 0; color: var(--forest); background: var(--sand); }
.marquee-track { display: flex; width: 100%; align-items: center; justify-content: center; gap: clamp(20px,4vw,72px); padding: 0 24px; text-align: center; text-transform: uppercase; font-size: 12px; letter-spacing: .18em; }
.marquee-track i { font-style: normal; font-size: 9px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 110px 7vw; }
.section-index { padding-bottom: 18px; border-bottom: 1px solid var(--line); text-transform: uppercase; font-size: 10px; letter-spacing: .2em; }
.section-index.light { border-color: rgba(241,234,219,.25); }
.story-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; margin-top: 90px; }
.story h2, .experience h2, .journal h2, .map-copy h2 { font-size: clamp(54px,7vw,104px); }
.story-body { padding-top: 45px; }
.story-body p { font-size: 15px; line-height: 1.75; }
.story-body .lead { margin-top: 0; font-family: var(--serif); font-size: clamp(23px,2.2vw,31px); line-height: 1.25; }
.statement { position: relative; margin: 130px 0 0 15%; padding: 60px 8vw 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.statement span { position: absolute; top: 36px; left: 0; color: var(--rust); font-family: var(--serif); font-size: 90px; line-height: 1; }
.statement p { margin: 0; font-family: var(--serif); font-size: clamp(32px,4vw,60px); font-style: italic; line-height: 1.06; }

.map-section { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 850px; color: var(--cream); background: var(--forest); }
.map-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 4vw 90px 7vw; }
.map-copy .section-index { margin-bottom: 95px; }
.map-copy > p:last-child { max-width: 420px; margin-top: 45px; color: rgba(241,234,219,.7); line-height: 1.65; }
.map-wrap { display: flex; position: relative; align-items: center; justify-content: center; min-height: 750px; background: #20362d; overflow: hidden; }
.map-wrap::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 48px 48px; }
.dobrogea-map { position: relative; z-index: 1; width: min(82%,620px); height: 78%; overflow: visible; }
.map-shape { fill: rgba(214,183,124,.08); stroke: #d6b77c; stroke-width: 1.5; }
.map-water, .map-river { fill: none; stroke: #83a9aa; stroke-width: 5; }
.map-route { fill: none; stroke: #bd552f; stroke-width: 2; stroke-dasharray: 4 9; }
.map-point circle:first-child { fill: var(--sand); }
.map-point circle:nth-child(2) { fill: none; stroke: var(--sand); stroke-width: 1; opacity: .4; transform-box: fill-box; transform-origin: center; }
.map-point:hover circle:nth-child(2), .map-point:focus circle:nth-child(2) { animation: pulse 1.4s infinite; }
.map-point { outline: none; }
.map-point text { fill: var(--cream); font-family: var(--sans); font-size: 14px; }
.map-point .map-no { fill: rgba(241,234,219,.5); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
@keyframes pulse { 50% { transform: scale(1.6); opacity: 0; } }
.map-note { position: absolute; right: 24px; bottom: 20px; margin: 0; color: rgba(241,234,219,.4); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }

.experience-head { margin: 80px 0; }
.pillars { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.pillar { position: relative; min-height: 440px; padding: 42px 34px; border-right: 1px solid var(--line); transition: color .35s, background .35s, transform .35s; }
.pillar:last-child { border-right: 0; }
.pillar:hover { z-index: 2; color: var(--cream); background: var(--forest); transform: translateY(-12px); }
.pillar.featured { color: var(--cream); background: var(--rust); }
.pillar-icon { font-family: var(--serif); font-size: 58px; }
.pillar-no { position: absolute; top: 42px; right: 34px; margin: 0; font-family: var(--serif); font-size: 24px; font-style: italic; }
.pillar h3 { margin: 115px 0 18px; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.pillar > p:not(.pillar-no) { max-width: 290px; min-height: 88px; line-height: 1.6; }
.pillar > span { display: inline-block; margin-top: 30px; padding-top: 12px; border-top: 1px solid currentColor; text-transform: uppercase; font-size: 9px; letter-spacing: .2em; }

.journal { padding: 120px 7vw; background: var(--sand); }
.journal-top { display: grid; grid-template-columns: 1fr .7fr; gap: 10vw; align-items: end; }
.journal .section-index { margin-bottom: 70px; }
.journal-top > p { max-width: 480px; margin: 0 0 8px; font-family: var(--serif); font-size: 25px; line-height: 1.3; }
.signup { margin-top: 100px; }
.signup label { display: block; margin-bottom: 12px; text-transform: uppercase; font-size: 9px; letter-spacing: .2em; }
.input-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); }
.input-row input { min-width: 0; padding: 20px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-family: var(--serif); font-size: clamp(30px,4vw,58px); }
.input-row input::placeholder { color: rgba(23,36,31,.35); }
.input-row button { padding: 0 24px; border: 0; color: var(--cream); background: var(--forest); cursor: pointer; }
.input-row button span { margin-left: 20px; }
.form-status { min-height: 22px; font-size: 13px; }

.site-footer { padding: 80px 7vw 30px; color: var(--cream); background: #0e1b17; }
.footer-mark { display: flex; align-items: center; gap: 30px; }
.footer-mark img { width: 118px; height: auto; }
.footer-mark p { margin: 0; font-family: var(--serif); font-size: clamp(44px,7vw,95px); line-height: .8; }
.footer-meta { display: grid; grid-template-columns: 1fr auto; margin-top: 100px; padding-top: 25px; border-top: 1px solid rgba(241,234,219,.2); color: rgba(241,234,219,.65); font-size: 12px; line-height: 1.8; }
.footer-meta p:last-child { text-align: right; }
.footer-contact a { text-underline-offset: 4px; text-decoration-color: rgba(241,234,219,.25); transition: color .2s, text-decoration-color .2s; }
.footer-contact a:hover { color: var(--cream); text-decoration-color: currentColor; }
.footer-contact .back-top { display: inline-block; margin-top: 10px; }
.copyright { margin: 70px 0 0; color: rgba(241,234,219,.35); font-size: 10px; letter-spacing: .08em; }

.gallery-hero { position: relative; display: flex; min-height: 88svh; align-items: flex-end; overflow: hidden; color: var(--cream); background: var(--forest); }
.gallery-hero-image, .gallery-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.gallery-hero-image { object-fit: cover; }
.gallery-hero-shade { background: linear-gradient(90deg,rgba(14,27,23,.88) 0%,rgba(14,27,23,.58) 42%,rgba(14,27,23,.14) 75%),linear-gradient(0deg,rgba(14,27,23,.72),transparent 55%); }
.gallery-hero-copy { position: relative; z-index: 1; width: 100%; padding: 180px 7vw 90px; }
.gallery-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(76px,11vw,155px); font-weight: 400; letter-spacing: -.04em; line-height: .82; }
.gallery-hero h1 em, .gallery-intro h2 em, .gallery-cta h2 em { color: var(--sand); font-weight: 400; }
.gallery-hero-copy > p:last-child { width: min(430px,75vw); margin: 38px 0 0 41%; font-family: var(--serif); font-size: clamp(20px,2vw,28px); line-height: 1.2; }
.gallery-scroll { position: absolute; z-index: 2; right: 7vw; bottom: 45px; padding-bottom: 8px; border-bottom: 1px solid currentColor; text-decoration: none; text-transform: uppercase; font-size: 10px; letter-spacing: .18em; }
.gallery-scroll span { margin-left: 16px; }
.gallery-section { padding: 120px 4vw 140px; }
.gallery-intro { display: grid; grid-template-columns: 1.2fr .55fr; gap: 10vw; align-items: end; padding: 0 3vw 90px; }
.gallery-intro .section-index { margin-bottom: 70px; }
.gallery-intro h2, .gallery-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(54px,7vw,104px); font-weight: 400; letter-spacing: -.04em; line-height: .87; }
.gallery-intro > p { max-width: 420px; margin: 0 0 5px; font-family: var(--serif); font-size: 23px; line-height: 1.35; }
.gallery-grid { columns: 3 320px; column-gap: clamp(18px,1.8vw,30px); }
.gallery-card { display: block; width: 100%; min-width: 0; margin: 0 0 clamp(28px,3vw,48px); break-inside: avoid; }
.gallery-card button { position: relative; display: block; width: 100%; min-width: 0; padding: 0; overflow: hidden; border: 0; color: inherit; background: var(--forest); cursor: zoom-in; }
.gallery-card.wide button { aspect-ratio: 3/2; }
.gallery-card.landscape button { aspect-ratio: 4/3; }
.gallery-card.portrait button { aspect-ratio: 3/4; }
.gallery-card.portrait-tall button { aspect-ratio: 9/14; }
.gallery-card button::after { content: "↗"; position: absolute; right: 18px; bottom: 18px; display: grid; width: 42px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--ink); background: rgba(247,243,233,.9); opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.gallery-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .4s; }
.gallery-card [data-index="0"] img { object-position: 54% 50%; }
.gallery-card [data-index="4"] img { object-position: 52% 48%; }
.gallery-card [data-index="6"] img { object-position: 50% 42%; }
.gallery-card [data-index="7"] img { object-position: 50% 38%; }
.gallery-card [data-index="9"] img { object-position: 54% 50%; }
.gallery-card [data-index="12"] img { object-position: 52% 32%; }
.gallery-card [data-index="15"] img { object-position: 50% 43%; }
.gallery-card [data-index="17"] img { object-position: 50% 44%; }
.gallery-card button:hover img, .gallery-card button:focus-visible img { transform: scale(1.035); opacity: .86; }
.gallery-card button:hover::after, .gallery-card button:focus-visible::after { opacity: 1; transform: none; }
.gallery-card figcaption { display: flex; gap: 15px; padding: 12px 2px 2px; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }
.gallery-card figcaption span { color: var(--rust); font-family: var(--serif); font-size: 15px; font-style: italic; letter-spacing: 0; }
.gallery-cta { padding: 130px 7vw; color: var(--cream); background: var(--rust); }
.gallery-cta h2 em { color: var(--forest); }
.gallery-cta a { display: inline-flex; gap: 45px; align-items: center; margin-top: 55px; padding-bottom: 9px; border-bottom: 1px solid currentColor; text-decoration: none; text-transform: uppercase; font-size: 11px; letter-spacing: .17em; }
.gallery-cta a span { font-size: 18px; transition: transform .25s; }
.gallery-cta a:hover span { transform: translateX(6px); }
.lightbox { position: fixed; inset: 0; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 32px; border: 0; color: var(--cream); background: rgba(8,15,13,.97); }
.lightbox[open] { display: grid; grid-template-columns: 72px minmax(0,1fr) 72px; align-items: center; }
.lightbox::backdrop { background: rgba(8,15,13,.86); backdrop-filter: blur(5px); }
.lightbox figure { display: grid; max-width: 1200px; height: calc(100svh - 64px); min-height: 0; margin: auto; grid-template-rows: minmax(0,1fr) auto; }
.lightbox figure img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { display: flex; justify-content: space-between; gap: 30px; padding-top: 15px; color: rgba(241,234,219,.72); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.lightbox-close, .lightbox-nav { border: 1px solid rgba(241,234,219,.45); border-radius: 50%; color: var(--cream); background: transparent; cursor: pointer; transition: color .25s, background .25s; }
.lightbox-close:hover, .lightbox-nav:hover { color: var(--forest); background: var(--cream); }
.lightbox-close { position: absolute; z-index: 2; top: 24px; right: 24px; width: 48px; height: 48px; font-size: 26px; }
.lightbox-nav { width: 54px; height: 54px; font-size: 20px; }

/* Pagini editoriale */
.main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.page-hero { position: relative; display: flex; min-height: 78svh; align-items: flex-end; overflow: hidden; color: var(--cream); background: var(--forest); }
.page-hero > img, .page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero > img { object-fit: cover; }
.page-hero-overlay { background: linear-gradient(90deg,rgba(10,22,18,.9) 0%,rgba(10,22,18,.58) 48%,rgba(10,22,18,.18) 78%),linear-gradient(0deg,rgba(10,22,18,.72),transparent 58%); }
.page-hero-copy { position: relative; z-index: 1; width: 100%; padding: 180px 7vw 85px; }
.page-hero h1 { max-width: 1050px; margin: 0; font-family: var(--serif); font-size: clamp(72px,10vw,145px); font-weight: 400; letter-spacing: -.045em; line-height: .84; }
.page-hero h1 em { color: var(--sand); font-weight: 400; }
.page-hero-copy > p:last-child { width: min(500px,75vw); margin: 38px 0 0 43%; font-family: var(--serif); font-size: clamp(20px,2vw,28px); line-height: 1.2; }
.section-link, .text-link { display: inline-flex; align-items: center; gap: 35px; padding-bottom: 8px; border-bottom: 1px solid currentColor; text-decoration: none; text-transform: uppercase; font-size: 10px; letter-spacing: .16em; }
.section-link { margin-top: 30px; }
.section-link span, .text-link span { font-size: 17px; transition: transform .25s; }
.section-link:hover span, .text-link:hover span { transform: translateX(5px); }
.section-link.dark { color: var(--ink); }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 10vw; align-items: end; margin-top: 80px; }
.split-heading h2, .editorial-note h2, .mission-section h2, .collaboration-section h2 { font-size: clamp(54px,7vw,104px); }
.split-heading > p, .split-heading > div:last-child, .editorial-note > div:last-child, .collaboration-section > div:last-child { max-width: 480px; font-size: 15px; line-height: 1.75; }

/* Traseu */
.route-overview { background: var(--paper); }
.route-intro { display: grid; grid-template-columns: .7fr 1fr .7fr; gap: 5vw; align-items: end; margin: 80px 0 100px; }
.route-intro h2 { font-size: clamp(60px,8vw,116px); }
.route-intro > p:last-child { margin: 0; line-height: 1.7; }
.route-spine { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.route-stop { display: grid; grid-template-columns: 100px minmax(0,1fr) 180px; gap: 4vw; padding: 55px 0; border-bottom: 1px solid var(--line); }
.route-number { color: var(--rust); font-family: var(--serif); font-size: 28px; font-style: italic; }
.route-stop h2 { font-size: clamp(54px,7vw,96px); }
.route-stop-copy > p:not(.kicker) { max-width: 650px; line-height: 1.7; }
.route-coordinate { align-self: end; color: rgba(23,36,31,.55); text-align: right; text-transform: uppercase; font-size: 9px; line-height: 1.8; letter-spacing: .14em; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 8px 12px; border: 1px solid var(--line); border-radius: 100px; text-transform: uppercase; font-size: 8px; letter-spacing: .15em; }
.segments-section { padding: 110px 7vw 130px; color: var(--cream); background: var(--forest); }
.segments-head { margin: 75px 0; }
.segments-head h2 { font-size: clamp(56px,7vw,104px); }
.segment-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(241,234,219,.22); }
.segment-card { padding: 45px 5vw 45px 0; border-right: 1px solid rgba(241,234,219,.22); }
.segment-card + .segment-card { padding-right: 0; padding-left: 5vw; border-right: 0; }
.segment-no { color: var(--sand); text-transform: uppercase; font-size: 9px; letter-spacing: .18em; }
.segment-card h3 { margin: 60px 0 45px; font-family: var(--serif); font-size: clamp(45px,5vw,72px); font-weight: 400; line-height: .92; }
.segment-card dl { margin: 0 0 45px; }
.segment-card dl div { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(241,234,219,.15); font-size: 11px; }
.segment-card dt { color: rgba(241,234,219,.55); }
.segment-card dd { margin: 0; }
.segment-card > p:last-child { max-width: 470px; color: rgba(241,234,219,.65); line-height: 1.65; }
.route-next, .editorial-note, .collaboration-section { display: grid; grid-template-columns: 1.1fr .7fr; gap: 10vw; align-items: end; }
.route-next h2 { font-size: clamp(52px,6vw,90px); }
.route-next > div:last-child { line-height: 1.7; }

/* Descoperă */
.theme-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 100px; border-top: 1px solid var(--line); }
.theme-card { min-height: 410px; padding: 35px 25px; border-right: 1px solid var(--line); }
.theme-card:last-child { border-right: 0; }
.theme-card > span, .principles-grid article > span { color: var(--rust); font-family: var(--serif); font-size: 22px; font-style: italic; }
.theme-card h3 { margin: 85px 0 25px; font-family: var(--serif); font-size: clamp(34px,3.2vw,48px); font-weight: 400; line-height: .96; }
.theme-card p { color: rgba(23,36,31,.7); font-size: 13px; line-height: 1.7; }
.place-stories { color: var(--cream); background: var(--forest); }
.place-story { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 650px; }
.place-story.reverse { grid-template-columns: .9fr 1.1fr; }
.place-story.reverse .place-photo { order: 2; }
.place-photo { min-height: 540px; overflow: hidden; }
.place-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s; }
.place-story:hover .place-photo img { transform: scale(1.025); }
.place-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 7vw; }
.place-copy h2 { margin-bottom: 30px; font-size: clamp(62px,8vw,115px); }
.place-copy > p:not(.kicker) { max-width: 480px; color: rgba(241,234,219,.7); line-height: 1.7; }
.place-copy .text-link { align-self: flex-start; margin-top: 35px; }

/* Planifică */
.status-band { display: grid; grid-template-columns: .6fr 1fr 1fr; gap: 30px; padding: 22px 7vw; color: var(--cream); background: var(--rust); text-transform: uppercase; font-size: 9px; letter-spacing: .16em; }
.status-band strong { color: var(--forest); }
.status-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--cream); }
.planning-layout { display: grid; grid-template-columns: .35fr 1fr; gap: 8vw; margin-top: 80px; }
.planning-nav { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; gap: 16px; }
.planning-nav a { color: rgba(23,36,31,.68); text-decoration: none; font-size: 12px; }
.planning-nav a:hover { color: var(--rust); }
.planning-main { border-top: 1px solid var(--line); }
.planning-block { display: grid; grid-template-columns: 60px minmax(170px,.65fr) 1fr; gap: 3vw; padding: 55px 0; border-bottom: 1px solid var(--line); }
.planning-block > span { color: var(--rust); font-family: var(--serif); font-size: 22px; font-style: italic; }
.planning-block h2 { font-size: clamp(38px,4vw,58px); }
.planning-block > p, .planning-block > div, .planning-block > ul { margin-top: 0; line-height: 1.7; }
.planning-block .fine-print { color: rgba(23,36,31,.5); font-size: 11px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { padding: 12px 0 12px 28px; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--rust); }
.warning-box { padding: 25px; border-left: 3px solid var(--rust); background: rgba(214,183,124,.18); }
.warning-box strong { text-transform: uppercase; font-size: 9px; letter-spacing: .16em; }
.warning-box p { margin-bottom: 0; }
.download-panel { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding: 100px 7vw; color: var(--cream); background: var(--forest); }
.download-panel h2 { font-size: clamp(60px,8vw,112px); }
.download-panel p:last-child { max-width: 560px; color: rgba(241,234,219,.65); line-height: 1.7; }
.disabled-download { display: inline-flex; gap: 35px; padding: 17px 22px; border: 1px solid rgba(241,234,219,.35); border-radius: 100px; color: rgba(241,234,219,.5); text-transform: uppercase; font-size: 9px; letter-spacing: .16em; }

/* Despre & contact */
.mission-section .lead-copy { margin-top: 0; font-family: var(--serif); font-size: 25px; line-height: 1.25; }
.principles-section { padding: 110px 7vw 130px; color: var(--cream); background: var(--forest); }
.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 80px; border-top: 1px solid rgba(241,234,219,.2); }
.principles-grid article { min-height: 340px; padding: 38px 4vw 30px 0; border-right: 1px solid rgba(241,234,219,.2); }
.principles-grid article + article { padding-left: 4vw; }
.principles-grid article:last-child { border-right: 0; }
.principles-grid h3 { margin: 80px 0 20px; font-family: var(--serif); font-size: 40px; font-weight: 400; line-height: 1; }
.principles-grid p { color: rgba(241,234,219,.65); line-height: 1.7; }
.contact-section { display: grid; grid-template-columns: .35fr 1fr; gap: 8vw; padding: 110px 7vw 130px; color: var(--forest); background: var(--sand); }
.contact-label { text-transform: uppercase; font-size: 10px; letter-spacing: .2em; }
.contact-copy h2 { font-size: clamp(58px,8vw,118px); }
.contact-copy h2 em { color: var(--rust); }
.contact-links { display: flex; flex-direction: column; margin-top: 75px; border-top: 1px solid rgba(23,36,31,.35); }
.contact-links a { display: flex; justify-content: space-between; padding: 22px 0; border-bottom: 1px solid rgba(23,36,31,.35); text-decoration: none; font-family: var(--serif); font-size: clamp(25px,3.4vw,50px); }
.contact-links a span { transition: transform .25s; }
.contact-links a:hover span { transform: translate(5px,-5px); }
.contact-note { max-width: 480px; margin: 35px 0 0 auto; font-size: 12px; line-height: 1.7; }

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

@media (max-width: 800px) {
  .site-header { padding: 16px 20px; }
  .brand { gap: 12px; font-size: 10px; }
  .marquee-track { gap: 12px; padding: 0 12px; font-size: 9px; letter-spacing: .11em; }
  .menu-toggle { display: block; width: 44px; height: 44px; padding: 13px 10px; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: transform .3s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px 10vw; color: var(--cream); background: var(--forest); transform: translateX(100%); transition: transform .4s ease; font-family: var(--serif); font-size: 42px; }
  .main-nav.open { transform: none; }
  .language-switcher { order: 2; margin-top: 18px; font-family: var(--sans); }
  .language-switcher a { width: 36px; height: 36px; font-size: 10px; }
  .nav-cta { order: 3; margin-top: 20px; font-family: var(--sans); font-size: 12px; }
  .hero-copy { padding: 150px 25px 270px; }
  .hero-copy > .eyebrow { top: -16px; }
  .hero h1 { font-size: clamp(70px,22vw,105px); }
  .hero-intro { margin: 32px 0 0 12%; }
  .sun { top: 19%; right: -45px; width: 190px; }
  .round-link { right: 25px; bottom: 125px; width: 118px; }
  .hero-side { display: none; }
  .section { padding: 80px 24px; }
  .story-grid, .map-section, .journal-top { grid-template-columns: 1fr; }
  .story-grid { gap: 30px; margin-top: 60px; }
  .story-body { padding-top: 0; }
  .statement { margin: 90px 0 0; padding: 45px 10px 30px 35px; }
  .statement span { font-size: 65px; }
  .map-copy { padding: 80px 24px 20px; }
  .map-copy .section-index { margin-bottom: 60px; }
  .map-wrap { min-height: 600px; }
  .dobrogea-map { width: 96%; }
  .pillars { grid-template-columns: 1fr; }
  .pillar { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--line); }
  .pillar h3 { margin-top: 70px; }
  .journal { padding: 80px 24px; }
  .journal-top { gap: 45px; }
  .signup { margin-top: 65px; }
  .input-row { grid-template-columns: 1fr; }
  .input-row button { padding: 18px; }
  .site-footer { padding: 70px 24px 25px; }
  .footer-mark { align-items: flex-start; flex-direction: column; }
  .footer-mark img { width: 92px; }
  .footer-meta { grid-template-columns: 1fr; gap: 20px; margin-top: 70px; }
  .footer-meta p:last-child { text-align: left; }
  .gallery-hero { min-height: 78svh; }
  .gallery-hero-shade { background: linear-gradient(0deg,rgba(14,27,23,.9) 0%,rgba(14,27,23,.32) 75%); }
  .gallery-hero-copy { padding: 150px 24px 105px; }
  .gallery-hero h1 { font-size: clamp(68px,21vw,100px); }
  .gallery-hero-copy > p:last-child { width: min(90%,430px); margin: 30px 0 0; }
  .gallery-scroll { right: 24px; bottom: 30px; }
  .gallery-section { padding: 80px 24px 100px; }
  .gallery-intro { grid-template-columns: 1fr; gap: 40px; padding: 0 0 65px; }
  .gallery-intro .section-index { margin-bottom: 55px; }
  .gallery-intro > p { font-size: 20px; }
  .gallery-grid { columns: 1; }
  .gallery-card { margin-bottom: 32px; }
  .gallery-card.wide button { aspect-ratio: 3/2; }
  .gallery-card.landscape button { aspect-ratio: 4/3; }
  .gallery-card.portrait button { aspect-ratio: 3/4; }
  .gallery-card.portrait-tall button { aspect-ratio: 9/14; }
  .gallery-cta { padding: 90px 24px; }
  .lightbox { padding: 78px 14px 20px; }
  .lightbox[open] { display: grid; grid-template-columns: 1fr; }
  .lightbox figure { width: 100%; height: calc(100svh - 115px); }
  .lightbox-nav { position: absolute; z-index: 2; bottom: 24px; width: 46px; height: 46px; background: rgba(8,15,13,.65); }
  .lightbox-prev { left: 18px; }
  .lightbox-next { right: 18px; }
  .lightbox-close { top: 16px; right: 16px; }
  .lightbox figcaption { padding: 12px 58px 0; font-size: 9px; }
  .page-hero { min-height: 72svh; }
  .page-hero-overlay { background: linear-gradient(0deg,rgba(10,22,18,.92) 0%,rgba(10,22,18,.28) 78%); }
  .page-hero-copy { padding: 145px 24px 70px; }
  .page-hero h1 { font-size: clamp(64px,20vw,96px); }
  .page-hero-copy > p:last-child { width: 100%; margin: 28px 0 0; }
  .split-heading, .route-intro, .route-next, .editorial-note, .collaboration-section, .contact-section { grid-template-columns: 1fr; gap: 45px; }
  .route-intro { margin: 60px 0; }
  .route-stop { grid-template-columns: 45px 1fr; gap: 20px; padding: 40px 0; }
  .route-coordinate { display: none; }
  .segments-section, .principles-section { padding: 80px 24px 90px; }
  .segment-grid, .theme-grid, .principles-grid { grid-template-columns: 1fr; }
  .segment-card, .segment-card + .segment-card { padding: 40px 0; border-right: 0; border-bottom: 1px solid rgba(241,234,219,.22); }
  .theme-grid { margin-top: 65px; }
  .theme-card { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .theme-card h3 { margin-top: 55px; }
  .place-story, .place-story.reverse { grid-template-columns: 1fr; min-height: 0; }
  .place-story.reverse .place-photo { order: 0; }
  .place-photo { min-height: 380px; }
  .place-copy { padding: 65px 24px 75px; }
  .status-band { grid-template-columns: 1fr; gap: 10px; padding: 20px 24px; }
  .planning-layout { grid-template-columns: 1fr; margin-top: 55px; }
  .planning-nav { position: static; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
  .planning-block { grid-template-columns: 40px 1fr; }
  .planning-block > p, .planning-block > div, .planning-block > ul { grid-column: 2; }
  .download-panel { grid-template-columns: 1fr; padding: 80px 24px; }
  .disabled-download { justify-content: space-between; }
  .principles-grid article, .principles-grid article + article { min-height: 280px; padding: 35px 0; border-right: 0; border-bottom: 1px solid rgba(241,234,219,.2); }
  .principles-grid h3 { margin-top: 55px; }
  .contact-section { padding: 80px 24px 90px; }
  .contact-links a { font-size: clamp(24px,7vw,34px); }
}

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