@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root {
  --ink: #17252a;
  --muted: #667579;
  --paper: #f6f3ed;
  --cream: #fffdf8;
  --coral: #ef765f;
  --teal: #1b6c6a;
  --line: #d8dcd5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(246, 243, 237, .92); }
.nav { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: .01em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: var(--cream); background: var(--coral); border-radius: 50%; font-family: 'Playfair Display', serif; font-size: 19px; }
.nav-links { display: flex; gap: 30px; color: var(--muted); font-size: 14px; }
.nav-links a { padding: 8px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links .active { color: var(--ink); border-color: var(--coral); }
.hero { min-height: 560px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; padding: 72px 0 88px; }
.eyebrow { margin: 0 0 20px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--coral); font-family: 'Playfair Display', serif; font-weight: 600; letter-spacing: -.035em; }
.hero-text, .page-lede { max-width: 460px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 0 20px; border: 0; border-radius: 3px; font: inherit; font-weight: 700; cursor: pointer; }
.button-primary { color: var(--cream); background: var(--teal); }
.button-primary:hover { background: var(--ink); }
.text-link { color: var(--teal); font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.hero-art { position: relative; min-height: 380px; overflow: hidden; background: #b8d7cc; border-radius: 45% 45% 4px 4px; }
.sun { position: absolute; width: 185px; height: 185px; top: 58px; left: 40%; border-radius: 50%; background: #f6ba69; box-shadow: 0 0 0 22px rgba(246, 186, 105, .18); }
.mountain { position: absolute; bottom: 70px; width: 70%; height: 55%; transform: skewY(-25deg) rotate(25deg); }
.mountain-back { left: -18%; background: #5b9c93; }
.mountain-front { right: -20%; bottom: 25px; background: #1b6c6a; }
.city { position: absolute; right: 5%; bottom: 0; left: 5%; display: flex; align-items: end; height: 130px; gap: 8px; }
.city i { display: block; width: 14%; height: 70%; background: #173f47; }
.city i:nth-child(2) { height: 47%; }.city i:nth-child(3) { height: 90%; }.city i:nth-child(4) { height: 58%; }.city i:nth-child(5) { height: 78%; }.city i:nth-child(6) { height: 42%; }
.intro-band, .values-band { color: var(--cream); background: var(--ink); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; padding: 65px 0; }
.feature-number { color: var(--coral); font-size: 13px; font-weight: 700; }.feature h2 { margin: 14px 0 8px; font-size: 20px; }.feature p { max-width: 260px; margin: 0; color: #adbcba; font-size: 14px; }
.page-heading { padding: 92px 0 75px; }.page-heading h1 { max-width: 720px; }.story-section { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; padding-bottom: 110px; }.story-aside { color: var(--coral); font-weight: 700; }.story-copy { max-width: 660px; font-size: 22px; }.story-copy p + p { color: var(--muted); font-size: 16px; }.story-copy .text-link { display: inline-block; margin-top: 20px; font-size: 14px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding: 60px 0; }.values-grid div { display: flex; flex-direction: column; gap: 8px; }.values-grid strong { color: var(--coral); font-size: 20px; }.values-grid span { color: #adbcba; font-size: 14px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 92px 0 120px; }.contact-copy > p:not(.eyebrow) { max-width: 420px; color: var(--muted); font-size: 18px; }.contact-detail { display: flex; flex-direction: column; gap: 3px; margin-top: 30px; font-size: 15px; }.contact-detail span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }.contact-detail a { color: var(--teal); font-weight: 700; }.contact-form { display: flex; flex-direction: column; gap: 9px; padding-top: 22px; }.contact-form label { margin-top: 14px; font-size: 13px; font-weight: 700; }.contact-form input, .contact-form textarea { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 2px; color: var(--ink); background: var(--cream); font: inherit; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--coral); border-color: transparent; }.contact-form .button { align-self: start; margin-top: 22px; }
.site-footer { color: var(--muted); font-size: 12px; }.footer-content { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
@media (max-width: 720px) { .container { width: min(100% - 32px, 540px); }.nav { min-height: 72px; align-items: flex-start; padding: 18px 0; flex-direction: column; gap: 10px; }.nav-links { width: 100%; justify-content: space-between; gap: 12px; }.hero, .contact-layout { grid-template-columns: 1fr; gap: 42px; padding-top: 58px; }.hero { padding-bottom: 65px; }.hero-art { min-height: 275px; }.feature-grid, .values-grid { grid-template-columns: 1fr; gap: 30px; }.page-heading { padding: 62px 0 48px; }.story-section { grid-template-columns: 1fr; gap: 20px; padding-bottom: 70px; }.story-copy { font-size: 19px; }.contact-layout { padding-bottom: 75px; }.footer-content { flex-direction: column; gap: 5px; } }
