:root{--brand:#0b5b45;--brand-2:#073f31;--brand-3:#052f26;--gold:#d6a63a;--gold-soft:#f5ead0;--ink:#10211b;--muted:#65726d;--line:#dce6e1;--soft:#f4f8f6;--white:#fff;--dark:#09251d;--shadow:0 24px 60px rgba(8,48,37,.12);--radius:24px;--shell:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:system-ui,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:system-ui,sans-serif;line-height:1.06;letter-spacing:-.035em;margin:0}p{margin:0 0 1rem}a{color:inherit;text-decoration:none}img{display:block;width:100%;max-width:100%}button,input,textarea,select{font:inherit}.shell{width:min(var(--shell),calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{background:var(--brand-3);color:#dce9e4;font-size:.84rem}.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar-inner div{display:flex;gap:18px}.topbar a:hover{color:#fff}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,230,225,.8)}.nav{height:84px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;min-width:160px}.brand img{width:auto;max-width:170px;height:54px;object-fit:contain}.brand-word{font-family:system-ui;font-size:1.15rem;font-weight:800;letter-spacing:.08em}.mainnav{margin-left:auto;display:flex;align-items:center;gap:26px;font-size:.93rem;font-weight:600}.mainnav a{padding:30px 0;position:relative}.mainnav a:after{content:"";position:absolute;left:0;right:100%;bottom:22px;height:2px;background:var(--gold);transition:.2s}.mainnav a:hover:after{right:0}.nav-cta{margin-left:6px}.nav-toggle{display:none;border:0;background:none;padding:8px}.nav-toggle span{display:block;width:25px;height:2px;background:var(--ink);margin:5px}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 22px;font-weight:700;border:1px solid transparent;transition:.2s ease;cursor:pointer}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--brand);color:#fff}.button-primary:hover{background:var(--brand-2);box-shadow:0 10px 30px rgba(11,91,69,.22)}.button-ghost,.button-outline{border-color:#c7d7d0;color:var(--brand);background:#fff}.button-ghost:hover,.button-outline:hover{border-color:var(--brand)}.button-light{background:#fff;color:var(--brand)}.button-line-light{border-color:rgba(255,255,255,.55);color:#fff}.text-link{color:var(--brand);font-weight:700;display:inline-flex;gap:8px;align-items:center}.kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:800;color:var(--brand);margin:0 0 16px}.hero{padding:74px 0 62px;background:linear-gradient(180deg,#fbfdfc 0,#fff 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}.hero h1{font-size:clamp(3.1rem,6vw,6.2rem);max-width:760px}.hero-lead{font-size:clamp(1.08rem,1.7vw,1.28rem);color:#56645e;max-width:680px;margin:24px 0 30px}.button-row{display:flex;flex-wrap:wrap;gap:12px}.hero-proof{margin-top:44px;padding-top:28px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hero-proof strong{display:block;font:800 1.5rem system-ui;color:var(--brand)}.hero-proof span{font-size:.84rem;color:var(--muted)}.hero-visual{position:relative;padding:0 0 30px 26px}.hero-visual:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:var(--gold-soft);right:-55px;top:-40px}.hero-visual img{height:610px;object-fit:cover;border-radius:var(--radius);position:relative;box-shadow:var(--shadow)}.hero-card{position:absolute;left:0;bottom:0;background:var(--brand-3);color:#fff;padding:22px 26px;border-radius:18px;min-width:260px;box-shadow:var(--shadow)}.hero-card span,.hero-card small{display:block;color:#cfe0da}.hero-card strong{display:block;font:700 1.05rem system-ui;margin:3px 0}.section{padding:96px 0}.soft{background:var(--soft)}.dark{background:var(--dark);color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split-reverse .media-frame{order:2}.media-frame{position:relative}.media-frame img{height:520px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.media-frame:after{content:"";position:absolute;right:-18px;bottom:-18px;width:110px;height:110px;border-right:3px solid var(--gold);border-bottom:3px solid var(--gold);border-radius:0 0 22px 0;pointer-events:none}.section-copy h2,.section-head h2{font-size:clamp(2.2rem,4vw,4rem);margin-bottom:22px}.section-copy{font-size:1.06rem;color:#43544d}.richtext p:last-child{margin-bottom:0}.richtext ul,.richtext ol{padding-left:1.25rem}.richtext a{color:var(--brand);text-decoration:underline}.section-copy .text-link{margin-top:22px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:42px}.section-head>p,.section-head>a{max-width:440px}.section-head.light .kicker{color:#e5c06a}.section-head.light p{color:#d5e0dc}.product-feature{display:grid;grid-template-columns:1.1fr .9fr;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 18px 55px rgba(8,48,37,.08)}.product-feature>div:first-child img{height:500px;object-fit:cover}.product-feature>div:last-child{padding:58px;display:flex;flex-direction:column;justify-content:center}.product-feature h3{font-size:clamp(2.2rem,4vw,4.2rem);margin-bottom:18px}.product-feature p:not(.kicker){font-size:1.1rem;color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.service-card{border-top:1px solid var(--line);padding:34px 12px 30px 0;display:grid;grid-template-columns:70px 1fr;column-gap:20px}.service-card .service-number{font:700 1rem system-ui;color:var(--gold)}.service-card h3{font-size:1.45rem;margin-bottom:11px}.service-card p,.service-card a{grid-column:2}.service-card p{color:var(--muted)}.service-card a{color:var(--brand);font-weight:700}.gallery-preview{display:grid;grid-template-columns:1.35fr .65fr .65fr;grid-template-rows:260px 260px;gap:14px}.gallery-preview figure{margin:0;position:relative;overflow:hidden;border-radius:18px}.gallery-preview figure.wide{grid-row:1/3}.gallery-preview img{height:100%;object-fit:cover;transition:.35s}.gallery-preview figure:hover img{transform:scale(1.025)}.gallery-preview figcaption{position:absolute;left:14px;bottom:14px;background:rgba(4,34,26,.82);padding:8px 11px;border-radius:9px;font-size:.78rem;backdrop-filter:blur(8px)}.cta-band{background:var(--brand);color:#fff;border-radius:28px;padding:52px 56px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{font-size:clamp(2.2rem,4vw,3.8rem);max-width:720px}.cta-band .kicker{color:#f1d990}.cta-band p:not(.kicker){color:#d8e9e3}.page-hero{padding:56px 0 30px}.page-hero.simple{padding:78px 0 52px;background:var(--soft)}.page-hero.simple .shell{max-width:980px;margin-left:max(20px,calc((100vw - var(--shell))/2))}.page-hero h1{font-size:clamp(3rem,6vw,5.4rem);max-width:900px}.page-hero p:not(.kicker){font-size:1.16rem;color:var(--muted);max-width:720px;margin-top:20px}.page-hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:center}.page-hero-grid img{height:430px;object-fit:cover;border-radius:24px}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.values-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:42px}.values-grid article>span{display:block;color:var(--gold);font:800 1.1rem system-ui;margin-bottom:45px}.values-grid h3{font-size:2rem;margin-bottom:15px}.value-list{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.value-list article{padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.value-list h3{font-size:1.2rem;margin-bottom:10px}.value-list p{color:var(--muted);font-size:.95rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{border:1px solid var(--line);border-radius:24px;overflow:hidden}.product-card img{height:420px;object-fit:cover}.product-card>div{padding:35px}.product-card h2{font-size:2rem}.product-card p:not(.kicker){color:var(--muted)}.product-hero{padding:70px 0}.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.product-hero h1{font-size:clamp(3rem,6vw,5.4rem)}.product-hero .richtext{color:#4c5d56;margin:0 0 28px}.product-hero-image{position:relative}.product-hero-image img{height:650px;object-fit:cover;border-radius:28px}.source-badge{position:absolute;left:20px;right:20px;bottom:20px;background:rgba(5,47,38,.92);color:#fff;padding:18px 20px;border-radius:16px;backdrop-filter:blur(8px)}.source-badge span{font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;color:#e8cc83;display:block}.source-badge strong{font-family:system-ui}.delivery-note{font-size:.88rem;color:var(--muted);margin-top:18px}.size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.size-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.size-grid strong{font:800 1.6rem system-ui;display:block}.size-grid span{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-grid article{border:1px solid var(--line);border-radius:18px;padding:26px}.feature-grid article>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--gold-soft);color:#8c6411;margin-bottom:32px}.feature-grid h3{font-size:1.12rem;margin-bottom:8px}.feature-grid p{color:var(--muted);font-size:.9rem}.form-split{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.form-split h2,.contact-info h2{font-size:clamp(2.4rem,4vw,4rem);margin-bottom:20px}.contact-form{background:var(--soft);border:1px solid var(--line);border-radius:22px;padding:34px;display:grid;gap:18px}.contact-form h2{font-size:2rem}.contact-form label{display:grid;gap:7px;font-weight:700;font-size:.9rem}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #cbd8d2;background:#fff;border-radius:12px;padding:13px 14px;color:var(--ink);outline:none}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(11,91,69,.09)}.service-list{display:grid;gap:30px}.service-list article{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:30px}.service-list-image img,.service-placeholder{height:340px;border-radius:20px;object-fit:cover}.service-placeholder{display:grid;place-items:center;background:var(--brand);color:#fff;font:800 4rem system-ui}.service-list h2{font-size:clamp(2rem,4vw,3.3rem)}.service-list p:not(.kicker){color:var(--muted);font-size:1.04rem}.prose-wrap{display:grid;grid-template-columns:1fr 320px;gap:70px;align-items:start}.service-richtext{font-size:1.07rem}.service-richtext h2{font-size:2rem;margin:2rem 0 .8rem}.service-richtext h3{font-size:1.4rem;margin:1.7rem 0 .7rem}.prose-wrap aside{position:sticky;top:120px;background:var(--soft);border:1px solid var(--line);padding:28px;border-radius:18px}.prose-wrap aside h3{font-size:1.4rem}.prose-wrap aside .button{width:100%;margin-top:10px}.masonry{columns:3 300px;column-gap:16px}.masonry figure{break-inside:avoid;margin:0 0 16px;border:1px solid var(--line);border-radius:18px;overflow:hidden}.masonry img{aspect-ratio:4/3;object-fit:cover}.masonry figcaption{padding:16px;display:grid}.masonry figcaption span{font-size:.84rem;color:var(--muted)}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.contact-block{padding:20px 0;border-bottom:1px solid var(--line);display:grid;gap:4px}.contact-block span{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.contact-block strong,.contact-block a{font:700 1rem system-ui}.contact-info>.button{margin-top:28px}.legal-copy{max-width:860px}.legal-copy h2{margin:2rem 0 .8rem;font-size:2rem}.legal-copy h3{margin:1.6rem 0 .7rem;font-size:1.4rem}.empty-state{text-align:center;max-width:650px;padding:100px 20px}.empty-state span{font:800 6rem system-ui;color:var(--gold)}.empty-state h1{font-size:3rem}.notice{position:fixed;z-index:100;right:24px;top:112px;max-width:420px;padding:14px 18px;border-radius:12px;box-shadow:var(--shadow);background:#fff;border:1px solid var(--line)}.notice.success{border-left:4px solid #29845f}.notice.error{border-left:4px solid #bd4b4b}.footer{background:#071d17;color:#d7e2de;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr .65fr 1fr 1fr;gap:48px}.footer h4{color:#fff;margin-bottom:18px}.footer a{display:block;margin:9px 0}.footer p{color:#9eb0a9}.footer-brand img{max-width:150px;height:60px;object-fit:contain;object-position:left;margin-bottom:20px}.footer-brand h3{color:#fff;font-size:1.2rem;margin-bottom:10px}.newsletter{display:flex;border:1px solid #334b42;border-radius:12px;overflow:hidden}.newsletter input{background:transparent;border:0;color:#fff;min-width:0;padding:12px;width:100%;outline:0}.newsletter button{width:48px;border:0;background:var(--gold);cursor:pointer}.footer-bottom{border-top:1px solid #20372f;margin-top:55px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:.84rem;color:#91a39c}.footer-bottom div{display:flex;gap:20px}.reveal{opacity:0;transform:translateY(16px);transition:.6s ease}.reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}@media(max-width:1050px){.nav-cta{display:none}.mainnav{gap:18px}.hero-grid,.split,.product-hero-grid,.contact-layout,.form-split{gap:38px}.hero-visual img{height:520px}.feature-grid{grid-template-columns:repeat(2,1fr)}.value-list{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.1fr 1fr 1fr}}@media(max-width:820px){.topbar-inner>span{display:none}.topbar-inner{justify-content:flex-end}.nav{height:72px}.brand img{height:46px}.nav-toggle{display:block;margin-left:auto}.mainnav{position:absolute;left:20px;right:20px;top:72px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:12px;display:none;flex-direction:column;align-items:stretch;gap:0}.mainnav.open{display:flex}.mainnav a{padding:12px 14px}.mainnav a:after{display:none}.hero{padding-top:40px}.hero-grid,.page-hero-grid,.product-hero-grid,.split,.service-list article,.prose-wrap,.contact-layout,.form-split{grid-template-columns:1fr}.hero h1{font-size:clamp(2.8rem,13vw,4.5rem)}.hero-visual{padding-left:0}.hero-visual img,.product-hero-image img{height:460px}.hero-card{left:14px}.hero-proof{grid-template-columns:1fr 1fr}.section{padding:70px 0}.split-reverse .media-frame{order:0}.media-frame img{height:420px}.product-feature{grid-template-columns:1fr}.product-feature>div:first-child img{height:360px}.product-feature>div:last-child{padding:34px}.service-grid,.values-grid,.product-grid{grid-template-columns:1fr}.gallery-preview{grid-template-columns:1fr 1fr;grid-template-rows:300px 220px 220px}.gallery-preview figure.wide{grid-column:1/3;grid-row:auto}.cta-band{padding:38px;align-items:flex-start;flex-direction:column}.section-head{align-items:flex-start;flex-direction:column;gap:12px}.page-hero-grid img{height:360px}.prose-wrap aside{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}}@media(max-width:540px){.shell{width:min(var(--shell),calc(100% - 28px))}.topbar{display:none}.header{top:0}.hero{padding-top:30px}.hero-grid{gap:34px}.hero h1{font-size:2.75rem}.hero-lead{font-size:1.02rem}.button{width:100%}.button-row{width:100%}.hero-proof{grid-template-columns:1fr;gap:12px}.hero-proof div{display:flex;align-items:baseline;gap:10px}.hero-visual img{height:400px}.hero-card{right:12px;min-width:auto}.section{padding:58px 0}.section-copy h2,.section-head h2{font-size:2.25rem}.media-frame img{height:340px}.gallery-preview{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,240px)}.gallery-preview figure.wide{grid-column:auto}.feature-grid,.size-grid,.value-list,.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.value-list{border-left:0}.value-list article{border-left:1px solid var(--line)}.product-hero-image img{height:430px}.cta-band{padding:28px 24px}.page-hero.simple{padding:54px 0 38px}.page-hero h1{font-size:2.7rem}.page-hero-grid img{height:300px}.contact-form{padding:22px}.footer-bottom{flex-direction:column}.footer-bottom div{flex-wrap:wrap}.notice{left:14px;right:14px;top:88px}}
.hero-body{max-width:680px;color:#4f6059;margin:0 0 26px;font-size:1.03rem}.hero-links{display:flex;align-items:center;gap:10px;margin-top:18px;font-weight:700;color:var(--brand)}.section-subtitle{font:700 1.05rem system-ui;color:var(--brand);margin:-8px 0 18px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.benefit-grid article,.business-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.benefit-grid article>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--gold-soft);color:#8c6411;margin-bottom:25px}.benefit-grid h3,.business-grid h3{font-size:1.2rem;margin-bottom:9px}.benefit-grid p,.business-grid p{color:var(--muted);font-size:.93rem}.light-copy{color:#d5e0dc}.light-copy h2{color:#fff}.light-copy .kicker,.light-link{color:#e5c06a}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.business-grid article>span{color:var(--gold);font:800 1rem system-ui;display:block;margin-bottom:32px}.home-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.home-gallery-grid a{position:relative;overflow:hidden;border-radius:16px;background:#0a2c22}.home-gallery-grid img{aspect-ratio:4/3;object-fit:cover;transition:.3s}.home-gallery-grid a:hover img{transform:scale(1.025)}.home-gallery-grid span{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(5,47,38,.86);padding:8px 10px;border-radius:8px;color:#fff;font-size:.78rem}.cta-band-flat{border-radius:0;background:transparent;padding:0}.brand-quote{font:800 1.05rem system-ui;color:var(--brand);padding:14px 0 24px}.feature-grid-seven{grid-template-columns:repeat(4,1fr)}.occasion-list{display:flex;flex-wrap:wrap;gap:10px}.occasion-list span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;font-weight:600;font-size:.9rem}.quick-enquiries{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-enquiries a{border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff}.quick-enquiries strong,.quick-enquiries span{display:block}.quick-enquiries strong{font:800 1rem system-ui;color:var(--brand)}.quick-enquiries span{font-size:.84rem;color:var(--muted);margin-top:5px}.standard-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.standard-gallery figure{margin:0;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.standard-gallery button{display:block;width:100%;border:0;padding:0;background:#eef3f0;cursor:zoom-in}.standard-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}.standard-gallery figcaption{padding:14px 16px;display:grid;gap:4px}.standard-gallery figcaption strong{font:700 .96rem system-ui}.standard-gallery figcaption span{font-size:.82rem;color:var(--muted)}.gallery-lightbox[hidden]{display:none}.gallery-lightbox{position:fixed;inset:0;z-index:120;background:rgba(3,20,15,.94);display:grid;grid-template-columns:70px minmax(0,1100px) 70px;align-items:center;justify-content:center;padding:60px 24px}.gallery-lightbox figure{margin:0;max-height:calc(100vh - 100px);display:flex;flex-direction:column;align-items:center}.gallery-lightbox img{max-height:calc(100vh - 155px);width:auto;max-width:100%;object-fit:contain;border-radius:10px}.gallery-lightbox figcaption{color:#fff;padding:14px;text-align:center}.gallery-lightbox button{border:0;background:rgba(255,255,255,.12);color:#fff;width:48px;height:48px;border-radius:50%;font-size:2rem;cursor:pointer}.gallery-close{position:absolute;right:24px;top:20px}.gallery-prev{justify-self:start}.gallery-next{justify-self:end}@media(max-width:1050px){.benefit-grid,.business-grid{grid-template-columns:repeat(2,1fr)}.quick-enquiries{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.home-gallery-grid,.standard-gallery{grid-template-columns:repeat(2,1fr)}.feature-grid-seven{grid-template-columns:repeat(2,1fr)}.gallery-lightbox{grid-template-columns:50px minmax(0,1fr) 50px;padding:60px 10px}}@media(max-width:540px){.benefit-grid,.business-grid,.home-gallery-grid,.standard-gallery,.quick-enquiries,.feature-grid-seven{grid-template-columns:1fr}.gallery-lightbox{grid-template-columns:1fr;padding:68px 12px 16px}.gallery-prev,.gallery-next{position:absolute;bottom:18px}.gallery-prev{left:18px}.gallery-next{right:18px}.gallery-lightbox figure{max-height:calc(100vh - 110px)}.gallery-lightbox img{max-height:calc(100vh - 180px)}}

/* v4 standard gallery + revised Happiiday content */
.hero-copy>p:not(.kicker):not(.hero-lead){color:var(--muted);font-size:1rem;max-width:680px}.hero-contact-links{display:flex;gap:10px;align-items:center;margin-top:18px;font-weight:700}.section-subtitle{font-size:1.08rem;color:var(--muted);margin-top:-8px}.home-features{grid-template-columns:repeat(3,1fr)}.standard-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.standard-gallery.compact-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-item{appearance:none;border:0;padding:0;background:#fff;border-radius:16px;overflow:hidden;text-align:left;cursor:pointer;box-shadow:0 0 0 1px var(--line);transition:transform .2s ease,box-shadow .2s ease;color:var(--ink)}.gallery-item:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.gallery-item span{display:block;padding:13px 15px;font:700 .9rem system-ui}.dark .gallery-item{background:#0c2a22;color:#fff;box-shadow:0 0 0 1px #315046}.gallery-lightbox[hidden]{display:none}.gallery-lightbox{position:fixed;inset:0;z-index:200;background:rgba(3,17,13,.93);display:grid;place-items:center;padding:60px 84px}.gallery-lightbox figure{margin:0;max-width:min(1200px,90vw);max-height:86vh;display:grid;gap:12px}.gallery-lightbox img{max-width:100%;max-height:78vh;object-fit:contain;border-radius:10px}.gallery-lightbox figcaption{color:#fff;text-align:center}.gallery-close,.gallery-prev,.gallery-next{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;width:48px;height:48px;border-radius:50%;font-size:2rem;cursor:pointer}.gallery-close{top:22px;right:24px}.gallery-prev{left:22px;top:50%}.gallery-next{right:22px;top:50%}.occasion-list{display:flex;flex-wrap:wrap;gap:10px}.occasion-list span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;font-weight:700;color:var(--muted)}.commercial-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.commercial-grid article{border:1px solid var(--line);border-radius:22px;padding:36px}.commercial-grid h2{font-size:2rem}.commercial-grid p:not(.kicker){color:var(--muted)}.distributor-values{grid-template-columns:repeat(3,1fr)}
@media(max-width:980px){.standard-gallery{grid-template-columns:repeat(3,1fr)}.standard-gallery.compact-gallery{grid-template-columns:repeat(2,1fr)}.home-features{grid-template-columns:repeat(2,1fr)}.distributor-values{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.standard-gallery,.standard-gallery.compact-gallery{grid-template-columns:repeat(2,1fr);gap:12px}.gallery-lightbox{padding:58px 12px}.gallery-prev{left:8px}.gallery-next{right:8px}.gallery-close{right:12px}.commercial-grid{grid-template-columns:1fr}.home-features,.distributor-values{grid-template-columns:1fr}}
@media(max-width:440px){.standard-gallery,.standard-gallery.compact-gallery{grid-template-columns:1fr}.gallery-item img{aspect-ratio:4/3}}

/* v4.1 standard gallery cards */
.gallery-card{margin:0;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.gallery-card .gallery-item{border-radius:0;box-shadow:none}.gallery-card figcaption{padding:14px 16px;display:grid;gap:4px}.gallery-card figcaption strong{font:700 .96rem system-ui}.gallery-card figcaption span{font-size:.82rem;color:var(--muted)}

/* v5 CMS draft preview */
.preview-bar{position:sticky;top:0;z-index:300;background:#13241e;color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;padding:9px 18px;font-size:.84rem;border-bottom:2px solid #d6a63a}.preview-bar strong{color:#f0c65f}.preview-bar button{border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;border-radius:7px;padding:5px 10px;cursor:pointer}.cms-preview .header{top:38px}.cms-preview .topbar{top:38px}@media(max-width:700px){.preview-bar{justify-content:space-between;flex-wrap:wrap}.preview-bar span{display:none}.cms-preview .header{top:42px}.cms-preview .topbar{display:none}}

/* v5.6 Happiiday ordering + public navigation polish */
.mainnav a.active{color:var(--brand)}.mainnav a.active:after{right:0}.order-hero{background:linear-gradient(180deg,#f8fcfa 0,#fff 100%)}.order-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.order-benefits article{padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff}.order-benefits article>strong{display:block;color:var(--gold);font:800 .9rem system-ui;margin-bottom:28px}.order-benefits h2{font-size:1.35rem;margin-bottom:10px}.order-benefits p{color:var(--muted);margin:0}.order-layout{align-items:start}.order-intro{position:sticky;top:120px}.order-intro h2{font-size:clamp(2.3rem,4vw,3.8rem);margin-bottom:18px}.order-sizes{margin:28px 0;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.order-sizes>span{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--muted);margin-bottom:12px}.order-sizes>div{display:flex;flex-wrap:wrap;gap:9px}.order-sizes b{background:var(--gold-soft);color:#76520b;padding:8px 12px;border-radius:999px;font-size:.88rem}.contact-block.compact{margin-top:26px}.order-form{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.order-form .span-2{grid-column:1/-1}.order-confirmation{padding:30px 0 0}.confirmation-card{background:#eaf7f1;border:1px solid #bfe4d2;border-radius:18px;padding:24px 28px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.confirmation-card span{font-weight:700;color:var(--muted)}.confirmation-card strong{font:800 1.1rem system-ui;color:var(--brand)}.confirmation-card p{margin:0 0 0 auto;color:#406054}.application-note{padding:22px;border:1px solid var(--line);border-radius:16px;background:var(--soft);margin:24px 0}.application-note strong{display:block;margin-bottom:6px}.application-note p{margin:0;color:var(--muted)}
@media(max-width:900px){.order-benefits{grid-template-columns:1fr}.order-intro{position:static}.order-form{grid-template-columns:1fr}.order-form .span-2{grid-column:auto}}

/* v5.7 delivery coverage + product supply status */
.delivery-hero{background:linear-gradient(180deg,#f8fcfa 0,#fff 100%)}.delivery-state-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.delivery-state-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:26px}.delivery-state-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--line)}.delivery-state-head h3{font-size:1.35rem;margin:0}.delivery-state-head span{font-size:.75rem;font-weight:800;color:var(--brand);background:#eaf6f1;padding:6px 9px;border-radius:999px}.delivery-area-list{display:grid}.delivery-area-list article{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.delivery-area-list article:last-child{border-bottom:0;padding-bottom:0}.delivery-area-list strong{font:800 .98rem system-ui;color:var(--ink)}.delivery-area-list p{margin:5px 0 0;color:var(--muted);font-size:.88rem}.delivery-area-list small{max-width:180px;text-align:right;color:#7a6122;background:var(--gold-soft);padding:7px 9px;border-radius:9px;height:max-content}.coverage-empty{padding:36px;border:1px dashed #bfcfc8;border-radius:20px;background:#fff;text-align:center}.coverage-empty h3{font-size:1.5rem}.coverage-empty p{color:var(--muted);max-width:620px;margin:8px auto 20px}.product-supply-status{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;padding:13px 15px;border-radius:12px;margin:18px 0 0;font-size:.86rem}.product-supply-status strong{font:800 .82rem system-ui}.product-supply-status span{color:var(--muted)}.product-supply-status.available{background:#e8f7ef;color:#166d45}.product-supply-status.limited{background:#fff4d8;color:#805d08}.product-supply-status.temporarily_unavailable{background:#fff0ed;color:#9b3b2a}.supply-notice-wrap{padding:26px 0 0}.supply-notice{display:flex;gap:14px;align-items:flex-start;padding:17px 20px;border-radius:14px}.supply-notice strong{white-space:nowrap}.supply-notice.limited{background:#fff4d8;border:1px solid #ead59b;color:#7d5a08}.supply-notice.unavailable{background:#fff0ed;border:1px solid #ecc4bc;color:#973b2a}.order-form button[disabled]{opacity:.55;cursor:not-allowed}.form-help{margin:-4px 0 0;font-size:.82rem;color:var(--muted)}.form-help a{font-weight:700;color:var(--brand)}@media(max-width:820px){.delivery-state-grid{grid-template-columns:1fr}}@media(max-width:560px){.delivery-area-list article{flex-direction:column;gap:8px}.delivery-area-list small{max-width:none;text-align:left}.supply-notice{flex-direction:column;gap:6px}}

/* v5.8 — consistent custom Select2 treatment for public forms */
.select2-container{width:100%!important;max-width:100%}.contact-form .select2-container{display:block}.select2-container--default .select2-selection--single{height:48px;border:1px solid #cdd8d3;border-radius:10px;background:#fff;display:flex;align-items:center;transition:.18s}.select2-container--default .select2-selection--single .select2-selection__rendered{width:100%;padding:0 38px 0 13px;color:#183128;line-height:46px;font-size:.92rem}.select2-container--default .select2-selection--single .select2-selection__arrow{height:46px;right:9px}.select2-container--default.select2-container--focus .select2-selection--single,.select2-container--default.select2-container--open .select2-selection--single{border-color:#2d8269;box-shadow:0 0 0 3px rgba(11,91,69,.1)}.select2-dropdown{border:1px solid #cdd8d3;border-radius:10px;overflow:hidden;box-shadow:0 14px 34px rgba(15,42,31,.14);font-family:system-ui,sans-serif;font-size:.9rem;z-index:9999}.select2-search--dropdown{padding:9px}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #cdd8d3;border-radius:8px;padding:8px 10px;outline:none}.select2-results__option{padding:9px 12px}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background:#0b5b45;color:#fff}.select2-container--default .select2-results__option--selected{background:#edf6f2;color:#0b5b45}

/* v6.0 — controlled maintenance screen */
.maintenance-mode{min-height:100vh;background:radial-gradient(circle at 80% 15%,rgba(218,174,64,.13),transparent 32%),linear-gradient(135deg,#f7faf8 0%,#eef6f2 100%)}.maintenance-mode main{min-height:100vh;display:grid;place-items:center;padding:34px 18px}.maintenance-page{width:min(100%,760px)}.maintenance-card{position:relative;overflow:hidden;background:#fff;border:1px solid #d8e5df;border-radius:22px;padding:clamp(34px,7vw,68px);text-align:center;box-shadow:0 28px 80px rgba(20,62,45,.12)}.maintenance-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#0b5b45,#d7a82e)}.maintenance-mark{width:72px;height:72px;object-fit:contain;margin:0 auto 20px}.maintenance-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.11em;font-size:.72rem;font-weight:800;color:#718078}.maintenance-card h1{font:800 clamp(2rem,5vw,3.4rem)/1.05 system-ui,sans-serif;color:#173a2d;margin:0}.maintenance-card>p:not(.maintenance-kicker){max-width:560px;margin:18px auto 0;font-size:1rem;line-height:1.7;color:#60716a}.maintenance-status{width:max-content;max-width:100%;margin:26px auto 20px;display:flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;background:#f1f8f5;color:#285e49}.maintenance-status span{width:9px;height:9px;border-radius:50%;background:#d4a42d;box-shadow:0 0 0 4px #fff4d7}.maintenance-status strong{font-size:.76rem}.maintenance-card>small{display:block;max-width:520px;margin:0 auto;color:#7b8882;font-size:.78rem;line-height:1.55}.maintenance-card>small a{color:#0b5b45;font-weight:800}
@media(max-width:600px){.maintenance-card{border-radius:16px;padding:34px 22px}.maintenance-mark{width:58px;height:58px}.maintenance-status{width:100%;justify-content:center}.maintenance-card>small{font-size:.72rem}}


/* v6.3 — optional WhatsApp bubble + independent support launchers */
.wa-bubble{position:fixed;z-index:90;bottom:22px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#1fa855;color:#fff;border:3px solid #fff;box-shadow:0 12px 34px rgba(12,74,42,.28);font:800 .74rem system-ui,sans-serif;letter-spacing:.02em;transition:transform .18s ease,box-shadow .18s ease}.wa-bubble:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 16px 38px rgba(12,74,42,.34)}.wa-bubble.wa-pos-bottom-left{left:22px}.wa-bubble.wa-pos-bottom-right{right:22px}.ozibus-enabled.ozibus-pos-bottom-right.wa-enabled.wa-pos-bottom-right .wa-bubble{bottom:92px}.ozibus-enabled.ozibus-pos-bottom-left.wa-enabled.wa-pos-bottom-left .wa-bubble{bottom:92px}@media(max-width:560px){.wa-bubble{width:52px;height:52px;bottom:16px}.wa-bubble.wa-pos-bottom-left{left:16px}.wa-bubble.wa-pos-bottom-right{right:16px}.ozibus-enabled.ozibus-pos-bottom-right.wa-enabled.wa-pos-bottom-right .wa-bubble,.ozibus-enabled.ozibus-pos-bottom-left.wa-enabled.wa-pos-bottom-left .wa-bubble{bottom:82px}}

/* v6.4 service content + implementation credit */
.service-intro-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-intro-grid article{border:1px solid var(--line);border-radius:20px;padding:30px;background:#fff}.service-intro-grid article>span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--gold-soft);color:#815e16;font:800 .78rem system-ui;margin-bottom:34px}.service-intro-grid h3{font-size:1.35rem;margin-bottom:10px}.service-intro-grid p{color:var(--muted);margin:0}.service-detail-section{padding-top:72px}.service-richtext>p:first-child{font-size:1.18rem;color:#40534b}.service-richtext ul,.service-richtext ol{display:grid;gap:9px;margin:1rem 0 1.7rem;padding-left:1.35rem}.service-richtext li::marker{color:var(--gold)}.service-contact-card .kicker{margin-bottom:10px}.service-contact-card>p:not(.kicker){color:var(--muted)}.service-contact-card small{display:block;margin-top:16px;padding-top:14px;border-top:1px solid var(--line);font-size:.78rem;line-height:1.55;color:var(--muted)}.service-next{padding-top:72px}.footer-legal{display:grid!important;gap:5px!important}.powered-by{font-size:.78rem;color:#7f948b}.powered-by a{display:inline!important;margin:0!important;color:#c9a64c;font-weight:700}.powered-by a:hover{color:#efd98f;text-decoration:underline;text-underline-offset:3px}
@media(max-width:820px){.service-intro-grid{grid-template-columns:1fr}.service-intro-grid article{padding:26px}.service-intro-grid article>span{margin-bottom:22px}}
@media(max-width:540px){.service-detail-section,.service-next{padding-top:52px}.footer-legal{gap:7px!important}}
.maintenance-powered{display:block;margin-top:12px;color:var(--muted)}.maintenance-powered a{color:var(--brand);font-weight:800}

/* v6.6 — production accessibility and bot-protection helpers */
.skip-link{position:fixed;left:14px;top:10px;z-index:1000;transform:translateY(-150%);background:#fff;color:var(--brand);padding:10px 14px;border-radius:8px;border:2px solid var(--brand);font-weight:800;box-shadow:var(--shadow)}.skip-link:focus{transform:translateY(0)}
.hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid rgba(11,91,69,.38);outline-offset:3px}
.gallery-lightbox[hidden]{display:none!important}.gallery-lightbox{z-index:1200}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important}}
.vettiguard-captcha,.vettiguard-widget{display:flex;align-items:center;min-height:54px;margin:4px 0 12px;padding:10px 12px;border:1px solid #cfe0d9;border-radius:10px;background:#f7fbf9;color:#496158;font-size:.72rem;line-height:1.4;overflow:hidden}.vettiguard-captcha iframe,.vettiguard-widget iframe{max-width:100%;border:0}.vettiguard-captcha[data-state=required],.vettiguard-widget[data-state=required]{border-color:#c97855;background:#fff8f4;color:#9a432a}
.contact-form .vettiguard-captcha,.newsletter .vettiguard-captcha{grid-column:1/-1;order:998}.contact-form>[type=submit],.newsletter>[type=submit]{order:999}
