@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;800&family=Source+Serif+4:opsz,wght@8..60,600&display=swap');

:root{
  --green:#263225;
  --gold:#aa762d;
  --sand:#f1ece8;
  --paper:#fbf8f3;
  --ink:#1a1a17;
  --muted:#70695f;
  --white:#fff;
  --line:rgba(38,50,37,.16);
  --radius:24px;
  --radius-sm:16px;
  --shadow:0 26px 70px rgba(38,50,37,.12);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:300;line-height:1.7;letter-spacing:.01em}
body.is-loading{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea{font:inherit}
::selection{background:var(--gold);color:#fff}

.loader{position:fixed;inset:0;background:var(--green);z-index:9999;display:grid;place-items:center;transition:opacity .45s ease,visibility .45s ease}
.loader img{width:120px;opacity:.96;animation:logoIn 1.4s ease both}
.loader.is-hidden{opacity:0;visibility:hidden}
@keyframes logoIn{0%{opacity:0;transform:translateY(12px) scale(.96)}100%{opacity:1;transform:none}}

.site-header{position:fixed;top:0;left:0;right:0;height:88px;z-index:1000;color:#fff;transition:background .3s ease,box-shadow .3s ease,backdrop-filter .3s ease,height .3s ease}
.site-header.is-scrolled,.site-header.header-solid{height:76px;background:rgba(38,50,37,.93);backdrop-filter:blur(16px);box-shadow:0 10px 35px rgba(0,0,0,.14)}
.nav-wrap{max-width:1320px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 42px}
.logo{position:relative;display:block;width:170px;height:50px}.logo img{position:absolute;left:0;top:50%;height:47px;width:auto;transform:translateY(-50%);transition:opacity .28s ease,transform .28s ease}.logo .logo-white{opacity:0}.site-header.is-scrolled .logo .logo-default,.site-header.header-solid .logo .logo-default{opacity:0}.site-header.is-scrolled .logo .logo-white,.site-header.header-solid .logo .logo-white{opacity:1}.logo:hover img{transform:translateY(calc(-50% - 1px))}
.nav{display:flex;align-items:center;gap:24px;font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800}
.nav a,.nav button{position:relative;color:#fff;background:none;border:0;padding:9px 0;cursor:pointer;text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:12px}
.nav a:after,.nav button:after{content:"";position:absolute;left:0;right:auto;bottom:2px;width:0;height:1px;background:var(--gold);transition:width .28s ease}
.nav a:hover:after,.nav a.active:after,.nav button:hover:after{width:100%}
.nav a:hover,.nav button:hover,.nav a.active{color:#f4e5cf}

.lang{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.35)!important;padding:8px 12px!important;border-radius:999px!important}.lang:after{display:none!important}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:transparent;color:#fff}.menu-toggle span{display:block;width:18px;height:1px;background:#fff;margin:5px auto;transition:.25s ease}

main{overflow:hidden}.container{max-width:var(--max);margin:0 auto;padding:0 32px}.section{padding:88px 0}.section-tight{padding:64px 0}.sand{background:var(--sand)}.green{background:var(--green);color:#fff}.gold{background:var(--gold);color:#fff}.center{text-align:center}.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.22em;font-weight:800;color:var(--gold);margin:0 0 14px}.green .kicker,.gold .kicker{color:#fff;opacity:.82}
h1,h2,h3{font-family:"Source Serif 4",Georgia,serif;font-weight:600;line-height:1.05;margin:0;color:inherit;letter-spacing:-.025em}h1{font-size:clamp(48px,6vw,94px);max-width:760px}h2{font-size:clamp(36px,4.6vw,66px)}h3{font-size:clamp(24px,2.4vw,36px)}p{margin:0;color:var(--muted)}.green p,.gold p{color:rgba(255,255,255,.78)}.lead{font-size:clamp(17px,1.6vw,22px);line-height:1.55;max-width:620px}.small{font-size:14px}.divider{width:56px;height:1px;background:var(--gold);margin:28px auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:12px 24px;border-radius:999px;border:1px solid var(--green);background:transparent;color:var(--green);font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;transition:.24s ease}.btn:hover{background:var(--gold);border-color:var(--gold);color:#fff;transform:translateY(-1px)}.btn.light{border-color:rgba(255,255,255,.55);color:#fff}.btn.light:hover{border-color:var(--gold);background:var(--gold)}.btn.gold-btn{background:var(--gold);border-color:var(--gold);color:#fff}.btn.gold-btn:hover{background:#8f6225;border-color:#8f6225}

.hero{position:relative;height:75vh;min-height:760px;background:var(--sand);display:flex;align-items:center}.hero.compact{min-height:620px}.hero-slider{position:absolute;inset:0;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}.hero-slide.is-active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.hero:before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.42) 20%,rgba(255,255,255,0) 40%)}.hero-content{position:relative;z-index:2;max-width:var(--max);width:100%;margin:0 auto;padding:160px 32px 80px}.hero .lead{margin-top:26px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.hero-dots{position:absolute;z-index:3;left:50%;bottom:36px;transform:translateX(-50%);display:flex;gap:10px}.hero-dots button{width:8px;height:8px;border-radius:999px;border:1px solid rgba(38,50,37,.48);background:transparent;padding:0;cursor:pointer}.hero-dots button.is-active{width:28px;background:var(--gold);border-color:var(--gold)}
.manifest{padding:14px 0;background:var(--green)}.manifest p{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(22px,2.2vw,32px);line-height:1.1;color:#fff;text-align:center}

.brand-separator{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px}.brand-separator span{width:30px;height:1px;background:var(--green)}.brand-separator img{width:auto;height:30px}.brand-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:32px}.brand-card{background:#fff;border-radius:var(--radius);padding:38px 32px;min-height:470px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;position:relative;overflow:hidden;box-shadow:var(--shadow);transition:.28s ease}.brand-card:hover{transform:translateY(-6px)}.brand-card .brand-logo{position:relative;z-index:2;height:56px;margin-bottom:20px;max-width:180px}.brand-card p{position:relative;z-index:2;max-width:55%;font-size:14px}.brand-card p:before{content:"";display:block;width:40px;height:1px;margin-bottom:18px;background:var(--green)}.brand-cta{position:relative;z-index:2;align-self:center;margin-top:auto;padding:11px 18px;border:1px solid #fff;border-radius:999px;background:rgba(255,255,255,.5);color:var(--green);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;transition:.24s ease}.brand-card:hover .brand-cta{background:rgba(255,255,255,.8)}.brand-card .product{position:absolute;inset:0;width:100%;height:100%;max-height:none;object-fit:cover;transition:.35s ease}.brand-card:first-child .brand-logo{filter:brightness(0) invert(1)}.brand-card:first-child p{color:#fff}.brand-card:first-child p:before{background:#fff}.brand-card:hover .product{transform:scale(1.035)}
.promo-stack{display:grid;gap:22px}.promo-band{position:relative;min-height:188px;border-radius:var(--radius);overflow:hidden;background:var(--green);display:flex;align-items:center;padding:36px 48px;color:#fff}.promo-band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82;transition:.5s ease}.promo-band:hover img{transform:scale(1.03)}.promo-band:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(38,50,37,.82),rgba(38,50,37,.35),rgba(38,50,37,.05))}.promo-band > div{position:relative;z-index:2;max-width:520px}.promo-band h3{font-size:34px}.promo-band p{margin-top:10px;color:rgba(255,255,255,.8)}.promo-arrow{position:absolute;z-index:3;right:48px;top:50%;width:76px;height:76px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;transform:translateY(-50%);transition:.25s ease}.promo-arrow img{position:static;width:50px;height:50px;object-fit:contain;opacity:1;filter:brightness(0) invert(1);transition:none}.promo-band:hover .promo-arrow{transform:translate(5px,-50%)}.promo-band:hover .promo-arrow img{transform:none}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:0}.feature{border-top:0;padding-top:0;text-align:center}.feature .icon,.value .icon,.process .icon,.prefoot-item .icon,.spec .icon{width:42px;height:42px;border:0;border-radius:0;display:grid;place-items:center;margin-bottom:18px}.feature .icon img,.value .icon img,.process .icon img,.prefoot-item .icon img,.spec .icon img{width:42px;height:42px;object-fit:contain;opacity:.88}.feature .icon{width:84px;height:84px;margin:0 auto 22px}.feature .icon img{width:84px;height:84px;opacity:1;filter:brightness(0) saturate(100%) invert(48%) sepia(43%) saturate(1077%) hue-rotate(357deg) brightness(90%) contrast(86%)}.prefoot-item .icon img{filter:brightness(0) invert(1);opacity:.9}.process .icon{margin:0 auto 14px}.spec .icon{margin-bottom:14px}.feature h4,.value h4,.process h4,.prefoot-item h4{margin:0 0 7px;font-size:13px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:var(--green)}.feature h4{color:var(--gold)}.feature p,.value p,.process p{font-size:14px;line-height:1.55}

.brand-hero-logo{height:54px;width:auto;margin-bottom:24px}.brand-intro{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:72px;align-items:start}.brand-intro-text .lead{margin-top:18px}.spec-row{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.spec{padding-top:22px;border-top:1px solid var(--line)}.spec h4{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;margin:0 0 8px;color:var(--green)}.spec p{font-size:14px;line-height:1.55}
.collection-grid{display:grid;gap:22px;margin-top:48px}.collection-grid.spira{grid-template-columns:repeat(7,1fr)}.collection-grid.xmas{grid-template-columns:repeat(5,1fr)}.collection-grid.flat{grid-template-columns:repeat(3,1fr);max-width:760px;margin-left:auto;margin-right:auto}.collection-grid.sprucy{grid-template-columns:repeat(3,1fr)}.product-card{background:#fff;border-radius:var(--radius-sm);min-height:260px;padding:24px 16px 22px;text-align:center;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 14px 40px rgba(38,50,37,.06)}.product-card img{height:170px;width:100%;object-fit:contain;margin:auto auto 18px;transition:.3s ease}.product-card:hover img{transform:translateY(-4px) scale(1.02)}.product-card h4{margin:0;color:var(--green);font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.product-card p{font-size:13px}.product-card.tall img{height:230px}.product-card.sprucy-card img{height:240px;border-radius:12px;object-fit:contain}
.setup{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.setup-visual{background:#fff;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.setup-visual img{border-radius:18px;width:100%;height:280px;object-fit:cover}.step-line{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.step{text-align:center}.step-number{width:52px;height:52px;border:1px solid var(--gold);color:var(--gold);border-radius:999px;display:grid;place-items:center;margin:0 auto 12px;font-weight:800}.step h4{margin:0;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--green)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}.gallery-card{position:relative;overflow:hidden;min-height:280px;color:#fff;background:#111}.gallery-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:.45s ease}.gallery-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.56))}.gallery-card:hover img{transform:scale(1.05)}.gallery-card h4{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;margin:0;font-size:13px;text-transform:uppercase;letter-spacing:.15em;font-weight:800}.external-link{margin-top:30px;text-align:center}.sustainability{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.sustainability img{border-radius:var(--radius);height:430px;width:100%;object-fit:cover}.sprucy-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.sprucy-step{background:#fff;border-radius:var(--radius);padding:18px;text-align:center;box-shadow:var(--shadow)}.sprucy-step img{border-radius:18px;height:260px;width:100%;object-fit:cover}.sprucy-step h4{font-size:13px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--green);margin:18px 0 0}
.prefooter{padding:54px 0;background:var(--gold);color:#fff}.prefoot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.prefoot-item .icon{border-color:rgba(255,255,255,.35);color:#fff}.prefoot-item h4{color:#fff}.prefoot-item p{color:rgba(255,255,255,.78);font-size:14px}

.duo{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:46px}.info-card{background:#fff;border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.info-card img{border-radius:18px;height:300px;width:100%;object-fit:cover}.info-card h3{margin-top:26px;font-size:34px}.info-card p{margin-top:12px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:42px}.process{background:#fff;border-radius:var(--radius-sm);padding:28px 24px;box-shadow:0 14px 36px rgba(38,50,37,.06)}.process .num{font-family:"Source Serif 4",Georgia,serif;font-size:42px;color:var(--gold);line-height:1;margin-bottom:14px}.cta-panel{border-radius:var(--radius);background:var(--green);color:#fff;padding:56px;display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-panel h2{font-size:44px}.cta-panel p{max-width:560px;margin-top:12px}.ideas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}.idea{background:#fff;border-radius:var(--radius);padding:22px 22px 28px;box-shadow:var(--shadow)}.idea img{border-radius:18px;height:310px;width:100%;object-fit:cover}.idea h3{font-size:28px;margin-top:24px}.idea p{margin-top:10px}

.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.about-image-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.about-image-grid img{border-radius:var(--radius);height:320px;width:100%;object-fit:cover}.about-image-grid img:nth-child(2){margin-top:58px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:42px}.value{background:#fff;border-radius:var(--radius-sm);padding:28px 24px;box-shadow:0 14px 36px rgba(38,50,37,.06)}
.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px}.contact-card,.form-card{background:#fff;border-radius:var(--radius);padding:42px;box-shadow:var(--shadow)}.contact-list{display:grid;gap:22px;margin-top:34px}.contact-list > div{display:grid;grid-template-columns:42px minmax(0,1fr);column-gap:16px;align-items:start}.contact-list > div > .icon{grid-column:1;grid-row:1/span 2}.contact-list > div > h4{grid-column:2;grid-row:1}.contact-list > div > p{grid-column:2;grid-row:2}.contact-list .icon{width:42px;height:42px}.contact-list .icon img{width:42px;height:42px;object-fit:contain;opacity:.88}.contact-list h4{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--gold)}.contact-list p,.contact-list a{color:var(--green);font-size:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.field.full{grid-column:1/-1}.field label{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--green)}.field input,.field textarea{width:100%;border:1px solid var(--line);background:var(--sand);border-radius:14px;padding:13px 15px;color:var(--green);outline:none}.field textarea{min-height:150px;resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--gold);background:#fff}

.site-footer{background:var(--green);color:#fff}.footer-cta{padding:62px 0 48px;text-align:center;background:#4d574c;border-bottom:1px solid rgba(255,255,255,.12)}.footer-separator{margin:0 0 24px}.footer-separator span{background:#fff}.footer-separator img{filter:brightness(0) invert(1)}.footer-cta h2{font-size:44px;max-width:680px;margin:0 auto 14px}.footer-cta p{margin-bottom:28px}.footer-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.footer-main{position:relative;max-width:1320px;margin:0 auto;padding:36px 42px;display:flex;align-items:center;justify-content:space-between;gap:28px}.footer-main img{height:44px}.footer-main p{position:absolute;left:50%;transform:translateX(-50%);font-size:12px;text-transform:none;letter-spacing:normal}.socials{display:flex;gap:18px}.socials a{width:24px;height:24px;border:0;border-radius:0;display:grid;place-items:center;color:#fff;transition:color .2s ease,transform .2s ease}.socials svg{width:22px;height:22px}.socials a:hover{background:transparent;color:var(--gold);transform:translateY(-2px)}
.back-top{position:fixed;right:24px;bottom:24px;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(38,50,37,.92);color:#fff;z-index:900;opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s;cursor:pointer}.back-top.is-visible{opacity:1;visibility:visible;transform:none}.back-top:hover{background:var(--gold)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}
.feature{position:relative}.feature:not(:first-child):before{content:"";position:absolute;left:-13px;top:0;width:1px;height:100%;background:var(--gold)}

@media (max-width:1080px){.nav{gap:20px}.brand-intro,.setup,.sustainability,.about-grid,.contact-layout{grid-template-columns:1fr}.collection-grid.spira{grid-template-columns:repeat(4,1fr)}.collection-grid.xmas{grid-template-columns:repeat(3,1fr)}.feature-grid,.spec-row,.process-grid,.prefoot-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:820px){.site-header{height:76px}.nav-wrap{padding:0 20px}.logo{width:142px;height:42px}.logo img{height:39px}.menu-toggle{display:block}.nav{position:fixed;left:16px;right:16px;top:86px;background:rgba(38,50,37,.98);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px;display:none;flex-direction:column;align-items:flex-start;gap:12px;box-shadow:0 22px 54px rgba(0,0,0,.22)}.nav.is-open{display:flex}.hero{min-height:680px}.hero:before{background:linear-gradient(90deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.38) 20%,rgba(255,255,255,0) 40%)}.hero-content{padding:132px 24px 74px}.section{padding:68px 0}.container{padding:0 22px}.brand-cards,.duo,.ideas-grid,.sprucy-steps{grid-template-columns:1fr}.brand-card{min-height:420px}.promo-band{padding:32px 26px}.collection-grid.spira,.collection-grid.xmas,.collection-grid.flat,.collection-grid.sprucy{grid-template-columns:repeat(2,1fr)}.product-card img{height:150px}.cta-panel{padding:38px 28px;display:block}.cta-panel .btn{margin-top:26px}.form-grid{grid-template-columns:1fr}.footer-main{padding:32px 24px;flex-direction:column;text-align:center}.manifest p{font-size:28px}}
@media (max-width:560px){h1{font-size:43px}h2{font-size:36px}.hero{min-height:640px}.feature-grid,.spec-row,.process-grid,.prefoot-grid,.values-grid,.gallery-grid{grid-template-columns:1fr}.collection-grid.spira,.collection-grid.xmas,.collection-grid.flat,.collection-grid.sprucy{grid-template-columns:1fr}.product-card{min-height:240px}.product-card img,.product-card.tall img,.product-card.sprucy-card img{height:210px}.hero-actions{display:block}.hero-actions .btn{width:100%;margin-bottom:10px}.contact-card,.form-card{padding:30px 22px}.about-image-grid{grid-template-columns:1fr}.about-image-grid img:nth-child(2){margin-top:0}.sprucy-step img,.idea img,.info-card img{height:240px}}
@media (max-width:1080px){.feature:before{display:none}.feature:nth-child(even):before{display:block}}
@media (max-width:560px){.feature:nth-child(even):before{display:none}}
@media (max-width:820px){.footer-main p{position:static;transform:none}}
@media (max-width:820px){.manifest p{font-size:24px}}
.hero h1{font-size:clamp(38px,4.8vw,75px)}.hero .lead{font-size:clamp(14px,1.3vw,18px)}.hero:before{background:linear-gradient(90deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.42) 20%,rgba(255,255,255,0) 50%)}
@media (max-width:820px){.hero:before{background:linear-gradient(90deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.38) 20%,rgba(255,255,255,0) 50%)}}
@media (max-width:560px){.hero h1{font-size:34px}}
.spira-hero .brand-hero-logo,.sprucy-hero .brand-hero-logo,.xmas3-hero .brand-hero-logo{height:162px;max-width:100%}.spira-hero .brand-hero-title,.sprucy-hero .brand-hero-title,.xmas3-hero .brand-hero-title{color:var(--green)}
@media (max-width:560px){.spira-hero .brand-hero-logo,.sprucy-hero .brand-hero-logo,.xmas3-hero .brand-hero-logo{height:120px}}
.sprucy-hero .brand-hero-logo{height:113px}
@media (max-width:560px){.sprucy-hero .brand-hero-logo{height:84px}}
.spira-page .brand-intro{display:block}.spira-page .brand-intro-text{display:none}.spira-page .spec-row{grid-template-columns:repeat(4,1fr);width:100%}.spira-page .spec{padding-top:0;border-top:0}
@media (max-width:820px){.spira-page .spec-row{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.spira-page .spec-row{grid-template-columns:1fr}}
.spira-page .spec{position:relative;text-align:center}.spira-page .spec .icon{width:105px;height:105px;margin:0 auto 20px}.spira-page .spec .icon img{width:105px;height:105px;opacity:1}.spira-page .spec:not(:first-child):before{content:"";position:absolute;left:-11px;top:0;width:1px;height:100%;background:var(--green)}
@media (max-width:820px){.spira-page .spec:before{display:none}.spira-page .spec:nth-child(even):before{display:block}}
@media (max-width:560px){.spira-page .spec:nth-child(even):before{display:none}}
.spira-page #collection>.container>.kicker{display:none}.spira-page #collection h2:after{content:"";display:block;width:114px;height:30px;margin:20px auto 0;background:url("../logos/WCTC-logo_for-favicon.svg") center/auto 30px no-repeat,linear-gradient(var(--green),var(--green)) left center/30px 1px no-repeat,linear-gradient(var(--green),var(--green)) right center/30px 1px no-repeat}.spira-page #collection .collection-grid{margin-top:32px}
.spira-page #collection .product-card img{max-width:100%;margin-top:auto;margin-bottom:12px;object-fit:contain}.spira-page #collection .product-card:nth-child(1) img{height:115px}.spira-page #collection .product-card:nth-child(2) img,.spira-page #collection .product-card:nth-child(3) img{height:125px}.spira-page #collection .product-card:nth-child(4) img,.spira-page #collection .product-card:nth-child(5) img{height:140px}.spira-page #collection .product-card:nth-child(6) img{height:155px}.spira-page #collection .product-card:nth-child(7) img{height:170px}
.spira-page .setup{grid-template-columns:1fr;gap:42px;text-align:center}.spira-page .setup>.reveal>.kicker{margin:0;color:var(--green);font-family:"Source Serif 4",Georgia,serif;font-size:clamp(36px,4.6vw,66px);font-weight:600;line-height:1.05;letter-spacing:-.025em;text-transform:none}.spira-page .setup>.reveal>.kicker:after{content:"";display:block;width:114px;height:30px;margin:20px auto 0;background:url("../logos/WCTC-logo_for-favicon.svg") center/auto 30px no-repeat,linear-gradient(var(--green),var(--green)) left center/30px 1px no-repeat,linear-gradient(var(--green),var(--green)) right center/30px 1px no-repeat}.spira-page .setup>.reveal>h2{display:none}.spira-page .setup .lead{margin:24px auto 0;max-width:760px}.spira-page .setup .step-line{max-width:620px;margin-left:auto;margin-right:auto}.spira-page .setup-visual{width:100%;padding:0;overflow:hidden}.spira-page .setup-visual img{width:100%;height:auto;object-fit:contain}
.spira-page section:has(>.setup){background:#fff}.spira-page .setup .lead,.spira-page .setup .step-line{display:none}
.spira-page .setup-visual{box-shadow:none}
.spira-page section:has(+.section-tight .external-link){padding-bottom:30px}.spira-page .section-tight:has(.external-link){padding-top:30px}.spira-page .external-link{margin-top:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.spira-page .external-link:before{content:"Want to know more about Spira products?";color:var(--green);font-size:16px}
.brand-page .brand-prefooter-layout{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:64px;align-items:center}.brand-page .prefoot-intro{color:#fff}.brand-page .prefoot-intro h2{font-size:44px;color:#fff}.brand-page .prefoot-separator{display:block;width:40px;height:1px;margin:22px 0;background:#fff}.brand-page .prefoot-intro p{max-width:330px;color:rgba(255,255,255,.82);font-size:16px;line-height:1.55}.brand-page .prefoot-intro .btn{margin-top:26px}.brand-page .brand-prefooter .prefoot-grid{grid-template-columns:repeat(4,1fr);gap:22px}.brand-page .brand-prefooter .prefoot-item{position:relative;text-align:center}.brand-page .brand-prefooter .prefoot-item .icon{width:84px;height:84px;margin:0 auto 18px}.brand-page .brand-prefooter .prefoot-item .icon img{width:84px;height:84px;opacity:1}.brand-page .brand-prefooter .prefoot-item:not(:first-child):before{content:"";position:absolute;left:-11px;top:0;width:1px;height:100%;background:rgba(255,255,255,.75)}
.brand-page .prefoot-intro .btn:hover{background:#fff;border-color:#fff;color:var(--green)}
@media (max-width:1080px){.brand-page .brand-prefooter-layout{grid-template-columns:1fr;gap:44px}.brand-page .prefoot-intro{text-align:center}.brand-page .prefoot-intro p{margin-left:auto;margin-right:auto}.brand-page .prefoot-separator{margin-left:auto;margin-right:auto}}
@media (max-width:820px){.brand-page .brand-prefooter .prefoot-grid{grid-template-columns:repeat(2,1fr)}.brand-page .brand-prefooter .prefoot-item:before{display:none}.brand-page .brand-prefooter .prefoot-item:nth-child(even):before{display:block}}
@media (max-width:560px){.brand-page .brand-prefooter .prefoot-grid{grid-template-columns:1fr}.brand-page .brand-prefooter .prefoot-item:nth-child(even):before{display:none}}
.sprucy-page .brand-intro{display:block}.sprucy-page .brand-intro-text{display:none}.sprucy-page .spec-row{grid-template-columns:repeat(4,1fr);width:100%}.sprucy-page .spec{position:relative;padding-top:0;border-top:0;text-align:center}.sprucy-page .spec .icon{width:84px;height:84px;margin:0 auto 20px}.sprucy-page .spec .icon img{width:84px;height:84px;opacity:1}.sprucy-page .spec:not(:first-child):before{content:"";position:absolute;left:-11px;top:0;width:1px;height:100%;background:var(--green)}
@media (max-width:820px){.sprucy-page .spec-row{grid-template-columns:repeat(2,1fr)}.sprucy-page .spec:before{display:none}.sprucy-page .spec:nth-child(even):before{display:block}}
@media (max-width:560px){.sprucy-page .spec-row{grid-template-columns:1fr}.sprucy-page .spec:nth-child(even):before{display:none}}
.sprucy-page section:has(.brand-intro){background:#fff}.sprucy-page #collection{background:var(--sand)}
.sprucy-page #collection>.container>.kicker{display:none}.sprucy-page #collection .sprucy-card{background:transparent;box-shadow:none}.sprucy-page #collection .sprucy-card img{height:312px}
.sprucy-page #collection h2:after{content:"";display:block;width:114px;height:30px;margin:20px auto 0;background:url("../logos/WCTC-logo_for-favicon.svg") center/auto 30px no-repeat,linear-gradient(var(--green),var(--green)) left center/30px 1px no-repeat,linear-gradient(var(--green),var(--green)) right center/30px 1px no-repeat}.sprucy-page #collection .collection-grid{margin-top:32px}.sprucy-page #collection .sprucy-card img{border-radius:24px}
@media (max-width:560px){.sprucy-page #collection .sprucy-card img{height:273px}}
.sprucy-page #collection .sprucy-card img{display:block;width:auto;max-width:100%;height:390px;margin-left:auto;margin-right:auto;border-radius:24px;object-fit:cover}
@media (max-width:560px){.sprucy-page #collection .sprucy-card img{height:300px}}
.sprucy-page .container:has(>.sprucy-steps){display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.5fr);grid-template-areas:"title steps" "copy steps";column-gap:56px;align-items:center;text-align:left}.sprucy-page .container:has(>.sprucy-steps)>.kicker{grid-area:title;margin:0;color:var(--green);font-family:"Source Serif 4",Georgia,serif;font-size:clamp(36px,4.2vw,58px);font-weight:600;line-height:1.05;letter-spacing:-.025em;text-transform:none}.sprucy-page .container:has(>.sprucy-steps)>.kicker:after{content:"";display:block;width:40px;height:1px;margin:22px 0;background:var(--green)}.sprucy-page .container:has(>.sprucy-steps)>h2{grid-area:copy;align-self:start;margin:0;color:var(--muted);font-family:inherit;font-size:18px;font-weight:400;line-height:1.55;letter-spacing:normal}.sprucy-page .sprucy-steps{grid-area:steps;margin:0}
@media (max-width:900px){.sprucy-page .container:has(>.sprucy-steps){grid-template-columns:1fr;grid-template-areas:"title" "copy" "steps";row-gap:24px;text-align:center}.sprucy-page .container:has(>.sprucy-steps)>.kicker:after{margin-left:auto;margin-right:auto}.sprucy-page .sprucy-steps{margin-top:12px}}
.sprucy-page section:has(.sprucy-steps){background:#fff}
.sprucy-page .sprucy-step{box-shadow:none}
.xmas3-page .brand-intro{display:block}.xmas3-page .brand-intro-text{display:none}.xmas3-page .spec-row{grid-template-columns:repeat(4,1fr);width:100%}.xmas3-page .spec{position:relative;padding-top:0;border-top:0;text-align:center}.xmas3-page .spec .icon{width:105px;height:105px;margin:0 auto 20px}.xmas3-page .spec .icon img{width:105px;height:105px;opacity:1}.xmas3-page .spec:not(:first-child):before{content:"";position:absolute;left:-11px;top:0;width:1px;height:100%;background:var(--green)}
@media (max-width:820px){.xmas3-page .spec-row{grid-template-columns:repeat(2,1fr)}.xmas3-page .spec:before{display:none}.xmas3-page .spec:nth-child(even):before{display:block}}
@media (max-width:560px){.xmas3-page .spec-row{grid-template-columns:1fr}.xmas3-page .spec:nth-child(even):before{display:none}}
.xmas3-page #collection>.container>.kicker{margin:0;color:var(--green);font-family:"Source Serif 4",Georgia,serif;font-size:clamp(36px,4.6vw,66px);font-weight:600;line-height:1.05;letter-spacing:-.025em;text-transform:capitalize}.xmas3-page #collection>.container>.kicker:after{content:"";display:block;width:114px;height:30px;margin:20px auto 32px;background:url("../logos/WCTC-logo_for-favicon.svg") center/auto 30px no-repeat,linear-gradient(var(--green),var(--green)) left center/30px 1px no-repeat,linear-gradient(var(--green),var(--green)) right center/30px 1px no-repeat}.xmas3-page #collection>.container>h2{font-size:clamp(18px,2.3vw,33px)}.xmas3-page #collection .collection-grid{margin-top:30px}
.xmas3-page section:has(>.sustainability){padding:0;background:#fff}.xmas3-page .sustainability{position:relative;display:block;max-width:none;min-height:620px;padding:0;overflow:hidden}.xmas3-page .sustainability:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 28%,rgba(255,255,255,.72) 40%,rgba(255,255,255,0) 52%)}.xmas3-page .sustainability>img{position:absolute;inset:0;width:100%;height:100%;border-radius:0;object-fit:cover}.xmas3-page .sustainability>div{position:relative;z-index:2;max-width:520px;min-height:620px;margin-left:max(32px,calc((100vw - var(--max))/2 + 32px));padding:92px 32px 92px 0;display:flex;flex-direction:column;justify-content:center}.xmas3-page .sustainability .kicker{margin:0;color:var(--ink);font-family:"Source Serif 4",Georgia,serif;font-size:clamp(36px,4.2vw,58px);font-weight:600;line-height:1.05;letter-spacing:-.025em;text-transform:none}.xmas3-page .sustainability .kicker:after{content:"";display:block;width:40px;height:1px;margin:24px 0;background:var(--ink)}.xmas3-page .sustainability h2,.xmas3-page .sustainability .lead,.xmas3-page .sustainability p{margin:0;color:var(--muted);font-family:inherit;font-size:17px;font-weight:400;line-height:1.6;letter-spacing:normal}.xmas3-page .sustainability .lead,.xmas3-page .sustainability p+ p{margin-top:10px}
@media (max-width:820px){.xmas3-page .sustainability:before{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 55%,rgba(255,255,255,.5) 100%)}.xmas3-page .sustainability>div{max-width:80%;min-height:580px;margin-left:24px;padding-right:0}}
.xmas3-page section:has(+.section-tight .external-link){padding-bottom:30px}.xmas3-page .section-tight:has(.external-link){padding-top:30px}.xmas3-page .external-link{margin-top:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.xmas3-page .external-link:before{content:"Want to know more about XMas3 products?";color:var(--green);font-size:16px}
.personalisation-page section:has(.cta-panel){background:var(--gold)}.personalisation-page .cta-panel{padding:0;border-radius:0;background:transparent;color:#fff}.personalisation-page .cta-panel h2{color:#fff}.personalisation-page .cta-panel p{color:var(--ink)}.personalisation-page .cta-panel .btn{background:#fff;border-color:#fff;color:var(--gold)}.personalisation-page .cta-panel .btn:hover{background:#fff;border-color:#fff;color:var(--ink)}
.decorative-page .cta-panel{background:var(--gold)}.decorative-page .cta-panel p{color:var(--ink)}.decorative-page .cta-panel .btn:hover{background:#fff;border-color:#fff;color:var(--gold)}
.values-grid .value .icon{width:84px;height:84px;margin:0 auto 22px}.values-grid .value .icon img{width:84px;height:84px;opacity:1;filter:brightness(0) saturate(100%) invert(48%) sepia(43%) saturate(1077%) hue-rotate(357deg) brightness(90%) contrast(86%)}
.about-page section:has(.brand-cards)>.container>.kicker{margin:0;color:var(--ink);font-family:"Source Serif 4",Georgia,serif;font-size:clamp(36px,4.6vw,66px);font-weight:600;line-height:1.05;letter-spacing:-.025em;text-transform:none}.about-page section:has(.brand-cards)>.container>.kicker:after{content:"";display:block;width:114px;height:30px;margin:20px auto 0;background:url("../logos/WCTC-logo_for-favicon.svg") center/auto 30px no-repeat,linear-gradient(var(--ink),var(--ink)) left center/30px 1px no-repeat,linear-gradient(var(--ink),var(--ink)) right center/30px 1px no-repeat}.about-page section:has(.brand-cards)>.container>h2{display:none}.about-page section:has(.brand-cards) .brand-cards{margin-top:32px}
.about-page .brand-card:nth-child(2) .brand-logo{height:67px}.about-page .brand-card:nth-child(3) .brand-logo{height:39px}
