@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--cream:#f8f5ec;--ink:#233c35;--green:#184e43;--orange:#e9a56e;--line:#d9ddd1;--muted:#637169;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button,a,input,select,textarea,summary{outline-offset:5px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #ce753d}button{border:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',sans-serif}em{font-family:var(--serif);font-weight:400}h2{font-size:clamp(2.2rem,4vw,3.5rem);letter-spacing:-.045em;line-height:1.13;font-weight:500;margin-bottom:0}h3{font-size:1.35rem;letter-spacing:-.035em;margin-bottom:.55rem}.announcement{background:var(--green);color:#fbf4de;text-align:center;font-size:.8rem;padding:9px 5%;letter-spacing:.04em}.announcement span{float:right;font-size:.7rem;letter-spacing:.15em}header{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:19px 5%;background:var(--cream);position:sticky;top:0;z-index:20;border-bottom:1px solid #233c3512}.brand{display:flex;align-items:center;gap:11px;font-weight:800;line-height:1.2;letter-spacing:.09em;font-size:.83rem}.brand small{display:block;font-size:.67rem;letter-spacing:.33em;margin-top:4px}.brand-symbol{font-family:var(--serif);font-size:2.8rem;line-height:1;letter-spacing:-.1em;margin-right:5px}nav{display:flex;gap:32px;font-size:.9rem}nav a:hover{text-decoration:underline;text-underline-offset:6px}.bag-button{background:none;border:1px solid var(--ink);border-radius:30px;padding:10px 17px;font-size:.86rem;color:var(--ink);white-space:nowrap}.bag-button span{display:inline-grid;place-items:center;background:var(--green);color:white;width:23px;height:23px;border-radius:50%;margin-left:7px;font-size:.75rem}.hero{min-height:670px;height:calc(100svh - 135px);max-height:900px;position:relative;color:white;background:#426f66;overflow:hidden;display:flex;align-items:center}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,36,31,.7),rgba(8,36,31,.18) 60%,rgba(8,36,31,.03)),url('assets/bali-hero.jpg') center 52%/cover}.hero-copy{position:relative;padding:65px 7%;max-width:850px}.eyebrow{font-size:.75rem;letter-spacing:.18em;font-weight:700;margin-bottom:23px}.hero h1{font-size:clamp(3.8rem,6.7vw,6.8rem);line-height:1.03;letter-spacing:-.052em;font-weight:500;margin:0 0 27px}.hero h1 em{color:#f6c896;letter-spacing:-.045em}.hero-description{font-size:1rem;line-height:1.75;color:#f7faf3;margin-bottom:28px}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;background:var(--green);color:white;padding:15px 24px;border-radius:5px;font-size:.91rem;font-weight:600;min-height:49px}.button:hover{filter:brightness(1.08)}.button.peach{background:#f1bd88;color:#263a32}.text-link{font-size:.9rem;border-bottom:1px solid currentColor;padding-bottom:4px}.hero-caption{position:absolute;bottom:25px;left:7%;right:5%;display:flex;justify-content:space-between;font-size:.62rem;letter-spacing:.17em}.hero-stamp{position:absolute;right:7%;bottom:100px;display:grid;align-content:center;text-align:center;width:135px;height:135px;border:1px solid #f5ebd7b0;border-radius:50%;transform:rotate(12deg);font:italic 1.15rem var(--serif);line-height:1.4}.hero-stamp strong{font-weight:400;font-size:1.35rem}.benefits{display:flex;justify-content:space-around;padding:24px 5%;border-bottom:1px solid var(--line);gap:20px}.benefits span{font-size:.7rem;color:#9c6845;letter-spacing:.04em}.benefits b{font-size:.9rem;font-weight:500;color:var(--ink);margin-left:15px;letter-spacing:0}.section{padding:85px 7%;max-width:1600px;margin:auto}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-heading>p{max-width:370px;color:var(--muted);margin-bottom:3px}.section-heading .eyebrow{color:#8f5634;margin-bottom:15px}.kit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.kit-card{min-width:0}.kit-visual{height:300px;position:relative;overflow:hidden;border-radius:9px;background:#e5e5d9}.sand{background:#eddfc7}.card-label{position:absolute;z-index:1;top:18px;left:20px;font-size:.65rem;font-weight:700;letter-spacing:.12em;background:#fff9edec;padding:6px 11px;border-radius:20px}.large-type{font:italic 3rem var(--serif);padding:70px 30px}.card-content{padding:23px 2px}.card-content p{color:var(--muted);font-size:.94rem}.wa-float{position:fixed;right:20px;bottom:20px;z-index:40;display:inline-flex;align-items:center;gap:10px;background:var(--green);color:#fff;padding:13px 18px 13px 14px;border-radius:999px;font-size:.88rem;font-weight:600;box-shadow:0 6px 24px #18382d40;text-decoration:none}.wa-float svg{width:20px;height:20px;flex:none}.wa-float:hover{filter:brightness(1.08)}.wa-float:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}@media(max-width:600px){.wa-float{right:14px;bottom:14px;padding:12px 16px 12px 12px;font-size:.84rem}} @media(max-width:800px){nav{gap:15px;font-size:.8rem}.announcement span{display:none}.hero{min-height:650px}.hero h1{font-size:4.4rem}.hero-stamp{right:6%;bottom:90px;width:105px;height:105px;font-size:.95rem}.hero-stamp strong{font-size:1.05rem}.kit-grid{gap:15px}.kit-visual{height:230px}.section{padding:60px 5%}.benefits{gap:10px}.benefits b{margin-left:6px;font-size:.76rem}}@media(max-width:600px){header{padding:14px 5%;flex-wrap:wrap;gap:14px}nav{order:3;width:100%;justify-content:space-between}.brand{font-size:.72rem}.brand-symbol{font-size:2.4rem}.bag-button{padding:8px 12px}.hero{height:auto;min-height:640px}.hero-copy{padding:60px 6% 100px}.hero h1{font-size:4.05rem}.hero-description{font-size:.95rem}.hero-actions{gap:20px}.hero-stamp{display:none}.hero-caption{left:6%;font-size:.55rem}.hero-caption span:last-child{display:none}.benefits{flex-wrap:wrap;justify-content:flex-start;padding:19px 6%;gap:12px 25px}.benefits b{font-size:.78rem}.section-heading{display:block}.section-heading>p{margin-top:22px}.kit-grid{grid-template-columns:1fr}.kit-visual{height:310px}h2{font-size:2.6rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
