
:root{--forest:#173b2b;--forest2:#0d281c;--cream:#f7f1e6;--tan:#c89555;--ink:#211b16;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fbfaf7}
.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:8px clamp(18px,5vw,70px);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20;box-shadow:0 2px 14px #0001}
.brand img{height:66px;width:auto;display:block}.topbar nav{display:flex;gap:28px}.topbar nav a{color:var(--forest);text-decoration:none;font-weight:700}
.hero{min-height:76vh;position:relative;display:grid;place-items:center;text-align:center;background:url('assets/dicks/dicks-01.jpg') center/cover no-repeat}
.hero-shade{position:absolute;inset:0;background:linear-gradient(#0005,#0009)}.hero-content{position:relative;z-index:1;color:#fff;max-width:800px;padding:50px 20px}
.hero-logo{width:min(330px,70vw);border-radius:18px;box-shadow:0 10px 35px #0006}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800;color:var(--tan)}
.hero h1{font-family:Georgia,serif;font-size:clamp(2.2rem,6vw,4.6rem);line-height:1.02;margin:.25em 0}.hero p{font-size:1.1rem;line-height:1.65}
.button{display:inline-block;background:var(--forest);color:#fff;text-decoration:none;border:0;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer}.hero .button{background:var(--cream);color:var(--forest);margin-top:10px}
.section{padding:80px clamp(18px,5vw,70px)}.section-head{max-width:700px;margin:0 auto 34px;text-align:center}.section h2,.split-section h2,.contact h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);margin:.15em 0}
.cabins-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1250px;margin:auto}.cabin-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px #24180e18}.cabin-card>img{width:100%;height:250px;object-fit:cover}.card-body{padding:24px}.card-body h3{font-family:Georgia,serif;font-size:1.65rem;margin:0 0 10px}.card-body p{line-height:1.55;color:#62584f}.card-actions{display:flex;gap:10px;flex-wrap:wrap}.secondary{background:#e9dfcf;color:var(--forest)}
.split-section{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;padding:80px clamp(18px,8vw,120px);background:var(--forest2);color:#fff}.split-section p{line-height:1.7}.feature-box{display:grid;gap:13px;background:#ffffff0d;padding:30px;border:1px solid #ffffff26;border-radius:18px}.feature-box strong{font-family:Georgia,serif;font-size:1.5rem;color:#f4d6a0}
.contact{padding:70px clamp(18px,8vw,120px);display:flex;justify-content:space-between;gap:30px;align-items:center}.contact-links{display:grid;gap:12px}.contact-links a{color:var(--forest);font-weight:800;text-decoration:none;font-size:1.08rem}
footer{background:#0b1711;color:#fff;text-align:center;padding:35px}footer img{width:100px;border-radius:10px}
.lightbox{position:fixed;inset:0;background:#000e;z-index:100;display:none;align-items:center;justify-content:center}.lightbox.open{display:flex}.lightbox img{max-width:92vw;max-height:88vh;object-fit:contain}.close,.nav{position:absolute;border:0;background:#fff;color:#111;border-radius:50%;cursor:pointer}.close{right:20px;top:20px;width:46px;height:46px;font-size:30px}.nav{top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:36px}.prev{left:16px}.next{right:16px}.counter{position:absolute;bottom:18px;color:#fff;background:#0009;padding:8px 13px;border-radius:999px}
@media(max-width:850px){.topbar nav{gap:14px;font-size:.9rem}.brand img{height:55px}.topbar{height:70px;padding:7px 12px}.cabins-grid{grid-template-columns:1fr}.cabin-card>img{height:280px}.split-section{grid-template-columns:1fr}.contact{display:block}.contact-links{margin-top:20px}.hero{min-height:70vh}}
@media(max-width:520px){.topbar nav a:nth-child(2){display:none}.hero-logo{width:230px}.section{padding:58px 16px}.cabin-card>img{height:220px}.card-actions .button{width:100%;text-align:center}.nav{width:42px;height:42px}.prev{left:6px}.next{right:6px}}
