:root { --ink:#263445; --paper:#f7f1e6; --blue:#244761; --blue-dark:#102b40; --orange:#c85e32; --line:rgba(38,52,69,.18); --sunset-height:clamp(92px,9.1vw,186px); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; width:100%; }
.sunset-header { width:100%; height:var(--sunset-height); overflow:hidden; background:#ed5f29; }
.sunset-header img { height:100%; object-fit:cover; object-position:58% center; }
.site-header { position:absolute; z-index:10; top:var(--sunset-height); left:50%; width:min(1180px,calc(100% - 48px)); transform:translateX(-50%); display:flex; align-items:center; justify-content:space-between; padding:28px 0; color:white; }
.brand { display:inline-flex; align-items:center; gap:12px; font-weight:700; }
.brand-mark { display:grid; place-items:center; width:42px; height:42px; border:1px solid currentColor; border-radius:50%; font-family:Georgia,"Times New Roman",serif; font-size:15px; }
nav { display:flex; align-items:center; gap:30px; font-size:14px; }
nav a { transition:opacity .2s ease; }
nav a:hover,nav a:focus-visible { opacity:.68; }
.nav-professional { border-bottom:1px solid rgba(255,255,255,.55); padding-bottom:4px; }
.language-switch { display:flex; align-items:center; gap:7px; margin-left:4px; color:rgba(255,255,255,.55); font-size:12px; }
.language-switch button { padding:4px 2px; border:0; border-bottom:1px solid transparent; background:transparent; color:rgba(255,255,255,.62); font:inherit; font-weight:700; cursor:pointer; }
.language-switch button:hover,.language-switch button:focus-visible { color:white; }
.language-switch button[aria-pressed="true"] { border-bottom-color:var(--orange); color:white; }
.hero { min-height:760px; display:grid; grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr); background:var(--blue-dark); color:white; }
.hero-copy { display:flex; flex-direction:column; justify-content:center; padding:150px 64px 100px max(48px,calc((100vw - 1180px)/2)); }
.eyebrow { margin:0 0 20px; color:var(--orange); font-size:12px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.hero h1,h2,.project-card h3 { font-family:Georgia,"Times New Roman",serif; font-weight:400; }
.hero h1 { max-width:730px; margin:0; font-size:clamp(48px,5.2vw,78px); line-height:.99; letter-spacing:-.035em; }
.hero-lead { max-width:620px; margin:34px 0 0; color:rgba(255,255,255,.78); font-size:18px; line-height:1.7; }
.hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:30px; margin-top:42px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:15px 22px; border-radius:999px; font-size:14px; font-weight:700; }
.button-primary { background:var(--orange); color:white; }
.text-link { padding-bottom:4px; border-bottom:1px solid rgba(255,255,255,.45); font-size:14px; }
.hero-visual { position:relative; min-height:610px; margin:0; overflow:hidden; background:#14364e; }
.hero-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(16,43,64,.28),transparent 28%),linear-gradient(0deg,rgba(16,43,64,.35),transparent 28%); pointer-events:none; }
.hero-visual img { width:100%; height:100%; object-fit:cover; object-position:56% center; }
.hero-visual figcaption { position:absolute; z-index:2; right:28px; bottom:24px; margin:0; color:rgba(255,255,255,.84); font-size:11px; letter-spacing:.14em; text-transform:uppercase; }
.section { width:min(1180px,calc(100% - 48px)); margin:0 auto; padding:112px 0; }
.section-number { margin:0 0 14px; color:rgba(38,52,69,.45); font-size:12px; }
.intro { display:grid; grid-template-columns:.7fr 1.3fr; gap:80px; border-bottom:1px solid var(--line); }
.intro-text h2,.section-heading h2,.roots h2,.professional h2 { margin:0; font-size:clamp(38px,4.2vw,62px); line-height:1.05; letter-spacing:-.03em; }
.intro-text p { max-width:760px; margin:28px 0 0; font-size:18px; line-height:1.75; }
.section-heading { display:grid; grid-template-columns:.7fr 1.3fr; gap:80px; align-items:end; margin-bottom:54px; }
.project-grid { display:grid; grid-template-columns:1.15fr 1fr 1fr; gap:18px; }
.project-card { min-height:370px; display:flex; flex-direction:column; padding:34px; border:1px solid var(--line); background:rgba(255,255,255,.35); }
.project-featured { background:var(--blue); color:white; }
.project-kicker { margin:0 0 auto; color:var(--orange); font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.project-card h3 { margin:60px 0 18px; font-size:33px; line-height:1.08; }
.project-card p:not(.project-kicker) { margin:0; color:rgba(38,52,69,.72); font-size:15px; line-height:1.65; }
.project-featured p:not(.project-kicker) { color:rgba(255,255,255,.75); }
.project-status { align-self:flex-start; margin-top:28px; padding:7px 12px; border:1px solid rgba(255,255,255,.3); border-radius:999px; font-size:11px; }
.roots { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:center; }
.roots-copy>p:last-child { max-width:470px; margin:28px 0 0; font-size:17px; line-height:1.75; }
.place-gallery { display:grid; grid-template-columns:1.25fr .75fr; gap:14px; align-items:end; }
.place { margin:0; }
.place img { aspect-ratio:4/5; object-fit:cover; filter:saturate(.75); }
.place-large img { aspect-ratio:4/4.6; }
.place figcaption { margin-top:10px; font-size:12px; color:rgba(38,52,69,.62); }
.professional { width:100%; max-width:none; display:grid; grid-template-columns:1fr 1fr; gap:80px; padding:100px max(48px,calc((100vw - 1180px)/2)); background:var(--orange); color:#fffaf2; }
.professional>div:last-child { max-width:470px; }
.professional p:not(.eyebrow) { margin:0 0 28px; font-size:17px; line-height:1.7; }
.eyebrow-light { color:rgba(255,255,255,.68); }
.button-light { background:#fffaf2; color:var(--ink); }
footer { width:min(1180px,calc(100% - 48px)); margin:0 auto; display:grid; grid-template-columns:.7fr 1fr .9fr; gap:40px; align-items:center; padding:54px 0; font-size:13px; }
.footer-brand { font-size:14px; }
footer p { color:rgba(38,52,69,.62); }
.footer-links { display:flex; justify-content:flex-end; gap:24px; color:rgba(38,52,69,.7); }
@media (max-width:860px) {
  .site-header { width:calc(100% - 32px); }
  nav a:not(.nav-professional) { display:none; }
  nav { gap:18px; }
  .hero { grid-template-columns:1fr; }
  .hero-copy { padding:140px 24px 72px; }
  .hero-visual { min-height:560px; }
  .hero-visual img { object-position:55% center; }
  .intro,.section-heading,.roots,.professional { grid-template-columns:1fr; gap:34px; }
  .project-grid { grid-template-columns:1fr; }
  .project-card { min-height:320px; }
  .section { width:calc(100% - 40px); padding:78px 0; }
  .professional { width:100%; padding:78px 24px; }
  footer { grid-template-columns:1fr; }
  .footer-links { justify-content:flex-start; flex-wrap:wrap; }
}
@media (max-width:520px) {
  :root { --sunset-height:92px; }
  .sunset-header img { object-position:56% center; }
  .brand>span:last-child { display:none; }
  .nav-professional { display:none; }
  .hero h1 { font-size:46px; }
  .hero-visual { min-height:430px; }
  .hero-visual img { object-position:61% center; }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .place-gallery { grid-template-columns:1fr; }
  .place img,.place-large img { aspect-ratio:4/3; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
