@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms) ; --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms) ; animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms) ; --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px) ; --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px) ; --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%) ; --tw-enter-scale: --value(ratio) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%) ; --tw-enter-scale: calc(--value(ratio)*-1) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%) ; --tw-exit-scale: --value(ratio) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%) ; --tw-exit-scale: calc(--value(ratio)*-1) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: calc(--value(ratio)*360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg) ; --tw-enter-rotate: calc(--value(ratio)*-360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: calc(--value(ratio)*360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg) ; --tw-exit-rotate: calc(--value(ratio)*-360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*-100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*-100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@custom-variant dark (&:is(.dark *));@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); }:root{--radius: 1rem;--background: oklch(.985 .011 91);--foreground: oklch(.24 .035 151);--card: oklch(1 0 0);--card-foreground: oklch(.24 .035 151);--popover: oklch(1 0 0);--popover-foreground: oklch(.24 .035 151);--primary: oklch(.31 .075 157);--primary-foreground: oklch(.99 .01 91);--secondary: oklch(.94 .045 89);--secondary-foreground: oklch(.29 .052 151);--muted: oklch(.94 .015 91);--muted-foreground: oklch(.5 .025 145);--accent: oklch(.83 .11 88);--accent-foreground: oklch(.25 .05 145);--destructive: oklch(.57 .22 28);--destructive-foreground: oklch(.99 0 0);--border: oklch(.86 .025 96);--input: oklch(.86 .025 96);--ring: oklch(.6 .12 86)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:DM Sans,Arial,sans-serif}button,a{-webkit-tap-highlight-color:transparent}button:not(:disabled),a[href]{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #c59a32;outline-offset:3px}img{display:block;max-width:100%}.container{width:min(100%,1220px);margin:0 auto;padding-inline:1.2rem}.rc-page{overflow:clip;padding-bottom:5.5rem}.rc-promo{display:flex;min-height:2.3rem;align-items:center;justify-content:center;gap:.48rem;padding:.4rem 1rem;background:#f3d33b;color:#204235;font-size:.68rem;font-weight:700;text-align:center}.rc-promo i{font-style:normal}.rc-header{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;min-height:4.6rem;padding:.7rem 1.2rem;background:#fffffff0;border-bottom:1px solid rgba(33,74,60,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.rc-brand{display:inline-flex;align-items:center;gap:.45rem;color:#143f35;font-size:.7rem;font-weight:700;letter-spacing:.12em;line-height:1;text-decoration:none}.rc-brand img{width:2.25rem;height:2.25rem;border-radius:50%;object-fit:cover}.rc-brand em{display:block;margin-top:.22rem;color:#bd9227;font-size:.49rem;font-style:normal;letter-spacing:.16em}.rc-header nav{display:none}.rc-header-cart{display:inline-flex;align-items:center;gap:.32rem;color:#143f35;font-size:.72rem;font-weight:700;text-decoration:none}.rc-hero{position:relative;display:flex;min-height:39rem;align-items:flex-end;isolation:isolate;color:#fff}.rc-hero-image,.rc-hero-wash,.rc-final>img,.rc-final-wash{position:absolute;inset:0;width:100%;height:100%}.rc-hero-image{z-index:-2;object-fit:cover;object-position:57% center}.rc-hero-wash{z-index:-1;background:linear-gradient(180deg,#091f181a,#091f1861 44%,#091f18eb),linear-gradient(90deg,rgba(12,45,35,.46),transparent 66%)}.rc-hero-copy{padding-top:7rem;padding-bottom:3.25rem}.rc-signature{display:inline-flex;align-items:center;gap:.48rem;margin-bottom:1rem;color:#ebcf79}.rc-signature span,.rc-final-mark,.rc-royal-mark{display:inline-grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-family:Playfair Display,Georgia,serif;font-style:italic}.rc-signature span{width:1.5rem;height:1.5rem;font-size:.9rem}.rc-signature em{font-size:.63rem;font-style:normal;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.rc-kicker,.eyebrow{display:flex;align-items:center;gap:.4rem;margin:0 0 .75rem;color:#cfae53;font-size:.69rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}h1,h2{margin:0;font-family:Playfair Display,Georgia,serif;letter-spacing:-.04em}.rc-hero h1{max-width:13ch;font-size:clamp(3rem,14vw,5.8rem);font-weight:600;line-height:.96}.rc-hero-copy>p:not(.rc-kicker){max-width:31rem;margin:1.15rem 0 1.55rem;color:#ffffffdb;font-size:1rem;line-height:1.65}.rc-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.1rem}.rc-main-cta,.rc-add{display:inline-flex;min-height:3.35rem;align-items:center;justify-content:center;gap:.55rem;padding:0 1.25rem;border:1px solid transparent;border-radius:.55rem;background:#e2b955;color:#173e32;font:inherit;font-size:.9rem;font-weight:800;text-decoration:none;box-shadow:0 14px 28px #0000002e;transition:transform .16s cubic-bezier(.23,1,.32,1),background .16s ease}.rc-main-cta:hover,.rc-add:hover{background:#f2cf75;transform:translateY(-2px)}.rc-main-cta:active,.rc-add:active{transform:scale(.97)}.rc-actions>a:not(.rc-main-cta){display:inline-flex;align-items:center;gap:.35rem;color:#fff;font-size:.86rem;font-weight:700;text-decoration:none}.rc-hero small{display:inline-flex;align-items:center;gap:.4rem;margin-top:2rem;color:#ffffffbd;font-size:.76rem}.rc-proof{background:#143f35;color:#fff}.rc-proof .container{display:grid;gap:1.1rem;padding-top:1.25rem;padding-bottom:1.25rem}.rc-proof-note{display:flex;align-items:center;gap:.7rem}.rc-proof-note>span{display:grid;width:2.4rem;height:2.4rem;place-items:center;border-radius:50%;background:#e2b955;color:#153d32}.rc-proof-note strong,.rc-proof-note small{display:block}.rc-proof-note strong{font-size:.8rem}.rc-proof-note small{margin-top:.16rem;color:#ffffffa8;font-size:.68rem}.rc-proof-note a{display:inline-flex;align-items:center;gap:.25rem;margin-left:auto;color:#e8c768;font-size:.68rem;font-weight:800;text-decoration:none}.rc-badges{display:flex;flex-wrap:wrap;gap:.45rem .9rem;color:#d8eadf;font-size:.68rem;font-weight:600}.rc-badges span{display:inline-flex;align-items:center;gap:.25rem}.rc-badges svg{color:#e2b955}.rc-section{padding-top:4.8rem;padding-bottom:4.8rem}.rc-heading h2{color:#173e32;font-size:clamp(2.15rem,9vw,4rem);line-height:1.02}.rc-heading>p:not(.eyebrow){max-width:37rem;margin:1rem 0 0;color:#61766a;font-size:.96rem;line-height:1.65}.rc-heading.center{max-width:45rem;margin:0 auto 2rem;text-align:center}.rc-heading.center .eyebrow{justify-content:center}.rc-products-grid{display:grid;grid-template-columns:1fr;gap:.72rem}.rc-product{display:grid;grid-template-columns:minmax(8.6rem,.86fr) 1.14fr;overflow:hidden;border:1px solid rgba(33,74,60,.09);border-radius:1rem;background:#fff;box-shadow:0 12px 35px #1c3f3212}.rc-product-featured{border-color:#c1932a8c;box-shadow:0 14px 38px #ad821f1f}.rc-product-image{position:relative;display:block;min-height:12.4rem;overflow:hidden;background:#edf0e6}.rc-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s cubic-bezier(.23,1,.32,1)}.rc-product:hover .rc-product-image img{transform:scale(1.04)}.rc-product-image span{position:absolute;z-index:1;top:.62rem;left:.62rem;padding:.3rem .45rem;border-radius:999px;background:#ffffffeb;color:#184536;font-size:.58rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.rc-royal-mark{position:absolute;z-index:1;right:.6rem;bottom:.6rem;width:1.5rem;height:1.5rem;border-color:#ffffffc7;color:#fff;background:#163e32a8;font-size:.78rem}.rc-product-copy{display:flex;flex-direction:column;padding:.9rem}.rc-product-copy .eyebrow{margin-bottom:.28rem;font-size:.55rem}.rc-product h3{margin:0;color:#183e33;font-family:Playfair Display,Georgia,serif;font-size:1.1rem;line-height:1.1}.rc-product-copy>p:not(.eyebrow){display:-webkit-box;min-height:2.65rem;margin:.48rem 0 .72rem;overflow:hidden;color:#61766a;font-size:.7rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.rc-price{display:flex;align-items:baseline;gap:.45rem;margin-bottom:.75rem}.rc-price strong{color:#143f35;font-size:1.12rem}.rc-price del{color:#8d9a92;font-size:.68rem}.rc-add{width:100%;min-height:2.75rem;margin-top:auto;padding:.45rem .5rem;font-size:.72rem;box-shadow:none}.rc-status{display:block;margin:1.15rem 0 0;color:#718279;font-size:.69rem;text-align:center}.rc-difference{padding:4.8rem 0;background:#e9efe6}.rc-two-column{display:grid;gap:2.3rem}.rc-outline{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.35rem;color:#164335;font-size:.85rem;font-weight:800;text-decoration:none}.rc-outline:hover{color:#9a731b}.rc-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.rc-benefit-grid article{min-height:11.5rem;padding:1.05rem;border-radius:.8rem;background:#ffffffb8}.rc-benefit-grid article:before{content:"R";display:block;margin-bottom:.55rem;color:#bf922a;font-family:Playfair Display,Georgia,serif;font-size:.7rem;font-style:italic}.rc-benefit-grid svg{color:#b58a27}.rc-benefit-grid h3{margin:.85rem 0 .4rem;color:#1a4034;font-size:.84rem;line-height:1.3}.rc-benefit-grid p{margin:0;color:#65796d;font-size:.7rem;line-height:1.55}.rc-routine-title{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.rc-routine-grid{display:grid;gap:1rem}.rc-routine-grid article{display:grid;grid-template-columns:8.1rem 1fr;gap:1rem;align-items:center;padding:.7rem;border-radius:1rem;background:#fff;box-shadow:0 12px 30px #1f433412}.rc-routine-grid article>div{position:relative;height:9rem;overflow:hidden;border-radius:.68rem;background:#e9efe6}.rc-routine-grid img{width:100%;height:100%;object-fit:cover}.rc-routine-grid span{position:absolute;z-index:1;top:.48rem;left:.48rem;display:grid;width:1.72rem;height:1.72rem;place-items:center;border-radius:50%;background:#143f35;color:#fff;font-size:.62rem;font-weight:800}.rc-routine-grid article>p{grid-column:2;align-self:end;margin:0 0 -.72rem;color:#b68a27;font-size:.6rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.rc-routine-grid h3{margin:0;color:#173e32;font-family:Playfair Display,Georgia,serif;font-size:1.25rem}.rc-routine-grid small{color:#677b6f;font-size:.77rem;line-height:1.55}.rc-reviews{padding:4.8rem 0;background:#123e34;color:#fff}.rc-reviews .rc-heading h2{color:#fff}.rc-reviews .rc-heading>p:not(.eyebrow){color:#ffffffb3}.rc-reviews .rc-outline{color:#e3be60}.rc-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.rc-review-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.85rem;background:#345f52}.rc-faq{display:grid;gap:2rem}.rc-faq [data-slot=accordion-item]{border-color:#d9e0d8}.rc-faq [data-slot=accordion-trigger]{padding:1.15rem 0;color:#1c4437;font-family:Playfair Display,Georgia,serif;font-size:1rem;line-height:1.35}.rc-faq [data-slot=accordion-content]{color:#62776b;font-size:.83rem;line-height:1.65}.rc-final{position:relative;display:flex;min-height:35rem;align-items:flex-end;isolation:isolate;color:#fff}.rc-final>img{z-index:-2;object-fit:cover;object-position:center}.rc-final-wash{z-index:-1;background:linear-gradient(180deg,#0b251d1f,#0b251de8 80%)}.rc-final .container{padding-top:6rem;padding-bottom:4.4rem}.rc-final-mark{width:2rem;height:2rem;margin-bottom:1rem;color:#ebcd75;font-size:1.15rem}.rc-final h2{max-width:13ch;font-size:clamp(2.5rem,11vw,5rem);line-height:1}.rc-final .container>p:not(.eyebrow){max-width:34rem;margin:1.15rem 0 1.5rem;color:#ffffffd6;font-size:.95rem;line-height:1.65}.rc-secondary-cta{display:inline-flex;min-height:3.35rem;align-items:center;justify-content:center;padding:0 1rem;border:1px solid rgba(255,255,255,.65);border-radius:.55rem;color:#fff;font-size:.85rem;font-weight:800;text-decoration:none}.rc-footer{padding:2.25rem 0 6rem;background:#0d2e25;color:#ffffffb3}.rc-footer .container{display:grid;gap:1rem}.rc-footer .rc-brand{color:#fff}.rc-footer p{max-width:22rem;margin:0;font-size:.76rem;line-height:1.5}.rc-footer>* a:last-child,.rc-footer .container>a:last-child{display:inline-flex;align-items:center;gap:.35rem;color:#e4bf62;font-size:.78rem;font-weight:700;text-decoration:none}.rc-sticky{position:fixed;z-index:30;right:.8rem;bottom:.8rem;left:.8rem;padding:.42rem;border:1px solid rgba(229,194,97,.44);border-radius:.8rem;background:#123e34f5;box-shadow:0 14px 34px #09211952;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.rc-sticky button{display:flex;width:100%;min-height:3.25rem;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:.5rem;background:#e2b955;color:#153d32;font:inherit;font-size:.9rem;font-weight:800}@media (min-width: 640px){.container,.rc-header{padding-inline:1.75rem}.rc-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.95rem}.rc-product{display:block}.rc-product-image{min-height:0;aspect-ratio:.86}.rc-two-column,.rc-faq{grid-template-columns:.84fr 1.16fr;align-items:start}.rc-routine-title{flex-direction:row;align-items:flex-end;justify-content:space-between}.rc-routine-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.rc-routine-grid article{display:block;padding:.75rem}.rc-routine-grid article>div{height:15rem;margin-bottom:.9rem}.rc-routine-grid article>p{margin:0 0 .3rem}.rc-review-grid{gap:.85rem}.rc-sticky{display:none}.rc-page{padding-bottom:0}.rc-footer{padding-bottom:2.25rem}.rc-footer .container{grid-template-columns:1fr 1fr 1fr;align-items:center}.rc-footer .container>a:last-child{justify-self:end}}@media (min-width: 900px){.container{padding-inline:2.2rem}.rc-header{min-height:5.2rem;padding-inline:3.8rem}.rc-header nav{display:flex;gap:1.65rem;margin-left:auto;margin-right:1.3rem}.rc-header nav a{color:#244b3e;font-size:.78rem;font-weight:700;text-decoration:none}.rc-hero{min-height:44rem}.rc-hero-copy{padding-top:9rem;padding-bottom:5rem}.rc-proof .container{grid-template-columns:1fr auto;align-items:center}.rc-difference,.rc-reviews{padding:6.6rem 0}.rc-section{padding-top:6.6rem;padding-bottom:6.6rem}.rc-two-column{grid-template-columns:.8fr 1.2fr;gap:4rem}.rc-benefit-grid{gap:.85rem}.rc-benefit-grid article{min-height:12rem;padding:1.45rem}.rc-routine-grid article>div{height:20rem}.rc-review-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.rc-final{min-height:40rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
