:root{--color-ink: #13201f;--color-muted: #60706d;--color-line: #dbe4df;--color-sand: #f7f1e8;--color-surface: #ffffff;--color-teal: #007c89;--color-teal-dark: #005862;--color-coral: #a15641;--color-green: #2f7d57;--shadow-soft: 0 20px 60px rgba(19, 32, 31, .4);--page-padding: clamp(1rem, 4vw, 4rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#e9f1f180;color:var(--color-ink);font-family:Trebuchet MS,Segoe UI,ui-sans-serif,system-ui,sans-serif;line-height:1.5}img{display:block;max-width:100%}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem var(--page-padding);background:#f3edd9d0;border-bottom:1px solid rgba(219,228,223,.86);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.site-nav,.hero__actions,.contact__actions,.photo-carousel__stats{display:flex;align-items:center}.brand{gap:.65rem;font-weight:800;text-decoration:none}.brand__mark{display:grid;width:4.5rem;height:4.5rem;place-items:center;border-radius:50%;background:var(--color-surface);color:var(--color-surface);font-size:.85rem;letter-spacing:0}.site-nav{gap:clamp(.75rem,2vw,1.5rem);color:var(--color-muted);font-size:.95rem}.site-nav a{text-decoration:none}.site-nav a:hover{color:var(--color-ink)}.hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);gap:clamp(2rem,6vw,5rem);align-items:center;min-height:calc(100svh - 73px);padding:clamp(3rem,8vw,6rem) var(--page-padding)}.hero__content{max-width:690px}.hero__content #hero-subtitle{color:#5a746f}.eyebrow{margin:0 0 .85rem;color:var(--color-coral);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:1.25rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,7vw,5.9rem);font-weight:700;line-height:1;letter-spacing:0}h2{margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.06;letter-spacing:0}h3{margin-bottom:.65rem;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;line-height:1.15}p{color:var(--color-muted)}.hero__lead{max-width:610px;margin-bottom:1.75rem;font-size:clamp(1.05rem,2vw,1.28rem)}.hero__actions,.contact__actions{flex-wrap:wrap;gap:.8rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3rem;padding:.8rem 1.15rem;border:1px solid transparent;border-radius:8px;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button svg{width:2.5rem;height:2.5rem;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--color-teal);color:var(--color-surface);box-shadow:0 14px 30px #007c8933}.button--primary:hover{background:var(--color-teal-dark)}.button--secondary{background:var(--color-surface);border-color:var(--color-line);color:var(--color-ink)}.hero__panel{display:block;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:8px;background:var(--color-surface);box-shadow:var(--shadow-soft)}.photo-carousel__stage{position:relative;overflow:hidden;background:#d9eee9}.photo-carousel__stage:before{display:block;aspect-ratio:4/3;content:""}.photo-carousel__media{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity .42s ease}.photo-carousel__media--active{z-index:1;opacity:1;pointer-events:auto}.photo-carousel__caption{position:absolute;left:1rem;bottom:1rem;z-index:2;max-width:calc(100% - 2rem);padding:.55rem .75rem;border-radius:8px;background:#13201fb8;color:var(--color-surface);font-size:.9rem;font-weight:800}.photo-carousel__control{position:absolute;top:50%;z-index:3;display:grid;width:2.5rem;height:2.5rem;place-items:center;border:1px solid rgba(255,255,255,.64);border-radius:50%;background:#ffffffd1;color:var(--color-ink);cursor:pointer;font-size:2rem;line-height:1;transform:translateY(-50%)}.photo-carousel__control:hover{background:var(--color-surface)}.photo-carousel__control--previous{left:1rem}.photo-carousel__control--next{right:1rem}.photo-carousel__dots{display:flex;justify-content:center;gap:.45rem;padding:.85rem 1rem 0}.photo-carousel__dots button{width:.7rem;height:.7rem;padding:0;border:0;border-radius:999px;background:#c5d8d2;cursor:pointer}.photo-carousel__dots .photo-carousel__dot--active{width:1.65rem;background:var(--color-teal)}.photo-carousel__stats{justify-content:space-between;gap:.75rem;padding:1rem;color:var(--color-ink);font-size:.9rem;font-weight:800}.photo-carousel__stats span{padding-left:.75rem;border-left:3px solid var(--color-green)}.section{padding:clamp(4rem,8vw,6rem) var(--page-padding)}.section__header{max-width:760px;margin-bottom:clamp(1.75rem,4vw,3rem)}.section__header p:not(.eyebrow){max-width:650px;font-size:1.06rem}.products{background:var(--color-surface)}.product-grid,.benefit-grid{display:grid;gap:1rem}.product-grid{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.product-card{display:flex;min-height:100%;flex-direction:column;padding:clamp(1.25rem,3vw,2rem);border:1px solid var(--color-line);border-radius:8px;background:#fbfcfa}.product-card--featured{background:#f0faf8;border-color:#007c8938}.product-card__label{margin-bottom:.7rem;color:var(--color-green);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-card ul{display:grid;gap:.55rem;margin:1.25rem 0 1.5rem;padding:0;list-style:none}.product-card li{position:relative;padding-left:1.4rem;color:var(--color-ink)}.product-card li:before{position:absolute;left:0;color:var(--color-coral);content:"";width:.45rem;height:.45rem;margin-top:.55rem;border-radius:999px;background:var(--color-coral)}.product-card .button{width:fit-content;margin-top:auto}.benefits{background:#eef5ec}.benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.benefit-grid article{padding-top:1rem;border-top:3px solid var(--color-teal)}.experience-banner{display:flex;flex-wrap:wrap;overflow:hidden;border:1px solid rgba(0,124,137,.18);border-radius:8px;background:linear-gradient(135deg,#fbfcfa,#e5f3ef)}.experience-banner img{width:100%;height:100%;min-height:280px;max-height:500px;max-width:500px;object-fit:cover}.experience-banner__content{max-width:620px;padding:clamp(1.35rem,4vw,3rem)}.experience-banner__content h3{margin-bottom:.85rem;font-size:clamp(1.75rem,3vw,2.65rem)}.experience-banner__content p:last-child{margin-bottom:0;font-size:1.06rem}.experience-gallery{margin-top:clamp(2.5rem,6vw,5rem)}.experience-gallery__intro{max-width:720px;margin:0 auto clamp(1.5rem,4vw,2.5rem);text-align:center}.experience-gallery__intro h3{margin-bottom:.85rem;font-size:clamp(1.8rem,3vw,2.75rem)}.experience-gallery__intro p:last-child{margin-bottom:0;font-size:1.06rem}.experience-gallery__photos,.experience-gallery__video-section{max-width:980px;margin-inline:auto}.experience-gallery__video-section{margin-top:clamp(2rem,5vw,4rem)}.experience-gallery__intro--videos{max-width:650px;margin-bottom:clamp(1.25rem,3vw,2rem)}.experience-carousel{display:block;overflow:hidden;border:1px solid rgba(19,32,31,.12);border-radius:8px;background:var(--color-surface);box-shadow:0 18px 42px #13201f1f}.experience-carousel--photos .photo-carousel__stage:before{aspect-ratio:16/9}.experience-carousel--videos .photo-carousel__stage:before{aspect-ratio:16/9}.experience-carousel .photo-carousel__control{width:2.6rem;height:2.6rem;border-color:#ffffffb8;background:#ffffffdb}.experience-carousel .photo-carousel__dots{padding:clamp(1rem,3vw,1.5rem)}.contact{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:center;padding:clamp(3rem,7vw,5rem) var(--page-padding);background:var(--color-ink);color:var(--color-surface)}.contact p{max-width:690px;color:#ffffffb8}.contact h2{max-width:820px}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem var(--page-padding);background:#0d1514}.site-footer p{margin:0;color:#ffffffbd}.site-footer p:first-child{color:var(--color-surface);font-weight:800}.social-links{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}.social-link{display:inline-flex;align-items:center;gap:.45rem;min-height:2.6rem;padding:.55rem .75rem;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#ffffffdb;font-size:.92rem;font-weight:800;text-decoration:none;background-color:var(--color-teal-dark);transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.social-link:hover{border-color:#ffffff5c;background:#ffffff14;color:var(--color-surface);transform:translateY(-1px)}.social-link svg{width:1.2rem;height:1.2rem;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.social-link:first-child svg{fill:currentColor;stroke:none}@media(max-width:860px){.hero,.product-grid,.benefit-grid,.experience-banner,.contact{grid-template-columns:1fr}.hero{min-height:auto}.contact__actions{justify-content:flex-start}}@media(max-width:620px){.site-header,.site-footer{align-items:flex-start;flex-direction:column}.site-nav{width:100%;justify-content:space-between;font-size:.9rem}.social-links{justify-content:flex-start}.photo-carousel__stats{align-items:flex-start;flex-direction:column}.experience-banner img{min-height:220px}.button,.contact__actions{width:100%}}
