:root{--forest:#173b2b;--dark:#0d271d;--orange:#ef7927;--cream:#f4f1e9;--ink:#172019;--muted:#657168}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header,.contact-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,80px)}.logo img{width:210px;height:72px;object-fit:contain}.site-header nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:700}.nav-button{padding:13px 20px;border-radius:999px;background:var(--forest);color:white}.hero{height:calc(100vh - 86px);min-height:630px;max-height:880px;margin:0 clamp(12px,2vw,28px);border-radius:26px;overflow:hidden;position:relative;background:var(--dark)}.hero>img{width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,25,17,.86),rgba(7,25,17,.58) 38%,rgba(7,25,17,.04) 70%)}.hero-content{position:absolute;left:clamp(30px,7vw,110px);top:50%;transform:translateY(-50%);width:min(660px,75vw);color:white}.eyebrow,.section-label{font-size:12px;font-weight:800;letter-spacing:.2em;color:var(--orange)}.hero h1{margin:20px 0 24px;font-size:clamp(48px,6.7vw,94px);line-height:.94;letter-spacing:-.06em}.hero-text{max-width:570px;font-size:clamp(17px,1.5vw,21px);line-height:1.6}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.button{display:inline-flex;gap:28px;padding:16px 22px;border-radius:999px;font-size:14px;font-weight:800}.primary{background:var(--orange)}.ghost{border:1px solid #ffffff80}.hero-note{position:absolute;right:28px;bottom:26px;display:flex;flex-direction:column;padding:17px 22px;border-radius:14px;background:#ffffffec;color:var(--forest);font-size:12px}.hero-note span{margin-top:4px;color:var(--muted)}.intro{max-width:1240px;margin:auto;padding:130px 30px;display:grid;grid-template-columns:1fr 3fr;gap:40px}.intro-copy{display:grid;grid-template-columns:1.25fr 1fr;gap:60px}.intro h2,.history h2,.cta h2,.club-photo-copy h2{margin:0;font-size:clamp(38px,4.5vw,66px);line-height:1.02;letter-spacing:-.05em}.intro p,.history>div>p:last-child,.cta>div>p:last-child,.club-photo-copy>p:last-child{font-size:18px;line-height:1.75;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:1400px;margin:auto;padding:0 28px 120px;gap:16px}.feature-card{min-height:430px;border-radius:22px;padding:34px;display:flex;flex-direction:column;justify-content:space-between}.feature-card h3{font-size:30px;line-height:1.08;margin:0 0 18px}.feature-card p{line-height:1.65}.dark{background:var(--forest);color:white}.light{background:var(--cream)}.accent{background:var(--orange);color:white}.club-photo-section{max-width:1400px;margin:auto;padding:0 28px 120px;display:grid;grid-template-columns:.72fr 1.28fr;gap:16px}.club-photo-copy{background:var(--cream);border-radius:22px;padding:clamp(35px,5vw,70px);display:flex;flex-direction:column;justify-content:center}.club-photo-copy h2{margin:18px 0 25px}.club-photo{min-height:540px;border-radius:22px;overflow:hidden}.club-photo img{width:100%;height:100%;object-fit:cover}.history{background:var(--dark);color:white;padding:120px max(30px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:center}.history-year{font-size:clamp(100px,17vw,230px);font-weight:900;letter-spacing:-.1em;color:transparent;-webkit-text-stroke:2px #ffffff40}.history h2{margin:20px 0 30px}.history>div>p:last-child{color:#c3d0c7}.cta{max-width:1240px;margin:auto;padding:130px 30px;display:grid;grid-template-columns:1.1fr .9fr;gap:100px}.cta h2{margin:18px 0 28px}.contact-links{display:flex;flex-direction:column;justify-content:center}.contact-links a{display:flex;justify-content:space-between;padding:24px 5px;border-bottom:1px solid #d9dfda;font-size:19px;font-weight:800}.contact-links span{color:var(--orange)}footer{padding:40px clamp(24px,5vw,80px);background:#f5f6f3;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px}footer img{width:170px;height:82px;object-fit:contain}.contact-page{min-height:100vh;background:var(--cream)}.contact-header{max-width:1250px;margin:auto}.back-link{font-weight:800;color:var(--forest)}.contact-wrap{max-width:1180px;margin:auto;padding:70px 30px 110px;display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.contact-intro h1{font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.06em;margin:20px 0 26px}.contact-intro p{font-size:18px;line-height:1.7;color:var(--muted)}.contact-form{background:white;border-radius:24px;padding:clamp(28px,5vw,56px);box-shadow:0 18px 50px #173b2b12}.contact-form label{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;font-size:13px;font-weight:800}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form input,.contact-form textarea{border:1px solid #d6ddd7;border-radius:10px;padding:14px 15px;font:inherit}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{border:0;cursor:pointer;background:var(--orange);color:white;padding:16px 24px;border-radius:999px;font-weight:800;font-size:15px}.form-note{font-size:12px;color:var(--muted);line-height:1.5}
@media(max-width:850px){.site-header,.contact-header{height:74px;padding:0 20px}.logo img{width:165px;height:62px}.site-header nav>a:not(.nav-button){display:none}.hero{height:720px;min-height:0;margin:0 10px}.hero>img{object-position:64% center}.hero-shade{background:linear-gradient(90deg,rgba(7,25,17,.86),rgba(7,25,17,.2))}.hero-content{left:28px;width:calc(100% - 56px)}.hero-note{display:none}.intro,.intro-copy,.history,.cta,.contact-wrap,.club-photo-section{grid-template-columns:1fr}.intro{padding:90px 25px}.intro-copy{gap:30px}.feature-grid{grid-template-columns:1fr;padding:0 16px 80px}.feature-card{min-height:340px}.club-photo-section{padding:0 16px 80px}.club-photo{min-height:390px}.history{padding:90px 25px;gap:25px}.cta{padding:90px 25px;gap:40px}.contact-wrap{padding-top:35px;gap:35px}.form-row{grid-template-columns:1fr}footer{align-items:flex-start;gap:20px;flex-direction:column}}@media(max-width:480px){.hero h1{font-size:48px}.button{width:100%;justify-content:space-between}.back-link{font-size:12px}.contact-wrap{padding-left:18px;padding-right:18px}}
