:root {
  --ink: #171919;
  --green: #2f8d31;
  --green-bright: #6fc33f;
  --green-pale: #dbe8d4;
  --cream: #f4f0e8;
  --white: #ffffff;
  --blue: #cfe8f1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--green); color: white; }

.topline { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 38px; align-items: center; padding: 0 clamp(22px, 5vw, 76px); background: var(--ink); color: white; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.topline-center { color: #9fc997; }
.topline a { justify-self: end; }
.site-header { position: relative; z-index: 20; display: flex; height: 98px; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 5vw, 76px); background: white; border-bottom: 1px solid #e1ddd4; }
.logo { width: 154px; height: 86px; overflow: hidden; }
.logo img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); color: #515655; font-size: 12px; font-weight: 700; }
.main-nav > a:not(.shop-link) { transition: color .2s ease; }
.main-nav > a:not(.shop-link):hover { color: var(--green); }
.shop-link { padding: 15px 20px; border-radius: 100px; background: var(--ink); color: white; }
.menu-button { display: none; }

.hero { position: relative; display: grid; min-height: clamp(760px, 83vh, 900px); grid-template-columns: minmax(0, 1.16fr) minmax(410px, .84fr); overflow: hidden; background: var(--ink); color: white; }
.hero-copy { position: relative; z-index: 2; display: flex; min-height: clamp(760px, 83vh, 900px); flex-direction: column; justify-content: center; padding: 92px clamp(34px, 7vw, 112px) 76px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: #d4edc5; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(111,195,63,.15); }
.hero h1 { max-width: 760px; margin: 40px 0 32px; font-size: clamp(70px, 8.7vw, 132px); font-weight: 700; letter-spacing: -.08em; line-height: .81; text-shadow: 0 8px 34px rgba(0,0,0,.2); }
.hero h1 em, .intro h2 em, .local h2 em, .contact h2 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
.hero h1 em { color: #a7df7d; }
.hero-intro { max-width: 600px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; text-shadow: 0 2px 18px rgba(0,0,0,.2); }
.hero-actions { display: flex; gap: 12px; margin: 38px 0 50px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 32px; padding: 0 25px; border: 1px solid var(--ink); border-radius: 100px; font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { border-color: var(--green); background: var(--green); color: white; }
.hero .button.ghost { border-color: rgba(255,255,255,.58); background: rgba(17,24,19,.24); color: white; backdrop-filter: blur(10px); }
.hero-stats { display: grid; max-width: 650px; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid rgba(255,255,255,.28); padding-top: 25px; }
.hero-stats div { display: flex; flex-direction: column; gap: 7px; }
.hero-stats strong { color: #a7df7d; font-size: 18px; }
.hero-stats span { color: rgba(255,255,255,.68); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: clamp(760px, 83vh, 900px); overflow: hidden; background: #c9d5cf; }
.hero-visual::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,18,11,.64) 0%, transparent 38%); content: ''; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.hero-note { position: absolute; z-index: 2; top: 42px; right: clamp(26px, 5vw, 72px); display: flex; max-width: 270px; flex-direction: column; gap: 7px; padding: 20px 22px 18px; border-bottom: 4px solid var(--green); background: rgba(247,244,237,.96); color: var(--ink); text-align: left; box-shadow: 0 18px 44px rgba(13,31,20,.2); }
.hero-note span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-note strong { font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif; font-size: 25px; font-style: normal; font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }

.ticker { overflow: hidden; padding: 20px 0; background: var(--green); color: white; white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 22s linear infinite; }
.ticker span { padding: 0 34px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ticker b { color: #c9f4a9; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-label { display: flex; gap: 12px; color: #757a76; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-label span { color: var(--green); }
.section-label.inverse { color: #a9b3ad; }
.section-label.inverse span { color: var(--green-bright); }
.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; padding: 132px clamp(24px, 7vw, 112px); background: white; }
.intro h2 { margin: 0; font-size: clamp(54px, 7.3vw, 108px); letter-spacing: -.07em; line-height: .9; }
.intro-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; max-width: 840px; margin: 68px 0 0 auto; }
.intro-copy p { margin: 0; color: #626764; font-size: 16px; line-height: 1.75; }
.experience-note { max-width: 840px; margin: 46px 0 0 auto; padding: 24px 28px; border-left: 4px solid var(--green); background: var(--cream); color: #59605b; font-size: 15px; line-height: 1.7; }
.experience-note strong { color: var(--ink); }

.range { padding: 130px clamp(24px, 7vw, 112px); background: radial-gradient(circle at 84% 7%, rgba(64,118,70,.28), transparent 30%), linear-gradient(145deg, #18271e 0%, #111a15 70%); color: white; }
.range-heading { display: grid; grid-template-columns: .85fr 2fr 1fr; gap: 38px; align-items: end; margin-bottom: 72px; }
.range-heading h2 { margin: 0; font-size: clamp(48px, 6.7vw, 94px); letter-spacing: -.065em; line-height: .91; }
.range-heading > p { margin: 0; color: #a9b3ad; font-size: 15px; line-height: 1.7; }
.range-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.range-card { overflow: hidden; border: 1px solid rgba(223,238,226,.18); background: #1d2b22; box-shadow: 0 20px 55px rgba(4,12,7,.16); transition: transform .3s ease, border-color .3s ease; }
.range-card:hover { border-color: rgba(111,195,63,.7); transform: translateY(-5px); }
.range-photo { position: relative; height: 330px; overflow: hidden; background: #dce4dd; }
.range-photo::after { position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgba(12,15,13,.5)); content: ''; }
.range-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.range-card:hover .range-photo img { transform: scale(1.035); }
.range-number { position: absolute; z-index: 2; top: 20px; left: 20px; display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: var(--green); color: white; font-size: 10px; font-weight: 800; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.range-body { padding: 32px 34px 35px; }
.range-card h3 { margin: 0 0 13px; font-size: clamp(31px, 3vw, 46px); letter-spacing: -.045em; }
.range-card p { max-width: 580px; margin: 0; color: #c1cbc4; font-size: 14px; line-height: 1.7; }
.item-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 28px 0 30px; border-top: 1px solid rgba(255,255,255,.13); }
.item-list span { position: relative; padding: 12px 0 12px 16px; border-bottom: 1px solid rgba(255,255,255,.13); color: #e8ece9; font-size: 12px; }
.item-list span::before { position: absolute; top: 17px; left: 1px; width: 5px; height: 5px; border-radius: 50%; background: var(--green-bright); content: ''; }
.range-body > a { display: inline-flex; gap: 14px; align-items: center; color: var(--green-bright); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.range-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 38px; }
.range-footer > p { max-width: 560px; margin: 0; color: #8e9992; font-size: 12px; line-height: 1.6; }
.range-link { display: inline-flex; flex: 0 0 auto; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid var(--green-bright); color: var(--green-bright); font-size: 13px; font-weight: 800; }

.local { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 820px; background: white; }
.local-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(12, minmax(0, 1fr)); gap: 6px; min-width: 0; padding: 6px; background: var(--ink); }
.local-gallery figure { position: relative; min-width: 0; min-height: 0; overflow: hidden; margin: 0; background: #25322a; }
.local-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.local-gallery figure:hover img { transform: scale(1.025); }
.mosaic-aerial { grid-column: 1 / 6; grid-row: 1 / 13; }
.mosaic-road { grid-column: 6 / 13; grid-row: 1 / 5; }
.mosaic-harbour { grid-column: 6 / 10; grid-row: 5 / 9; }
.mosaic-path { grid-column: 10 / 13; grid-row: 5 / 9; }
.mosaic-bay { grid-column: 6 / 13; grid-row: 9 / 13; }
.mosaic-aerial img { object-position: center; }
.mosaic-road img { object-position: center 54%; }
.mosaic-harbour img { object-position: center; }
.mosaic-path img { object-position: center 48%; }
.mosaic-bay img { object-position: center 54%; }
.local-gallery figcaption { position: absolute; right: 14px; bottom: 14px; padding: 8px 11px; border-radius: 100px; background: rgba(16,21,18,.78); color: white; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.local-copy { display: flex; flex-direction: column; justify-content: center; padding: 82px clamp(36px, 7vw, 112px); }
.local h2 { margin: 48px 0 32px; font-size: clamp(50px, 6.5vw, 90px); letter-spacing: -.07em; line-height: .9; }
.local-copy > p { max-width: 550px; margin: 0; color: #636764; font-size: 17px; line-height: 1.7; }
.local-places { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.local-places span { padding: 9px 13px; border: 1px solid #d5ddd4; border-radius: 100px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.local-meta { display: flex; gap: 50px; margin-top: 58px; padding-top: 27px; border-top: 1px solid #ded9d0; }
.local-meta span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.local-meta strong { font-size: 14px; line-height: 1.65; }

.promise { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; padding: 120px clamp(24px, 7vw, 112px); background: var(--cream); }
.promise-grid { border-top: 1px solid #d4d0c7; }
.promise-grid article { display: grid; grid-template-columns: 70px 1fr 1.25fr; gap: 30px; min-height: 150px; align-items: center; border-bottom: 1px solid #d4d0c7; }
.promise-grid article > span { color: var(--green); font-size: 10px; }
.promise-grid h3 { margin: 0; font-size: clamp(28px, 3vw, 43px); letter-spacing: -.04em; }
.promise-grid p { margin: 0; color: #666b67; font-size: 14px; line-height: 1.65; }

.road { position: relative; min-height: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #a7d4e3; }
.road::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,36,25,.88), rgba(18,36,25,.05)); content: ''; }
.road img { width: 100%; height: 100%; object-fit: cover; object-position: center center; image-rendering: auto; }
.road-copy { position: absolute; z-index: 2; top: 50%; left: clamp(24px, 7vw, 112px); color: white; transform: translateY(-50%); }
.road-copy span { color: #b6f582; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.road h2 { margin: 32px 0 0; font-size: clamp(62px, 8.4vw, 122px); letter-spacing: -.075em; line-height: .82; }

.process { padding: 125px clamp(24px, 7vw, 112px); background: var(--green); color: white; }
.process-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; margin-bottom: 68px; }
.process-heading h2 { margin: 0; font-size: clamp(50px, 6.6vw, 94px); letter-spacing: -.065em; line-height: .92; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.4); border-left: 1px solid rgba(255,255,255,.4); }
.process-grid article { min-height: 320px; padding: 30px; border-right: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); }
.process-grid span { color: #c8ff9f; font-size: 10px; }
.process-grid h3 { margin: 105px 0 18px; font-size: 36px; letter-spacing: -.04em; }
.process-grid p { max-width: 320px; margin: 0; color: #e1f0dd; font-size: 14px; line-height: 1.65; }

.contact { display: grid; grid-template-columns: 1.7fr 1fr; gap: 100px; padding: 130px clamp(24px, 7vw, 112px); background: white; }
.contact h2 { margin: 54px 0 46px; font-size: clamp(66px, 9vw, 135px); letter-spacing: -.08em; line-height: .8; }
.contact-actions { display: flex; gap: 12px; }
.contact-details { display: flex; flex-direction: column; justify-content: flex-end; }
.contact-details > div { padding: 21px 0; border-bottom: 1px solid #ded9d0; }
.contact-details span { display: block; margin-bottom: 11px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-details a, .contact-details p { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.6; }

footer { display: grid; grid-template-columns: 1fr auto auto auto; gap: 48px; align-items: center; padding: 38px clamp(24px, 5vw, 76px); background: var(--ink); color: #aab3ad; font-size: 10px; }
.footer-logo { width: 108px; height: 64px; padding: 4px; background: white; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-links { display: flex; gap: 20px; color: white; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(370px, .75fr); }
  .hero h1 { font-size: 82px; }
  .hero-copy { padding-left: 34px; padding-right: 34px; }
  .range-heading { grid-template-columns: 1fr 2fr; }
  .range-heading > p { grid-column: 2; }
  .range-photo { height: 270px; }
  .contact { gap: 48px; }
}

@media (max-width: 760px) {
  .topline { grid-template-columns: 1fr auto; }
  .topline-center { display: none; }
  .site-header { height: 84px; padding: 0 20px; }
  .logo { width: 120px; height: 74px; }
  .menu-button { display: block; border: 0; background: none; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .main-nav { position: absolute; top: 84px; left: 0; display: none; width: 100%; align-items: stretch; flex-direction: column; gap: 0; padding: 14px 22px 26px; background: white; border-bottom: 1px solid #ddd; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; }
  .shop-link { margin-top: 8px; text-align: center; }
  .hero { position: relative; display: block; min-height: 930px; }
  .hero-copy { position: relative; z-index: 2; min-height: 930px; justify-content: flex-start; padding: 72px 22px 150px; }
  .hero h1 { font-size: clamp(66px, 21vw, 92px); }
  .hero-actions { flex-direction: column; }
  .hero-stats { gap: 11px; }
  .hero-stats strong { font-size: 14px; }
  .hero-stats span { font-size: 8px; }
  .hero-visual { position: absolute; inset: 0; min-height: 0; }
  .hero-visual::after { background: linear-gradient(180deg, rgba(9,16,11,.86) 0%, rgba(9,16,11,.58) 58%, rgba(9,16,11,.78) 100%); }
  .hero-visual > img { object-position: center bottom; }
  .hero-note { top: auto; right: 18px; bottom: 18px; left: 18px; max-width: none; padding: 16px 18px 14px; }
  .hero-note strong { font-size: 22px; }
  .intro, .promise { grid-template-columns: 1fr; gap: 52px; padding-top: 88px; padding-bottom: 88px; }
  .intro-copy { grid-template-columns: 1fr; gap: 25px; margin-top: 44px; }
  .range { padding-top: 88px; padding-bottom: 88px; }
  .range-heading { grid-template-columns: 1fr; }
  .range-heading > p { grid-column: auto; }
  .range-grid { grid-template-columns: 1fr; }
  .range-photo { height: 280px; }
  .range-body { padding: 27px 23px 30px; }
  .range-footer { align-items: flex-start; flex-direction: column; }
  .local { grid-template-columns: 1fr; }
  .local-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 250px 210px 190px; }
  .mosaic-aerial { grid-column: 1; grid-row: 1 / 3; }
  .mosaic-road { grid-column: 2; grid-row: 1; }
  .mosaic-harbour { grid-column: 2; grid-row: 2; }
  .mosaic-path { grid-column: 1; grid-row: 3; }
  .mosaic-bay { grid-column: 2; grid-row: 3; }
  .local-copy { padding: 80px 22px; }
  .promise-grid article { grid-template-columns: 42px 1fr; gap: 16px; padding: 26px 0; }
  .promise-grid p { grid-column: 2; }
  .road { display: grid; aspect-ratio: auto; background: var(--green); }
  .road::after { display: none; }
  .road img { height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
  .road-copy { position: relative; top: auto; left: auto; padding: 58px 22px 68px; transform: none; }
  .process { padding-top: 88px; padding-bottom: 88px; }
  .process-heading { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 260px; }
  .process-grid h3 { margin-top: 75px; }
  .contact { grid-template-columns: 1fr; gap: 70px; padding-top: 90px; padding-bottom: 90px; }
  .contact-actions { flex-direction: column; }
  footer { grid-template-columns: 1fr; justify-items: start; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ticker div { animation: none; } }
