:root {
  --cream: #fbf8f2;
  --paper: #fffdf9;
  --ink: #102737;
  --ink-soft: #53616a;
  --line: rgba(16, 39, 55, .12);
  --terracotta: #bd4d2d;
  --terracotta-deep: #9e3d25;
  --mist: #e9eef0;
  --sand: #efe5d6;
  --footer: #102737;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 18px 48px rgba(16, 39, 55, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.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; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,248,242,.93); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 22px rgba(16,39,55,.06); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; min-width: 210px; }
.brand-script, .footer-logo { font-family: "Sacramento", cursive; font-weight: 400; font-size: 2.55rem; line-height: .9; letter-spacing: -.02em; }
.brand-tagline { font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-soft); margin-top: 7px; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: .88rem; font-weight: 700; }
.site-nav > a { position: relative; padding: 8px 0; color: var(--ink); }
.site-nav > a::after { content:""; position: absolute; left: 0; right: 0; bottom: 1px; height: 2px; background: var(--terracotta); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:hover::after, .site-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.site-nav > a.is-active { color: var(--terracotta); }
.language-switch { display: flex; align-items: center; gap: 5px; margin-left: 8px; color: var(--ink-soft); font-size: .78rem; }
.lang-button { border: 0; background: transparent; color: inherit; padding: 4px 2px; cursor: pointer; font-weight: 800; }
.lang-button.is-active { color: var(--terracotta); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display:block; height: 2px; background:var(--ink); margin: 5px 0; transition: transform .25s ease, opacity .25s ease; }

.hero { min-height: 640px; position: relative; display: grid; align-items: center; overflow: hidden; background: linear-gradient(90deg, rgba(251,248,242,.98) 0%, rgba(251,248,242,.92) 38%, rgba(251,248,242,.28) 76%), var(--hero-image, radial-gradient(circle at 78% 30%, #d8e6e8 0 9%, transparent 10%), linear-gradient(150deg,#d8e5e8,#f2dfc5)); background-size: cover; background-position: center; }
.hero::after { content:""; position:absolute; left:-5%; right:-5%; height:70px; bottom:-28px; background:var(--cream); clip-path: polygon(0 44%, 7% 65%, 16% 42%, 28% 61%, 39% 43%, 51% 68%, 64% 40%, 74% 61%, 84% 39%, 92% 58%, 100% 42%, 100% 100%, 0 100%); }
.hero-copy { position: relative; z-index: 2; width: min(620px, 100%); padding: 86px 0 114px; }
.kicker { margin: 0 0 16px; color: var(--terracotta); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero h1, .section-heading h2, .story-copy h2, .about-copy h2, .contact-card h1 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.7rem, 5.8vw, 5.9rem); line-height: .97; letter-spacing: -.055em; }
.hero h1 em { color: var(--terracotta); font-style: normal; }
.hero p { max-width: 480px; margin: 24px 0 0; line-height: 1.75; font-size: 1.04rem; color: #243844; }
.btn { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; padding: 14px 21px; border-radius: 7px; background: var(--terracotta); color:#fff; font-size:.8rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; box-shadow: 0 12px 22px rgba(189,77,45,.22); transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.btn:hover { background: var(--terracotta-deep); transform: translateY(-2px); box-shadow: 0 16px 26px rgba(189,77,45,.28); }
.btn .arrow { font-size: 1.15rem; line-height: .7; }

.section { padding: 86px 0; }
.section-tight { padding: 54px 0; }
.split-feature { display:grid; grid-template-columns: .85fr 1.15fr; align-items:center; gap: 58px; }
.eyebrow { margin: 0 0 13px; color: var(--terracotta); font-size:.75rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.story-copy h2, .about-copy h2, .section-heading h2 { font-size: clamp(2.05rem, 3.5vw, 3.3rem); line-height: 1.05; }
.story-copy p, .about-copy p, .section-heading p, .card p, .contact-card p { color: var(--ink-soft); line-height: 1.75; }
.story-copy .text-link, .card .text-link, .about-copy .text-link { display:inline-flex; align-items:center; gap:9px; margin-top: 20px; color:var(--ink); font-size:.78rem; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.story-copy .text-link:hover, .card .text-link:hover, .about-copy .text-link:hover { color:var(--terracotta); }
.featured-image { min-height: 360px; border-radius: var(--radius); background: linear-gradient(135deg, #d0dde0, #e6c9a7); background-size:cover; background-position:center; position:relative; overflow:hidden; box-shadow:var(--shadow); }
.featured-image::before { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(16,39,55,.16),transparent 50%); }
.image-tag { position:absolute; z-index:1; left:16px; bottom:16px; background:rgba(255,255,255,.92); color:var(--ink); padding:8px 11px; border-radius:4px; font-size:.65rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }

.section-heading { text-align:center; max-width: 720px; margin:0 auto 36px; }
.section-heading p { margin:14px auto 0; }
.story-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.card { border:1px solid rgba(16,39,55,.06); background:var(--paper); border-radius:12px; overflow:hidden; box-shadow:0 10px 30px rgba(16,39,55,.05); transition:transform .25s ease, box-shadow .25s ease; }
.card:hover { transform:translateY(-6px); box-shadow:0 20px 38px rgba(16,39,55,.12); }
.card-media { height: 176px; background:linear-gradient(135deg,#d8e3e6,#e9d2b4); background-size:cover; background-position:center; position:relative; }
.card-media .image-tag { left: 12px; bottom: 12px; }
.card-body { padding:18px 18px 20px; }
.card h3 { margin:0; font-family:"Playfair Display", Georgia, serif; font-size:1.25rem; line-height:1.18; letter-spacing:-.03em; }
.card p { margin:10px 0 0; font-size:.89rem; }
.card .text-link { margin-top: 16px; color: var(--terracotta); }
.card-meta { display: flex; gap:8px; margin:0 0 10px; color:var(--ink-soft); font-size:.7rem; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }
.card-meta span + span::before { content:"•"; margin-right:8px; }

.about-strip { padding: 20px 0 82px; }
.about-panel { display:grid; grid-template-columns: 1fr .95fr; min-height: 320px; background:linear-gradient(110deg,#f2e8d9,#fbf7f0); border-radius:16px; overflow:hidden; border:1px solid rgba(16,39,55,.06); }
.about-copy { padding: 48px; }
.about-copy p { max-width: 530px; }
.about-art { position:relative; min-height:300px; background: linear-gradient(145deg, rgba(255,255,255,.38),rgba(232,219,199,.55)); overflow:hidden; }
.about-art::before { content:""; position:absolute; width:220px; height:145px; left:13%; top:23%; border-radius:8px; background:linear-gradient(135deg,rgba(16,39,55,.2),rgba(255,255,255,.1)), url('https://images.unsplash.com/photo-1514432324607-a09d9b4aefdd?auto=format&fit=crop&w=900&q=80') center/cover; transform:rotate(-8deg); box-shadow:0 17px 28px rgba(16,39,55,.16); border:8px solid #fbf8f2; }
.about-art::after { content:"Collecting\A memories,\A one journey\A at a time."; white-space:pre; position:absolute; right:7%; top:18%; font-family:"Sacramento",cursive; font-size:2.2rem; line-height:1.12; color:rgba(16,39,55,.76); transform:rotate(-6deg); }

.cta-band { margin: 0 auto 76px; border-radius: 13px; background:linear-gradient(115deg, #c95c3f, #a93e26); color:#fff; padding: 26px 30px; display:flex; align-items:center; justify-content:space-between; gap: 26px; box-shadow:0 18px 36px rgba(189,77,45,.22); }
.cta-title { display:flex; align-items:center; gap:16px; }
.cta-icon { width:48px; height:48px; border:1px solid rgba(255,255,255,.65); border-radius:8px; display:grid; place-items:center; font-size:1.35rem; }
.cta-title h3 { margin:0; font-family:"Playfair Display",Georgia,serif; font-size:1.35rem; }
.cta-title p { margin:5px 0 0; opacity:.9; font-size:.85rem; }
.cta-band .btn { margin:0; background:var(--ink); box-shadow:none; }
.cta-band .btn:hover { background:#061824; }

.page-hero { padding: 92px 0 66px; background:linear-gradient(130deg,#f4ecdf 0%,#f8f4ec 60%,#dce8e8 100%); }
.page-hero .lead { max-width: 650px; color:var(--ink-soft); font-size:1.05rem; line-height:1.8; margin:20px 0 0; }
.story-list { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.pagination { display:flex; justify-content:center; gap:10px; margin-top:36px; }
.pagination a { padding:11px 16px; border-radius:6px; background:var(--paper); border:1px solid var(--line); font-weight:800; font-size:.8rem; }
.pagination a:hover { color:#fff; background:var(--terracotta); border-color:var(--terracotta); }

.about-page { display:grid; grid-template-columns:1fr .85fr; gap:58px; align-items:start; }
.prose { color:var(--ink-soft); line-height:1.9; font-size:1.02rem; }
.prose p { margin:0 0 18px; }
.pull-quote { border-left:3px solid var(--terracotta); padding:6px 0 6px 20px; font-family:"Playfair Display",Georgia,serif; font-size:1.45rem; color:var(--ink); line-height:1.35; }
.values { display:grid; gap:14px; }
.value { padding:21px; background:var(--paper); border-radius:10px; border:1px solid var(--line); }
.value h3 { margin:0 0 7px; font-family:"Playfair Display",Georgia,serif; font-size:1.22rem; }
.value p { margin:0; color:var(--ink-soft); font-size:.92rem; line-height:1.65; }

.journal-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.journal-note { background:var(--paper); padding:32px; border:1px solid var(--line); border-radius:14px; }
.journal-note h2 { margin:0 0 14px; font-family:"Playfair Display",Georgia,serif; font-size:2rem; }
.journal-note p { color:var(--ink-soft); line-height:1.8; }

.contact-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:28px; align-items:start; }
.contact-card { background:var(--paper); padding:34px; border:1px solid var(--line); border-radius:14px; }
.contact-card h1 { font-size:3rem; }
.contact-card a { color:var(--terracotta); font-weight:800; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field { margin:0 0 16px; }
.field label { display:block; margin-bottom:7px; font-weight:800; font-size:.78rem; letter-spacing:.04em; text-transform:uppercase; }
.field input, .field textarea { width:100%; border:1px solid rgba(16,39,55,.2); background:#fff; border-radius:7px; padding:13px 14px; color:var(--ink); outline:none; transition:border .2s ease, box-shadow .2s ease; }
.field textarea { min-height:160px; resize:vertical; }
.field input:focus, .field textarea:focus { border-color:var(--terracotta); box-shadow:0 0 0 3px rgba(189,77,45,.12); }
.form-message { padding:12px 14px; border-radius:7px; margin:0 0 16px; font-size:.9rem; }
.form-message.success { background:#e8f3ed; color:#1e6541; }
.form-message.error { background:#f9e9e5; color:#8d321e; }

.site-footer { background:var(--footer); color:#fff; padding:52px 0 26px; }
.footer-grid { display:grid; grid-template-columns:1.2fr .9fr; gap:22px; }
.footer-logo { font-size:2.7rem; }
.site-footer p { margin:10px 0 0; color:rgba(255,255,255,.68); font-size:.88rem; }
.footer-links { display:flex; justify-content:flex-end; align-items:center; gap:20px; font-size:.85rem; font-weight:700; }
.footer-links a:hover { color:#f0b3a3; }
.footer-note { grid-column:1/-1; padding-top:22px; margin-top:12px!important; border-top:1px solid rgba(255,255,255,.14); font-size:.76rem!important; }
.back-top { position:fixed; right:22px; bottom:22px; z-index:50; opacity:0; visibility:hidden; transform:translateY(8px); width:44px; height:44px; border:0; border-radius:50%; background:rgba(16,39,55,.88); color:#fff; cursor:pointer; transition:.2s ease; }
.back-top.is-visible { opacity:1; visibility:visible; transform:translateY(0); }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity:1; transform:translateY(0); }

@media (max-width: 920px) {
  .site-nav { gap: 15px; }
  .story-grid { grid-template-columns:repeat(2,1fr); }
  .split-feature, .about-panel, .about-page, .contact-layout { grid-template-columns:1fr; }
  .about-art { min-height:260px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-links { justify-content:flex-start; flex-wrap:wrap; }
}
@media (max-width: 720px) {
  .shell { width:min(var(--max), calc(100% - 28px)); }
  .nav-wrap { min-height:74px; }
  .brand-script { font-size:2.2rem; }
  .menu-toggle { display:block; }
  .site-nav { position:absolute; left:14px; right:14px; top:calc(100% + 8px); display:none; padding:17px 20px; border:1px solid var(--line); border-radius:12px; background:var(--paper); box-shadow:var(--shadow); align-items:flex-start; flex-direction:column; gap:12px; }
  .site-nav.is-open { display:flex; }
  .language-switch { margin: 6px 0 0; }
  .hero { min-height:590px; background-position: 66% center; }
  .hero::before { content:""; position:absolute; inset:0; background:rgba(251,248,242,.22); }
  .hero-copy { padding:74px 0 104px; }
  .hero h1 { font-size:clamp(2.75rem,13vw,4.1rem); }
  .section { padding:65px 0; }
  .story-grid, .story-list, .journal-grid { grid-template-columns:1fr; }
  .split-feature { gap:30px; }
  .featured-image { min-height:265px; }
  .about-copy { padding:31px 25px; }
  .about-art::before { left:15%; width:175px; height:120px; }
  .about-art::after { font-size:1.75rem; right:5%; }
  .cta-band { align-items:flex-start; flex-direction:column; padding:24px; margin-bottom:56px; }
  .form-row { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior:auto!important; animation:none!important; transition:none!important; } }
