:root{ --forest:#234F1E; --forest-dark:#14300F; --forest-tint:#2E6427; --ink:#15160F; --paper:#FBFAF6; --stone:#ECE9E1; --stone-dark:#DBD7CB; --mulch:#5B3A24; --mulch-tint:#7A5233; --white:#FFFFFF; --shadow-sm: 0 2px 10px rgba(20,48,15,0.06); --shadow-md: 0 10px 30px rgba(20,48,15,0.10); --shadow-lg: 0 24px 60px rgba(20,48,15,0.16); --radius: 20px; --radius-sm: 12px; --ease: cubic-bezier(.22,.68,.35,1); } *{box-sizing:border-box; margin:0; padding:0;} html{scroll-behavior:smooth;} @media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto;} *{animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; scroll-behavior:auto !important;} } body{ font-family:'Inter', sans-serif; color:var(--ink); background:var(--paper); line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden; } h1,h2,h3,h4{ font-family:'Fraunces', serif; font-weight:600; line-height:1.08; letter-spacing:-0.01em; color:var(--ink); } a{ text-decoration:none; color:inherit; } img{max-width:100%; display:block;} button{font-family:inherit; cursor:pointer; border:none;} ul{list-style:none;} .container{ width:100%; max-width:1240px; margin:0 auto; padding:0 32px; } .eyebrow{ font-size:12.5px; font-weight:700; letter-spacing:0.16em; text-transform:uppercase; color:var(--forest); display:flex; align-items:center; gap:10px; margin-bottom:18px; } .eyebrow::before{ content:""; width:26px; height:2px; background:var(--forest); display:inline-block; } .btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:16px 30px; border-radius:100px; font-weight:700; font-size:15px; letter-spacing:0.01em; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s ease; white-space:nowrap; } .btn-primary{ background:var(--forest); color:var(--white); box-shadow: 0 10px 24px rgba(35,79,30,0.28); } .btn-primary:hover{ background:var(--forest-tint); transform:translateY(-2px); box-shadow: 0 14px 30px rgba(35,79,30,0.34); } .btn-secondary{ background:transparent; color:var(--ink); border:1.5px solid rgba(21,22,15,0.22); } .btn-secondary:hover{ border-color:var(--ink); transform:translateY(-2px); } .btn-on-dark{ background:var(--white); color:var(--forest-dark); } .btn-on-dark:hover{ background:var(--stone); transform:translateY(-2px); } .btn-ghost-dark{ border:1.5px solid rgba(255,255,255,0.35); color:var(--white); } .btn-ghost-dark:hover{ border-color:#fff; transform:translateY(-2px); } /* ---------- NAV ---------- */ header.site-nav{ position:fixed; top:0; left:0; right:0; z-index:100; background:rgba(251,250,246,0.82); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); border-bottom:1px solid rgba(21,22,15,0.06); transition: box-shadow .3s ease; } header.site-nav.scrolled{ box-shadow: var(--shadow-sm); } .nav-inner{ display:flex; align-items:center; justify-content:space-between; padding:16px 32px; max-width:1240px; margin:0 auto; } .logo{ display:flex; align-items:center; gap:10px; font-family:'Fraunces', serif; font-weight:700; font-size:21px; letter-spacing:-0.01em; color:var(--forest-dark); } .logo svg{ flex-shrink:0; } .logo .tag-of-logo{ display:block; font-family:'Inter'; font-weight:600; font-size:9.5px; letter-spacing:0.14em; text-transform:uppercase; color:var(--mulch); margin-top:-2px; } nav.links{ display:flex; align-items:center; gap:36px; font-size:14.5px; font-weight:600; } nav.links a{ color:var(--ink); position:relative; padding:4px 0; } nav.links a::after{ content:""; position:absolute; left:0; right:100%; bottom:-2px; height:2px; background:var(--forest); transition:right .3s var(--ease); } nav.links a:hover::after{ right:0; } .nav-cta{ display:flex; align-items:center; gap:18px; } .nav-phone{ font-weight:700; font-size:14.5px; display:flex; align-items:center; gap:6px; } .nav-phone svg{ color:var(--forest); } .mobile-toggle{ display:none; width:42px; height:42px; border-radius:50%; background:var(--stone); align-items:center; justify-content:center; } .mobile-menu{ display:none; position:fixed; top:0; right:0; bottom:0; width:82%; max-width:340px; background:var(--paper); z-index:200; padding:28px; box-shadow:-20px 0 60px rgba(0,0,0,0.18); transform:translateX(100%); transition:transform .4s var(--ease); flex-direction:column; gap:6px; } .mobile-menu.open{ transform:translateX(0); } .mobile-menu a{ font-size:19px; font-weight:600; padding:14px 4px; border-bottom:1px solid rgba(21,22,15,0.07); } .mobile-overlay{ display:none; position:fixed; inset:0; background:rgba(20,48,15,0.35); z-index:190; opacity:0; transition:opacity .3s ease; } .mobile-overlay.open{ display:block; opacity:1; } .mobile-close{ align-self:flex-end; width:38px; height:38px; border-radius:50%; background:var(--stone); display:flex; align-items:center; justify-content:center; margin-bottom:10px; } /* ---------- BED-EDGE DIVIDER (signature element) ---------- */ .bed-edge{ display:block; width:100%; height:56px; margin-bottom:-1px; } .bed-edge path{ fill:var(--paper); } .bed-edge.into-dark path{ fill:var(--forest-dark); } .bed-edge.into-stone path{ fill:var(--stone); } .bed-edge.flip{ transform:rotate(180deg); } /* ---------- HERO ---------- */ .hero{ position:relative; padding:168px 0 0; background: radial-gradient(1100px 600px at 82% -10%, rgba(35,79,30,0.09), transparent 60%), var(--paper); overflow:hidden; } .hero-grid{ display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center; padding-bottom:90px; } .hero-copy h1{ font-size:clamp(38px, 5.4vw, 66px); margin-bottom:22px; } .hero-copy h1 em{ font-style:normal; color:var(--forest); position:relative; } .hero-copy p{ font-size:18px; color:#3B3C33; max-width:520px; margin-bottom:34px; } .hero-actions{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:36px; } .hero-trust{ display:flex; gap:28px; flex-wrap:wrap; padding-top:26px; border-top:1px solid rgba(21,22,15,0.1); } .hero-trust div{ display:flex; flex-direction:column; } .hero-trust strong{ font-family:'Fraunces'; font-size:24px; color:var(--forest-dark); } .hero-trust span{ font-size:12.5px; color:#5b5c50; font-weight:600; text-transform:uppercase; letter-spacing:0.05em;} .hero-visual{ position:relative; } .hero-photo-frame{ position:relative; border-radius:28px; overflow:hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/4.6; } .photo-placeholder{ width:100%; height:100%; background: linear-gradient(160deg, var(--forest-dark) 0%, var(--forest) 46%, var(--mulch-tint) 130%); display:flex; align-items:center; justify-content:center; flex-direction:column; color:rgba(255,255,255,0.92); text-align:center; padding:40px; position:relative; } .photo-placeholder::before{ content:""; position:absolute; inset:0; background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.10) 0, transparent 3%), radial-gradient(circle at 70% 60%, rgba(255,255,255,0.08) 0, transparent 4%), radial-gradient(circle at 40% 80%, rgba(255,255,255,0.09) 0, transparent 3%), radial-gradient(circle at 85% 20%, rgba(255,255,255,0.07) 0, transparent 3%); background-size:60px 60px; } .photo-placeholder .ph-icon{ margin-bottom:18px; opacity:0.9; } .photo-placeholder .ph-label{ font-family:'Fraunces'; font-size:19px; font-weight:600; margin-bottom:6px; } .photo-placeholder .ph-sub{ font-size:12.5px; opacity:0.75; max-width:220px; letter-spacing:0.02em; } .hero-badge{ position:absolute; left:-22px; bottom:34px; background:var(--white); border-radius:16px; box-shadow:var(--shadow-md); padding:16px 20px; display:flex; align-items:center; gap:12px; max-width:250px; } .hero-badge .dot{ width:44px; height:44px; border-radius:50%; background:var(--stone); flex-shrink:0; display:flex; align-items:center; justify-content:center; color:var(--forest); } .hero-badge strong{ font-size:14px; display:block; } .hero-badge span{ font-size:12px; color:#666; } /* ---------- SECTION SPACING ---------- */ section{ padding:120px 0; } .section-head{ max-width:640px; margin-bottom:64px; } .section-head.center{ margin-left:auto; margin-right:auto; text-align:center; } .section-head h2{ font-size:clamp(30px, 4vw, 44px); } .section-head p{ font-size:17px; color:#4a4b3f; margin-top:16px; } /* ---------- ABOUT ---------- */ .about{ background:var(--stone); } .about-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:64px; align-items:center; } .about-photo{ border-radius:24px; overflow:hidden; box-shadow:var(--shadow-md); aspect-ratio:5/5.6; } .about-photo .photo-placeholder{ background: linear-gradient(200deg, var(--mulch) 0%, var(--mulch-tint) 55%, var(--forest-dark) 130%); } .about-copy p{ margin-bottom:18px; color:#3b3c33; font-size:16.5px; } .about-copy p:last-of-type{ margin-bottom:0; } .about-copy .lede{ font-family:'Fraunces'; font-size:22px; font-weight:500; color:var(--forest-dark); line-height:1.4; margin-bottom:24px; } .about-signoff{ margin-top:30px; padding-top:26px; border-top:1px solid rgba(21,22,15,0.12); font-family:'Fraunces'; font-style:italic; font-size:18px; color:var(--mulch); } /* ---------- WHY CHOOSE US ---------- */ .why-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:28px; } .why-card{ background:var(--white); border-radius:var(--radius); padding:34px 30px; box-shadow:var(--shadow-sm); border:1px solid rgba(21,22,15,0.05); transition:transform .4s var(--ease), box-shadow .4s var(--ease); } .why-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); } .why-icon{ width:54px; height:54px; border-radius:14px; background:var(--stone); display:flex; align-items:center; justify-content:center; color:var(--forest); margin-bottom:20px; } .why-card h3{ font-size:19px; margin-bottom:10px; font-weight:600; } .why-card p{ font-size:14.5px; color:#565749; } /* ---------- SERVICES ---------- */ .services{ background:var(--forest-dark); color:var(--white); position:relative; overflow:hidden;} .services::before{ content:""; position:absolute; top:-200px; right:-200px; width:600px; height:600px; background:radial-gradient(circle, rgba(255,255,255,0.05), transparent 65%); } .services .section-head p{ color:rgba(255,255,255,0.72); } .services .eyebrow{ color:#9AD48C; } .services .eyebrow::before{ background:#9AD48C; } .service-panel{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; position:relative; z-index:2; } .service-benefits{ display:grid; grid-template-columns:1fr 1fr; gap:16px 24px; } .service-benefits li{ display:flex; align-items:flex-start; gap:12px; font-size:15px; font-weight:500; color:rgba(255,255,255,0.92); } .service-benefits li svg{ flex-shrink:0; margin-top:2px; color:#9AD48C; } .service-visual .photo-placeholder{ background:linear-gradient(200deg, #2E6427 0%, var(--forest-dark) 70%); border:1px solid rgba(255,255,255,0.12); } .service-visual .hero-photo-frame{ box-shadow:none; } /* ---------- PROCESS ---------- */ .process-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:0; position:relative; } .process-grid::before{ content:""; position:absolute; top:27px; left:6%; right:6%; height:1px; background:repeating-linear-gradient(90deg, rgba(21,22,15,0.2) 0 8px, transparent 8px 16px); z-index:0; } .process-step{ position:relative; padding:0 20px 0 0; z-index:1; } .process-num{ width:54px; height:54px; border-radius:50%; background:var(--forest); color:var(--white); display:flex; align-items:center; justify-content:center; font-family:'Fraunces'; font-weight:700; font-size:20px; margin-bottom:22px; box-shadow:0 8px 20px rgba(35,79,30,0.28); } .process-step h3{ font-size:18px; margin-bottom:8px; } .process-step p{ font-size:14.5px; color:#565749; max-width:230px; } /* ---------- GALLERY ---------- */ .gallery-masonry{ columns:3; column-gap:20px; } .gallery-item{ break-inside:avoid; margin-bottom:20px; border-radius:18px; overflow:hidden; box-shadow:var(--shadow-sm); cursor:zoom-in; position:relative; transition:transform .45s var(--ease), box-shadow .45s var(--ease); } .gallery-item:hover{ transform:translateY(-5px); box-shadow:var(--shadow-md); } .gallery-item img{ width:100%; display:block; transition:transform .5s var(--ease); } .gallery-item:hover img{ transform:scale(1.04); } .gallery-caption{ position:absolute; left:0; right:0; bottom:0; padding:16px 18px; background:linear-gradient(0deg, rgba(20,48,15,0.75), transparent); color:#fff; font-size:12.5px; font-weight:600; letter-spacing:0.02em; opacity:0; transform:translateY(8px); transition:all .35s var(--ease); } .gallery-item:hover .gallery-caption{ opacity:1; transform:translateY(0); } .lightbox{ position:fixed; inset:0; z-index:300; background:rgba(10,12,8,0.92); display:none; align-items:center; justify-content:center; padding:40px; } .lightbox.open{ display:flex; } .lightbox-inner{ max-width:800px; width:100%; text-align:center; color:#fff; } .lightbox .photo-placeholder{ border-radius:20px; aspect-ratio:4/3; } .lightbox-close{ position:absolute; top:26px; right:32px; width:44px; height:44px; border-radius:50%; background:rgba(255,255,255,0.12); color:#fff; display:flex; align-items:center; justify-content:center; } /* ---------- BENEFITS STRIP ---------- */ .benefits{ background:var(--stone); } .benefits-grid{ display:grid; grid-template-columns:1.1fr 0.9fr; gap:60px; align-items:center; } .benefits-copy p{ font-size:17px; color:#3b3c33; margin-bottom:18px; } .benefits-list{ display:flex; flex-direction:column; gap:16px; margin-top:28px; } .benefits-list li{ display:flex; gap:14px; align-items:flex-start; font-size:15px; font-weight:600; } .benefits-list li svg{ color:var(--forest); flex-shrink:0; margin-top:2px; } .benefits-visual{ background:var(--white); border-radius:var(--radius); padding:40px; box-shadow:var(--shadow-sm); } .stat-row{ display:flex; justify-content:space-between; padding:18px 0; border-bottom:1px solid var(--stone-dark); } .stat-row:last-child{ border-bottom:none; } .stat-row strong{ font-family:'Fraunces'; font-size:30px; color:var(--forest-dark); } .stat-row span{ font-size:13px; color:#5b5c50; font-weight:600; text-transform:uppercase; letter-spacing:0.04em; max-width:170px; text-align:right; } /* ---------- FAQ ---------- */ .faq-list{ max-width:780px; margin:0 auto; } .faq-item{ border-bottom:1px solid rgba(21,22,15,0.1); } .faq-q{ display:flex; align-items:center; justify-content:space-between; padding:26px 4px; width:100%; background:none; text-align:left; } .faq-q h3{ font-size:18px; font-weight:600; font-family:'Inter'; } .faq-icon{ width:30px; height:30px; border-radius:50%; background:var(--stone); display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-left:20px; transition:transform .35s var(--ease), background .3s ease; color:var(--forest); } .faq-item.open .faq-icon{ transform:rotate(45deg); background:var(--forest); color:#fff; } .faq-a{ max-height:0; overflow:hidden; transition:max-height .4s var(--ease); } .faq-a p{ padding:0 4px 26px; font-size:15.5px; color:#4a4b3f; max-width:640px; } /* ---------- CONTACT ---------- */ .contact{ background:var(--forest-dark); color:#fff; } .contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; } .contact-copy h2{ color:#fff; font-size:clamp(32px,4.4vw,48px); margin-bottom:18px; } .contact-copy p{ color:rgba(255,255,255,0.72); font-size:17px; margin-bottom:34px; max-width:460px; } .contact-actions{ display:flex; flex-wrap:wrap; gap:14px; } .contact-detail{ display:flex; gap:14px; margin-top:34px; flex-wrap:wrap; } .contact-detail div{ font-size:14px; color:rgba(255,255,255,0.65); } .contact-detail strong{ display:block; color:#fff; font-size:15px; margin-bottom:2px; } .map-frame{ border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-lg); aspect-ratio:5/4.6; border:1px solid rgba(255,255,255,0.12); } .map-frame iframe{ width:100%; height:100%; border:0; filter:grayscale(0.15) contrast(1.05); } /* ---------- FOOTER ---------- */ footer{ background:#0F2A0B; color:rgba(255,255,255,0.75); padding:64px 0 28px; } .footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:48px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,0.09); } .footer-logo{ display:flex; align-items:center; gap:10px; color:#fff; font-family:'Fraunces'; font-weight:700; font-size:20px; margin-bottom:14px; } .footer-brand p{ font-size:14px; max-width:280px; margin-bottom:6px; } .footer-brand .tagline{ color:#9AD48C; font-weight:600; font-size:13px; letter-spacing:0.03em; } .footer-col h4{ font-family:'Inter'; font-size:13px; text-transform:uppercase; letter-spacing:0.08em; color:#fff; margin-bottom:18px; font-weight:700; } .footer-col a, .footer-col span{ display:block; font-size:14.5px; margin-bottom:12px; color:rgba(255,255,255,0.72); } .footer-col a:hover{ color:#fff; } .footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding-top:26px; font-size:13px; color:rgba(255,255,255,0.45); flex-wrap:wrap; gap:12px; } /* ---------- MOBILE STICKY CTA ---------- */ .mobile-sticky-cta{ display:none; position:fixed; bottom:0; left:0; right:0; z-index:150; background:var(--forest); padding:14px 20px; align-items:center; justify-content:center; gap:10px; box-shadow:0 -6px 20px rgba(0,0,0,0.15); } .mobile-sticky-cta a{ color:#fff; font-weight:700; font-size:15px; display:flex; align-items:center; gap:8px; } /* ---------- RESPONSIVE ---------- */ @media (max-width: 980px){ nav.links{ display:none; } .mobile-toggle{ display:flex; } .mobile-menu, .mobile-overlay{ display:flex; } .mobile-menu:not(.open), .mobile-overlay:not(.open){ display:none; } .hero-grid{ grid-template-columns:1fr; } .hero{ padding-top:130px; } .hero-visual{ order:-1; max-width:420px; margin:0 auto; } .about-grid, .service-panel, .benefits-grid, .contact-grid{ grid-template-columns:1fr; } .about-photo{ max-width:420px; margin:0 auto; } .why-grid{ grid-template-columns:repeat(2, 1fr); } .process-grid{ grid-template-columns:repeat(2, 1fr); gap:40px 20px; } .process-grid::before{ display:none; } .gallery-masonry{ columns:2; } .nav-phone{ display:none; } .mobile-sticky-cta{ display:flex; } body{ padding-bottom:64px; } } @media (max-width: 600px){ section{ padding:80px 0; } .why-grid{ grid-template-columns:1fr; } .process-grid{ grid-template-columns:1fr; } .gallery-masonry{ columns:1; } .service-benefits{ grid-template-columns:1fr; } .hero-badge{ left:12px; } .footer-grid{ grid-template-columns:1fr; gap:32px; } } /* ---------- REVEAL ANIMATION ---------- */ .reveal{ opacity:0; transform:translateY(24px); transition:opacity .8s var(--ease), transform .8s var(--ease); } .reveal.in{ opacity:1; transform:translateY(0); }