:root{--fw-ink: #17231f;--fw-forest: #173d32;--fw-paper: #fbfaf6;--fw-white: #fff;--fw-clay: #a64b36;--fw-gold: #c69758;--fw-line: rgb(23 35 31 / 15%);--fw-line-light: rgb(255 255 255 / 18%);--fw-page-width: 1440px}.foxwood-header-section,.foxwood-footer-section,.fw-site-header,.fw-mobile-menu,.fw-site-footer{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.fw-site-header *,.fw-mobile-menu *,.fw-site-footer *{box-sizing:border-box}.fw-container{width:min(calc(100% - 3rem),var(--fw-page-width));margin-inline:auto}.fw-container.fw-container--full{width:100%;max-width:none}.fw-icon{display:block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}body.fw-menu-is-open{overflow:hidden}.foxwood-header-section,#header-group{z-index:60;transition:transform .2s ease}#header-group:has([data-fw-sticky=always]),#header-group:has([data-fw-sticky=scroll-up]),#header-group.fw-header-section--sticky{position:sticky;top:0}#header-group.fw-header-is-hidden{transform:translateY(-100%)}.fw-announcement{position:relative;z-index:2;min-height:var(--fw-announcement-height, 36px);padding:var(--fw-announcement-padding, .65rem) 1rem;color:var(--fw-announcement-text, #fff);background:var(--fw-announcement-bg, #173d32);font-size:.7rem;font-weight:700;letter-spacing:.14em;line-height:1.35;text-align:center;text-transform:uppercase}.fw-announcement__link{display:inline;margin-left:1rem;border-bottom:1px solid currentColor;color:inherit;text-decoration:none}.fw-announcement__link:hover{opacity:.82}.fw-site-header{position:relative;z-index:1;height:var(--fw-header-height, 84px);border-bottom:var(--fw-header-border-width, 1px) solid var(--fw-header-border, rgb(23 35 31 / 15%));color:var(--fw-header-text, #17231f);background:var(--fw-header-bg, rgb(251 250 246 / 93%));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.fw-site-header__inner{display:grid;height:100%;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center;padding-inline:var(--fw-header-padding, 0px)}.fw-site-header__brand{display:block;width:var(--fw-logo-width, 232px);max-width:100%;justify-self:center;color:inherit;text-align:center;text-decoration:none}.fw-site-header__brand img{display:block;width:100%;max-height:calc(var(--fw-header-height, 84px) - 20px);margin:0 auto;object-fit:contain}.fw-site-header__brand-text{font-family:Fraunces,Georgia,serif;font-size:clamp(1.35rem,2.5vw,2rem);font-weight:500;letter-spacing:-.03em}.fw-site-nav,.fw-site-actions{display:flex;gap:1.4rem;align-items:center}.fw-site-nav__list,.fw-site-nav__submenu{display:flex;margin:0;padding:0;list-style:none}.fw-site-nav__list{gap:1.4rem;align-items:center}.fw-site-nav__item{position:relative}.fw-nav-link{position:relative;display:inline-flex;min-height:2.75rem;align-items:center;padding:.75rem 0;color:inherit;font-size:.78rem;font-weight:700;letter-spacing:.08em;line-height:1.1;text-decoration:none;text-transform:uppercase}.fw-nav-link:after{position:absolute;right:0;bottom:.45rem;left:0;height:1px;content:"";transform:scaleX(0);background:currentColor;transition:transform .18s ease}.fw-nav-link:hover:after,.fw-nav-link.is-active:after,.fw-nav-link[aria-current=page]:after{transform:scaleX(1)}.fw-site-nav__submenu{position:absolute;top:calc(100% - .3rem);left:-1rem;display:grid;min-width:13rem;gap:.15rem;padding:.8rem 1rem;visibility:hidden;border:1px solid var(--fw-header-border, rgb(23 35 31 / 15%));background:var(--fw-header-bg-solid, #fbfaf6);box-shadow:0 18px 45px #17231f1f;opacity:0;transform:translateY(.4rem);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.fw-site-nav__item:hover>.fw-site-nav__submenu,.fw-site-nav__item:focus-within>.fw-site-nav__submenu{visibility:visible;opacity:1;transform:translateY(0)}.fw-site-nav__submenu a{display:block;padding:.45rem 0;color:inherit;font-size:.78rem;font-weight:600;text-decoration:none}.fw-site-nav__submenu a:hover{color:var(--fw-header-accent, #a64b36)}.fw-site-actions{justify-content:flex-end}.fw-icon-button,.fw-menu-button{position:relative;display:inline-grid;width:2.75rem;height:2.75rem;flex:0 0 auto;padding:0;place-content:center;border:1px solid transparent;border-radius:50%;color:inherit;background:transparent;cursor:pointer;text-decoration:none;transition:border-color .16s ease,background-color .16s ease}.fw-icon-button:hover,.fw-menu-button:hover{border-color:var(--fw-header-border, rgb(23 35 31 / 15%))}.fw-account-status{display:inline-flex;min-height:2.4rem;gap:.55rem;align-items:center;padding:.45rem .75rem;border:1px solid var(--fw-header-border, rgb(23 35 31 / 15%));border-radius:99px;color:inherit;font-size:.7rem;font-weight:700;letter-spacing:.06em;line-height:1;text-decoration:none;text-transform:uppercase}.fw-account-status>span:not(.fw-account-status__dot){max-width:13rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fw-account-status__dot{width:.5rem;height:.5rem;background:var(--fw-success, #2d6849);border-radius:50%;box-shadow:0 0 0 4px #2d68491f}.fw-company-switcher{position:relative}.fw-company-switcher>summary{cursor:pointer;list-style:none}.fw-company-switcher>summary::-webkit-details-marker{display:none}.fw-company-switcher[open]>summary .fw-icon{transform:rotate(180deg)}.fw-company-switcher__menu{position:absolute;top:calc(100% + .7rem);right:0;display:grid;width:max-content;min-width:15rem;max-width:min(22rem,calc(100vw - 2rem));padding:.55rem;border:1px solid var(--fw-header-border, rgb(23 35 31 / 15%));border-radius:.75rem;color:var(--fw-header-text, #17231f);background:var(--fw-header-bg-solid, #fbfaf6);box-shadow:0 18px 45px #17231f24}.fw-company-switcher__menu a{display:grid;gap:.15rem;padding:.65rem .75rem;border-radius:.45rem;color:inherit;font-size:.78rem;font-weight:700;line-height:1.3;text-decoration:none}.fw-company-switcher__menu a:hover,.fw-company-switcher__menu a[aria-current=true]{background:#173d3214}.fw-company-switcher__menu small{color:color-mix(in srgb,currentColor 62%,transparent);font-size:.7rem;font-weight:500}.fw-count-badge{position:absolute;top:0;right:-.05rem;display:grid;min-width:1.25rem;height:1.25rem;padding-inline:.2rem;place-content:center;color:#fff;background:var(--fw-header-accent, #a64b36);border-radius:99px;font-size:.65rem;font-weight:700}.fw-count-badge[hidden]{display:none}.fw-menu-button{display:none;justify-self:start}.fw-mobile-menu{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;padding:1rem 1.5rem 2rem;visibility:hidden;color:var(--fw-mobile-text, #fff);background:var(--fw-mobile-bg, #173d32);opacity:0;transition:opacity .2s ease,visibility .2s ease}.fw-mobile-menu.is-open{visibility:visible;opacity:1}.fw-mobile-menu__top{display:flex;min-height:4.5rem;align-items:center;justify-content:space-between}.fw-mobile-menu__brand{display:block;width:var(--fw-mobile-logo-width, 192px);max-width:calc(100vw - 6rem);padding:.4rem .7rem;color:var(--fw-ink);background:var(--fw-paper);border-radius:.4rem;text-decoration:none}.fw-mobile-menu__brand img{display:block;width:100%;max-height:3.5rem;object-fit:contain}.fw-mobile-menu__brand .fw-site-header__brand-text{display:block;text-align:center}.fw-mobile-menu__close{color:inherit}.fw-mobile-menu__nav{display:grid;max-height:calc(100svh - 11rem);align-content:center;overflow-y:auto}.fw-mobile-menu__nav-list{display:grid;margin:0;padding:0;list-style:none}.fw-mobile-menu__nav a,.fw-mobile-menu__nav summary{display:block;padding:.4rem 0;color:inherit;cursor:pointer;font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,9vw,4rem);font-weight:400;letter-spacing:-.035em;line-height:1.05;text-align:left;text-decoration:none}.fw-mobile-menu__nav summary{list-style:none}.fw-mobile-menu__nav summary::-webkit-details-marker{display:none}.fw-mobile-menu__submenu{margin:0 0 .8rem;padding:0 0 0 1rem;border-left:1px solid rgb(255 255 255 / 28%);list-style:none}.fw-mobile-menu__submenu a{padding:.25rem 0;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.04em}.fw-mobile-menu__account{display:inline-flex!important;gap:.65rem;align-items:center}.fw-mobile-menu__foot{align-self:end;color:color-mix(in srgb,var(--fw-mobile-text, #fff) 70%,transparent);font-size:.82rem}.fw-mobile-menu__foot p{margin:0}.fw-site-footer{color:var(--fw-footer-text, #fff);background:var(--fw-footer-bg, #17231f)}.fw-site-footer__main{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,.6fr));gap:var(--fw-footer-column-gap, 4rem);padding-block:var(--fw-footer-padding-top, 7rem) var(--fw-footer-padding-bottom, 7rem)}.fw-site-footer__brand{max-width:24rem}.fw-site-footer__logo-wrap{display:block;width:var(--fw-footer-logo-width, 288px);max-width:100%;padding:.65rem 1rem;color:var(--fw-ink);background:var(--fw-footer-logo-bg, #fbfaf6);border-radius:var(--fw-footer-logo-radius, 8px);text-decoration:none}.fw-site-footer__logo{display:block;width:100%;max-height:5rem;object-fit:contain}.fw-site-footer__brand-text{display:block;font-family:Fraunces,Georgia,serif;font-size:2rem;font-weight:500;text-align:center}.fw-site-footer__brand p{max-width:370px;margin:1.5rem 0 0;color:var(--fw-footer-muted, rgb(255 255 255 / 64%));line-height:1.7}.fw-site-footer__column h2{margin:0 0 1.2rem;color:var(--fw-footer-accent, #c69758);font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.13em;line-height:1.3;text-transform:uppercase}.fw-site-footer__column a,.fw-site-footer__column span{display:block;width:fit-content;margin:.75rem 0;color:var(--fw-footer-link, rgb(255 255 255 / 76%));line-height:1.45;text-decoration:none}.fw-site-footer__column a:hover{color:var(--fw-footer-text, #fff)}.fw-site-footer__bottom{display:flex;min-height:var(--fw-footer-bottom-height, 80px);gap:1.5rem;align-items:center;justify-content:space-between;border-top:1px solid var(--fw-footer-line, rgb(255 255 255 / 18%));color:var(--fw-footer-bottom-text, rgb(255 255 255 / 50%));font-size:.73rem}.fw-site-footer__bottom p{margin:0}.fw-site-footer__bottom-links{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center}.fw-site-footer__bottom-links a,.fw-site-footer__bottom-links span{color:inherit;text-decoration:none}.fw-site-footer__bottom-links a:hover{color:var(--fw-footer-text, #fff)}@media(prefers-reduced-motion:reduce){.foxwood-header-section,#header-group,.fw-mobile-menu,.fw-site-nav__submenu,.fw-nav-link:after{transition-duration:.01ms!important}}@media(max-width:1180px){.fw-site-nav,.fw-site-nav__list{gap:.85rem}.fw-site-nav__item:nth-child(3){display:none}.fw-site-header__brand{width:min(var(--fw-logo-width, 232px),192px)}}@media(max-width:920px){.fw-container{width:min(calc(100% - 2rem),var(--fw-page-width))}.fw-site-nav{display:none}.fw-site-header{height:var(--fw-mobile-header-height, 72px)}.fw-menu-button{display:inline-grid}.fw-account-status{display:none}.fw-site-header__brand{width:min(var(--fw-mobile-logo-width, 176px),var(--fw-logo-width, 232px))}.fw-site-footer__main{grid-template-columns:1.5fr 1fr 1fr}.fw-site-footer__brand{grid-column:1 / -1}.fw-site-footer__column:last-child{display:none}}@media(max-width:700px){.fw-announcement{padding-block:.55rem;font-size:.58rem}.fw-announcement[data-hide-link-mobile=true] .fw-announcement__link{display:none}.fw-site-header__inner{gap:.4rem}.fw-site-header__brand{width:min(var(--fw-mobile-logo-width, 157px),calc(100vw - 10rem))}.fw-site-actions{gap:.2rem}.fw-icon-button,.fw-menu-button{width:2.45rem;height:2.45rem}.fw-site-footer__main{grid-template-columns:1fr 1fr;gap:2rem}.fw-site-footer__brand{grid-column:1 / -1}.fw-site-footer__bottom{display:grid;padding-block:1.5rem}}@media(max-width:430px){.fw-site-footer__main{grid-template-columns:1fr}.fw-site-footer__brand,.fw-site-footer__column{grid-column:auto}}.foxwood-section{--ink: #17231f;--ink-soft: #4d5b55;--forest: #173d32;--forest-light: #315e50;--moss: #758a6f;--cream: #f4f0e8;--cream-deep: #e9e1d3;--paper: #fbfaf6;--white: #fff;--clay: #a64b36;--gold: #c69758;--line: rgb(23 35 31 / 15%);--line-light: rgb(255 255 255 / 18%);--danger: #9d332a;--success: #2d6849;--shadow-sm: 0 8px 24px rgb(23 35 31 / 8%);--shadow-lg: 0 30px 80px rgb(23 35 31 / 16%);--radius-sm: .65rem;--radius-md: 1rem;--radius-lg: 1.7rem;--max: 1440px;--nav-height: 5.25rem;--font-heading--family: "Fraunces", Georgia, serif;--font-primary--family: "Fraunces", Georgia, serif;--font-body--family: "DM Sans", system-ui, sans-serif;color:var(--ink);font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.foxwood-section,.foxwood-section *{box-sizing:border-box}.foxwood-section img,.foxwood-section svg{display:block;max-width:100%}.foxwood-section button,.foxwood-section input,.foxwood-section select,.foxwood-section textarea{font:inherit}.foxwood-section a{color:inherit}.foxwood-section :is(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--gold);outline-offset:3px}.foxwood-section .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.foxwood-section .placeholder-svg{width:100%;height:100%;color:#17231f5c;background:var(--cream-deep)}.foxwood-section .rte>:first-child{margin-top:0}.foxwood-section .rte>:last-child{margin-bottom:0}.foxwood-section .container{width:min(calc(100% - 3rem),var(--max));margin-inline:auto}.foxwood-section .container--narrow{width:min(calc(100% - 3rem),850px);margin-inline:auto}.foxwood-section .eyebrow{display:inline-flex;gap:.5rem;align-items:center;margin:0 0 1rem;color:var(--clay);font-size:.73rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.foxwood-section .eyebrow:before{width:1.5rem;height:1px;content:"";background:currentColor}.foxwood-section .display{margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(2.9rem,5.1vw,5.7rem);font-weight:500;letter-spacing:-.047em;line-height:.93}.foxwood-section .display em{color:var(--clay);font-weight:400}.foxwood-section .heading{margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(2.05rem,3.4vw,3.85rem);font-weight:500;letter-spacing:-.038em;line-height:1.02}.foxwood-section .heading em{color:var(--clay);font-weight:400}.foxwood-section .lede{margin:1.4rem 0 0;color:var(--ink-soft);font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.7}.foxwood-section .muted{color:var(--ink-soft)}.foxwood-section.section,.foxwood-section .section{position:relative;padding-block:var(--section-pad-top, clamp(5rem, 9vw, 9rem)) var(--section-pad-bottom, clamp(5rem, 9vw, 9rem))}.foxwood-section.section--cream,.foxwood-section .section--cream{background:var(--cream)}.foxwood-section.section--forest,.foxwood-section .section--forest{color:var(--white);background:var(--forest)}.foxwood-section .section-heading{display:flex;gap:2rem;align-items:end;justify-content:space-between;margin-bottom:3rem}.foxwood-section .section-heading__copy{max-width:780px}.foxwood-section .section-heading .lede{max-width:680px}.foxwood-section .text-link{display:inline-flex;gap:.65rem;align-items:center;padding-block:.25rem;border:0;border-bottom:1px solid currentColor;background:transparent;cursor:pointer;font-size:.86rem;font-weight:700;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.foxwood-section .text-link .icon,.foxwood-section .text-link .fw-icon{transition:transform .18s ease}.foxwood-section .text-link:hover :is(.icon,.fw-icon){transform:translate(.25rem)}.foxwood-section .btn{display:inline-flex;min-height:3.45rem;gap:.7rem;align-items:center;justify-content:center;padding:.85rem 1.35rem;border:1px solid transparent;border-radius:99px;cursor:pointer;font-size:.82rem;font-weight:700;letter-spacing:.085em;line-height:1;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease}.foxwood-section .btn:hover{transform:translateY(-2px)}.foxwood-section .btn--forest{color:var(--white);background:var(--forest)}.foxwood-section .btn--forest:hover{background:var(--forest-light)}.foxwood-section .btn--paper{color:var(--ink);background:var(--paper)}.foxwood-section .btn--outline{border-color:var(--line);background:transparent}.foxwood-section .btn--outline-light{color:var(--white);border-color:#fff6;background:transparent}.foxwood-section .btn--ghost{padding-inline:.4rem;border-radius:0;background:transparent}.foxwood-section .btn[disabled]{cursor:not-allowed;opacity:.55;transform:none}.foxwood-section .icon{display:inline-block;width:1.2rem;height:1.2rem;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.foxwood-section.hero{position:relative;min-height:calc(100svh - var(--nav-height) - 2.2rem);overflow:hidden;background:#e8e0d4}.foxwood-section .hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.foxwood-section .hero__media:after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(90deg,var(--foxwood-hero-overlay, #f4f0e8) 0%,var(--foxwood-hero-overlay, #f4f0e8) 30%,color-mix(in srgb,var(--foxwood-hero-overlay, #f4f0e8) 52%,transparent) 49%,transparent 68%);opacity:var(--foxwood-hero-overlay-opacity, 1)}.foxwood-section .hero__photography{position:absolute;inset:clamp(1.5rem,3vw,3rem) clamp(1.5rem,4vw,4rem) clamp(1.5rem,3vw,3rem) 48%;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:clamp(.7rem,1.4vw,1.25rem)}.foxwood-section .hero__photo{position:relative;overflow:hidden;margin:0;border:.45rem solid rgb(251 250 246 / 85%);border-radius:var(--foxwood-hero-photo-radius, var(--radius-md));background:var(--paper);box-shadow:0 24px 60px #17231f2e}.foxwood-section .hero__photo--primary{grid-row:1 / -1}.foxwood-section .hero__photo img,.foxwood-section .hero__photo .placeholder-svg{width:100%;height:100%;object-fit:var(--foxwood-hero-image-fit, cover);object-position:center;animation:foxwood-hero-breathe 18s ease-in-out infinite alternate}.foxwood-section .hero__photo--primary img{object-position:var(--foxwood-hero-primary-position, center)}.foxwood-section .hero__photo:nth-child(2) img{object-position:var(--foxwood-hero-secondary-position, center);animation-delay:-6s}.foxwood-section .hero__photo:nth-child(3) img{object-position:var(--foxwood-hero-tertiary-position, center);animation-delay:-12s}@keyframes foxwood-hero-breathe{0%{transform:scale(1)}to{transform:scale(1.035)}}.foxwood-section .hero__inner{position:relative;z-index:1;display:grid;min-height:inherit;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center}.foxwood-section .hero__copy{max-width:740px;padding-block:5rem}.foxwood-section .hero__copy .display{max-width:760px}.foxwood-section .hero__copy .lede{max-width:560px}.foxwood-section .hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.foxwood-section .hero__note{display:flex;gap:.75rem;align-items:center;margin-top:2.25rem;color:var(--ink-soft);font-size:.78rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase}.foxwood-section .hero__note:before{width:2.75rem;height:1px;content:"";background:currentColor}.foxwood-section.proof-strip{border-block:1px solid var(--line);background:var(--paper)}.foxwood-section .proof-strip__inner{display:grid;grid-template-columns:repeat(4,1fr)}.foxwood-section .proof-item{display:flex;min-height:8rem;gap:1rem;align-items:center;padding:1.5rem 2rem;border-right:1px solid var(--line)}.foxwood-section .proof-item:first-child{border-left:1px solid var(--line)}.foxwood-section .proof-item__number{color:var(--clay);font-family:Fraunces,Georgia,serif;font-size:2rem;line-height:1}.foxwood-section .proof-item__copy :is(strong,span){display:block}.foxwood-section .proof-item__copy strong{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.foxwood-section .proof-item__copy span{margin-top:.25rem;color:var(--ink-soft);font-size:.82rem}.foxwood-section .category-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:repeat(2,minmax(var(--foxwood-category-row-height, 280px),1fr));gap:1rem}.foxwood-section .category-grid--equal{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:none}.foxwood-section .category-card{position:relative;min-height:320px;overflow:hidden;border-radius:var(--foxwood-category-radius, var(--radius-md));background:var(--cream-deep)}.foxwood-section .category-grid--editorial .category-card:first-child{grid-row:1 / span 2}.foxwood-section .category-card__link{display:block;width:100%;height:100%;min-height:inherit;color:inherit;text-decoration:none}.foxwood-section .category-card__media,.foxwood-section .category-card__media:after{position:absolute;top:0;right:0;bottom:0;left:0}.foxwood-section .category-card__media:after{content:"";background:linear-gradient(180deg,transparent,var(--foxwood-category-overlay, rgb(9 22 17 / 72%)));opacity:var(--foxwood-category-overlay-opacity, 1)}.foxwood-section .category-card__media img,.foxwood-section .category-card__media .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.65,.25,1)}.foxwood-section .category-card:hover .category-card__media img,.foxwood-section .category-card:focus-within .category-card__media img{transform:scale(1.045)}.foxwood-section .category-card__body{position:absolute;z-index:1;right:1.5rem;bottom:1.4rem;left:1.5rem;display:flex;gap:1rem;align-items:end;justify-content:space-between;color:var(--white)}.foxwood-section .category-card__body h3{margin:0;color:inherit;font-family:Fraunces,Georgia,serif;font-size:clamp(1.75rem,3vw,3rem);font-weight:500;letter-spacing:-.035em}.foxwood-section .category-card__body p{margin:.35rem 0 0;color:#ffffffbf;font-size:.82rem}.foxwood-section .category-card__arrow{display:grid;width:3rem;height:3rem;flex:0 0 auto;place-content:center;border:1px solid rgb(255 255 255 / 50%);border-radius:50%;transition:color .18s ease,background .18s ease}.foxwood-section .category-card:hover .category-card__arrow,.foxwood-section .category-card:focus-within .category-card__arrow{color:var(--ink);background:var(--white)}.foxwood-section .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2vw,1.6rem)}.foxwood-section .product-grid__item,.foxwood-section [data-catalog-item]{min-width:0}.foxwood-section .product-card{position:relative;min-width:0}.foxwood-section .product-card__media{position:relative;overflow:hidden;aspect-ratio:var(--foxwood-product-ratio, 1 / 1.08);border-radius:var(--foxwood-product-radius, var(--radius-sm));background:var(--cream)}.foxwood-section .product-card__image-link{display:block;width:100%;height:100%}.foxwood-section .product-card__media img,.foxwood-section .product-card__media .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.65,.25,1)}.foxwood-section .product-card:hover .product-card__media img,.foxwood-section .product-card:focus-within .product-card__media img{transform:scale(1.035)}.foxwood-section .product-card__badge{position:absolute;z-index:2;top:.75rem;left:.75rem;padding:.45rem .65rem;color:var(--forest);background:#fbfaf6e5;border-radius:99px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.61rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.foxwood-section .product-card__action{position:absolute;z-index:2;right:.75rem;bottom:.75rem;display:grid;width:3rem;height:3rem;padding:0;transform:translateY(.5rem);place-content:center;border:0;color:var(--white);background:var(--forest);border-radius:50%;cursor:pointer;opacity:0;text-decoration:none;transition:opacity .18s ease,transform .18s ease,background .18s ease}.foxwood-section .product-card:hover .product-card__action,.foxwood-section .product-card:focus-within .product-card__action,.foxwood-section .product-card__action:focus-visible{transform:translateY(0);opacity:1}.foxwood-section .product-card__action:hover{background:var(--clay)}.foxwood-section .product-card__body{padding-top:1rem}.foxwood-section .product-card__type{margin:0 0 .45rem;color:var(--moss);font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.foxwood-section .product-card__title{margin:0;color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-weight:500;letter-spacing:-.02em;line-height:1.22}.foxwood-section .product-card__title a{color:inherit;text-decoration:none}.foxwood-section .product-card__price{margin:.7rem 0 0;color:var(--ink-soft);font-size:.86rem}.foxwood-section .product-card__price strong{color:var(--ink)}.foxwood-section .price-lock{display:inline-flex;gap:.4rem;align-items:center;color:var(--ink-soft)}.foxwood-section .price-lock :is(.icon,.fw-icon){width:.9rem;height:.9rem}.foxwood-section .craft-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:var(--foxwood-craft-gap, clamp(3rem, 8vw, 8rem));align-items:center}.foxwood-section .craft-copy{max-width:580px}.foxwood-section .craft-copy .lede{margin-bottom:2rem}.foxwood-section .craft-points{display:grid;margin:2.5rem 0 0;border-top:1px solid var(--line-light)}.foxwood-section .craft-point{display:grid;grid-template-columns:3rem 1fr;gap:1rem;padding-block:1.25rem;border-bottom:1px solid var(--line-light)}.foxwood-section .craft-point__index{color:var(--gold);font-family:Fraunces,Georgia,serif;font-size:1.35rem}.foxwood-section .craft-point h3{margin:0;color:inherit;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase}.foxwood-section .craft-point p{margin:.4rem 0 0;color:#ffffffad;line-height:1.6}.foxwood-section .craft-collage{position:relative;min-height:700px}.foxwood-section :is(.craft-collage__large,.craft-collage__small){position:absolute;overflow:hidden;border-radius:var(--foxwood-craft-radius, var(--radius-md))}.foxwood-section .craft-collage__large{top:0;right:9%;bottom:11%;left:0}.foxwood-section .craft-collage__small{right:0;bottom:0;width:44%;aspect-ratio:1 / 1.12;border:.65rem solid var(--forest)}.foxwood-section .craft-collage img,.foxwood-section .craft-collage .placeholder-svg{width:100%;height:100%;object-fit:var(--foxwood-craft-image-fit, cover)}.foxwood-section .personalize{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(2rem,7vw,7rem);align-items:center}.foxwood-section .personalize__media{position:relative;overflow:hidden;min-height:680px;border-radius:var(--radius-md);background:var(--cream-deep)}.foxwood-section .personalize__media-link{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.foxwood-section .personalize__media img,.foxwood-section .personalize__media .placeholder-svg{width:100%;height:100%;object-fit:var(--foxwood-personalize-fit, cover);object-position:var(--foxwood-personalize-position, center)}.foxwood-section .personalize__tag{position:absolute;z-index:1;right:1.25rem;bottom:1.25rem;max-width:15rem;padding:1rem 1.1rem;color:var(--white);background:#173d32eb;border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:Fraunces,Georgia,serif;font-size:1.15rem;line-height:1.35}.foxwood-section .personalize__steps{display:grid;gap:0;margin:2.5rem 0;counter-reset:step}.foxwood-section .personalize-step{position:relative;padding:1.25rem 0 1.25rem 3.5rem;border-bottom:1px solid var(--line);counter-increment:step}.foxwood-section .personalize-step:before{position:absolute;top:1.15rem;left:0;display:grid;width:2.25rem;height:2.25rem;content:counter(step,decimal-leading-zero);place-content:center;border:1px solid var(--line);border-radius:50%;color:var(--clay);font-family:Fraunces,Georgia,serif;font-size:.85rem}.foxwood-section .personalize-step h3{margin:0;color:inherit;font-size:1rem}.foxwood-section .personalize-step p{margin:.4rem 0 0;color:var(--ink-soft);font-size:.92rem;line-height:1.55}.foxwood-section.wholesale-banner{position:relative;overflow:hidden;padding-block:clamp(5rem,9vw,9rem);color:var(--white);background:var(--clay)}.foxwood-section.wholesale-banner:before{position:absolute;top:-38%;right:-10%;width:56vw;height:56vw;content:"";border:1px solid var(--foxwood-wholesale-ring, rgb(255 255 255 / 18%));border-radius:50%;box-shadow:0 0 0 6vw #ffffff0a,0 0 0 12vw #ffffff06}.foxwood-section .wholesale-banner__inner{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,9vw,9rem);align-items:end}.foxwood-section .wholesale-banner .eyebrow,.foxwood-section.wholesale-banner .eyebrow{color:var(--white)}.foxwood-section .wholesale-banner__body{max-width:560px}.foxwood-section .wholesale-banner__body p{margin:0 0 1.75rem;color:#ffffffc7;font-size:1.08rem;line-height:1.7}.foxwood-section.stockists{overflow:hidden;padding:1.25rem 0;border-block:1px solid var(--line);background:var(--paper)}.foxwood-section .stockists__track{display:flex;width:max-content;gap:4rem;animation:foxwood-marquee 28s linear infinite}.foxwood-section .stockists__item{display:flex;gap:4rem;align-items:center;color:var(--ink-soft);font-family:Fraunces,Georgia,serif;font-size:1.1rem;white-space:nowrap}.foxwood-section .stockists__item:after{width:.35rem;height:.35rem;content:"";background:var(--clay);border-radius:50%}@keyframes foxwood-marquee{to{transform:translate(-50%)}}.foxwood-section .page-hero{padding-block:var(--section-pad-top, clamp(4rem, 9vw, 8rem)) var(--section-pad-bottom, clamp(4rem, 9vw, 8rem));background:var(--cream)}.foxwood-section .page-hero__copy{max-width:820px}.foxwood-section .breadcrumb{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-bottom:1.5rem;color:var(--ink-soft);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.foxwood-section .breadcrumb a{text-decoration:none}.foxwood-section .breadcrumb a:hover{text-decoration:underline;text-underline-offset:.2em}.foxwood-section .catalog-section{padding-block:var(--section-pad-top, clamp(1.75rem, 3.5vw, 3.5rem)) var(--section-pad-bottom, clamp(5rem, 9vw, 9rem))}.foxwood-section .catalog-toolbar{position:sticky;z-index:20;top:calc(var(--fw-mobile-header-height, 72px) + .5rem);display:flex;gap:1rem;align-items:center;justify-content:space-between;margin:0 0 2.5rem;padding:1rem 0;border-bottom:1px solid var(--line);background:#fbfaf6f2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.foxwood-section .filter-list{display:flex;flex-wrap:wrap;gap:.5rem}.foxwood-section .filter-pill{min-height:2.5rem;padding:.65rem .9rem;border:1px solid var(--line);border-radius:99px;color:var(--ink);background:transparent;cursor:pointer;font-size:.73rem;font-weight:700;letter-spacing:.04em}.foxwood-section .filter-pill:hover,.foxwood-section .filter-pill.is-active{color:var(--white);border-color:var(--forest);background:var(--forest)}.foxwood-section .search-field{display:flex;min-width:280px;min-height:3rem;gap:.5rem;align-items:center;padding:.65rem .9rem;border:1px solid var(--line);border-radius:99px;background:var(--white)}.foxwood-section .search-field :is(.icon,.fw-icon){width:1.05rem;height:1.05rem;color:var(--ink-soft)}.foxwood-section .search-field input{width:100%;min-width:0;padding:0;border:0;outline:0;color:var(--ink);background:transparent}.foxwood-section .search-field:focus-within,.foxwood-section .quantity-control:focus-within{border-color:var(--forest);box-shadow:0 0 0 3px #164b3b2e}.foxwood-section .catalog-empty{grid-column:1 / -1;padding:5rem 1rem;text-align:center}.foxwood-section .catalog-empty[hidden],.foxwood-section [data-catalog-item][hidden]{display:none}.foxwood-section .catalog-empty h2{margin:0;color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:500}.foxwood-section .catalog-empty p{margin:.75rem 0 1.5rem;color:var(--ink-soft)}.foxwood-section .account-note{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1.2rem;align-items:center;margin-bottom:2rem;padding:1rem 1.25rem;color:var(--forest);background:#e6efe8;border-radius:var(--radius-sm);font-size:.88rem}.foxwood-section .account-note>span{display:grid;width:2.4rem;height:2.4rem;place-content:center;border:1px solid rgb(23 61 50 / 18%);border-radius:50%}.foxwood-section .account-note :is(.icon,.fw-icon){width:1.1rem;height:1.1rem}.foxwood-section .account-note strong{display:block;margin-bottom:.15rem}.foxwood-section .account-note p{margin:0;line-height:1.5}.foxwood-section .foxwood-pagination{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;margin-top:3rem}.foxwood-section .foxwood-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;max-width:52rem;margin-bottom:3rem}.foxwood-section .foxwood-search-form .search-field{min-width:0}.foxwood-section .foxwood-search-results{margin-top:1rem}.foxwood-section .foxwood-product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(2.5rem,6vw,7rem);align-items:start}.foxwood-section .foxwood-product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.foxwood-section .foxwood-product-gallery__item,.foxwood-section .foxwood-product-gallery__placeholder{overflow:hidden;margin:0;aspect-ratio:1;border-radius:1.25rem;background:var(--cream)}.foxwood-section .foxwood-product-gallery__item.is-primary{grid-column:1 / -1}.foxwood-section .foxwood-product-gallery :is(img,svg){width:100%;height:100%;object-fit:cover}.foxwood-section .foxwood-product-details{position:sticky;top:8rem;min-width:0}.foxwood-section .foxwood-product-details>.heading{margin-bottom:.5rem}.foxwood-section .product-modal__price{margin:1.25rem 0;font-size:1rem}.foxwood-section .product-modal__price :is(strong,span){display:block}.foxwood-section .product-modal__price strong{color:var(--forest);font-size:1.2rem}.foxwood-section .product-modal__price>span:not(.price-lock){margin-top:.2rem;color:var(--ink-soft);font-size:.75rem}.foxwood-section .product-modal__description{margin:0 0 1.5rem;color:var(--ink-soft);line-height:1.65}.foxwood-section .foxwood-product-form{display:grid;gap:1.25rem;margin-top:2rem}.foxwood-section .option-group{display:grid;gap:.55rem;margin:0 0 1.2rem}.foxwood-section .option-group>label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.foxwood-section .option-group :is(select,input[type=text]){width:100%;min-height:3.2rem;padding:.75rem .9rem;border:1px solid var(--line);border-radius:.45rem;color:var(--ink);background:var(--white)}.foxwood-section .sku-note{display:block;margin:.45rem 0 0;color:var(--ink-soft);font-size:.7rem;line-height:1.45}.foxwood-section .product-order-row{display:grid;grid-template-columns:9rem 1fr;gap:.75rem;margin-top:.25rem}.foxwood-section .quantity-control{display:grid;min-height:3.45rem;grid-template-columns:2.75rem 1fr 2.75rem;border:1px solid var(--line);border-radius:99px}.foxwood-section .quantity-control button{display:grid;padding:0;place-content:center;border:0;color:var(--ink);background:transparent;cursor:pointer}.foxwood-section .quantity-control input{width:100%;min-width:0;padding:0;border:0;outline:0;color:var(--ink);background:transparent;font-weight:700;text-align:center;-webkit-appearance:textfield;appearance:textfield}.foxwood-section .quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.foxwood-section :is(.btn,.text-link) .fw-icon{width:1.2rem;height:1.2rem}.foxwood-section :is(.category-card__link,.product-card__image-link,.personalize__media-link):focus-visible{outline:3px solid var(--clay);outline-offset:-4px}.foxwood-section .moq-note{margin:.7rem 0 0;color:var(--ink-soft);font-size:.75rem;line-height:1.5}.foxwood-section .locked-purchase{padding:1.25rem;color:var(--forest);background:#e6efe8;border-radius:var(--radius-sm)}.foxwood-section .locked-purchase p{margin:0 0 1rem;line-height:1.55}.foxwood-section .locked-purchase .btn+.btn{margin-left:.75rem}.foxwood-section .personalization-profile{margin:0 0 1.2rem;padding:1.1rem;border:1px solid rgb(23 61 50 / 18%);border-radius:.8rem;background:linear-gradient(135deg,#ffffffe5,#f4f0e8b8),var(--white);box-shadow:0 8px 24px #17231f0b}.foxwood-section .personalization-profile.is-active{border-color:#a64b365c;box-shadow:0 10px 26px #a64b3614}.foxwood-section .personalization-profile__header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center}.foxwood-section .personalization-profile__icon{display:grid;width:2.3rem;height:2.3rem;place-content:center;color:var(--white);background:var(--forest);border-radius:50%}.foxwood-section .personalization-profile__icon .fw-icon{width:1rem;height:1rem}.foxwood-section .personalization-profile__header>div>span{display:block;margin-bottom:.08rem;color:var(--ink-soft);font-size:.58rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.foxwood-section .personalization-profile__header h3{margin:0;color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:1.2rem;font-weight:500}.foxwood-section .personalization-profile__badge{padding:.35rem .55rem;color:var(--clay);background:#a64b3617;border-radius:99px;font-size:.58rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.foxwood-section .personalization-profile__intro{margin:.8rem 0 0;color:var(--ink-soft);font-size:.75rem;line-height:1.5}.foxwood-section .personalization-choice__toggle{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start;margin-top:1rem;padding:.8rem;border:1px solid var(--line);border-radius:.55rem;background:#ffffffb3;cursor:pointer}.foxwood-section .personalization-choice__toggle input{width:1.1rem;height:1.1rem;margin-top:.15rem;accent-color:var(--forest)}.foxwood-section .personalization-choice__toggle :is(strong,small){display:block}.foxwood-section .personalization-choice__toggle strong{color:var(--ink);font-size:.78rem}.foxwood-section .personalization-choice__toggle small{margin-top:.2rem;color:var(--ink-soft);font-size:.65rem;line-height:1.4}.foxwood-section .personalization-field[hidden]{display:none}.foxwood-section .personalization-field{margin-top:.95rem;padding-top:.9rem;border-top:1px solid var(--line)}.foxwood-section .personalization-field>label{display:block;margin-bottom:.48rem;color:var(--ink);font-size:.68rem;font-weight:700;line-height:1.4}.foxwood-section .personalization-field>label span{color:var(--danger)}.foxwood-section .personalization-field>input{width:100%;min-height:3.15rem;padding:.75rem .85rem;border:1px solid var(--line);border-radius:.45rem;outline:0;color:var(--ink);background:var(--white)}.foxwood-section .personalization-field>input:focus{border-color:var(--forest);box-shadow:0 0 0 3px #173d321a}.foxwood-section .personalization-field__meta{display:flex;gap:.65rem;align-items:start;justify-content:space-between;margin-top:.4rem;color:var(--ink-soft)}.foxwood-section .personalization-field__meta small{font-size:.61rem;line-height:1.4}.foxwood-section .personalization-preview{display:flex;gap:.7rem;align-items:center;justify-content:space-between;margin-top:.75rem;padding:.65rem .75rem;border:1px dashed rgb(23 61 50 / 28%);border-radius:.45rem;background:#f4f0e89e}.foxwood-section .personalization-preview span{color:var(--ink-soft);font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.foxwood-section .personalization-preview strong{overflow:hidden;color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:.78rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.foxwood-section .personalization-profile__saved{display:flex;gap:.45rem;align-items:flex-start;margin:.75rem 0 0;color:var(--success);font-size:.64rem;line-height:1.4}.foxwood-section .personalization-profile__saved .fw-icon{width:.9rem;height:.9rem;flex:0 0 auto;margin-top:.05rem}.foxwood-section .success-panel{padding:3rem;color:var(--success);background:#edf5ef;border-radius:var(--radius-md);text-align:center}.foxwood-section .success-panel__icon{display:grid;width:4rem;height:4rem;margin:0 auto 1.2rem;place-content:center;color:var(--white);background:var(--success);border-radius:50%}.foxwood-section .success-panel h2{margin:0;color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:clamp(1.9rem,3vw,2.8rem);font-weight:500}.foxwood-section .success-panel p{color:var(--ink-soft);line-height:1.6}.foxwood-section .account-locked-hero{min-height:58vh;place-content:center}.foxwood-section .cart-empty{display:grid;min-height:55vh;place-content:center;justify-items:center;text-align:center}.foxwood-section .cart-empty>.fw-icon{width:2.5rem;height:2.5rem;color:var(--moss)}.foxwood-section .cart-empty h2{margin:1rem 0 .45rem;color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:1.8rem;font-weight:500}.foxwood-section .cart-empty p{margin:0 0 1.2rem;color:var(--ink-soft)}.foxwood-section .foxwood-cart-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);gap:clamp(2rem,5vw,5rem);align-items:start}.foxwood-section .foxwood-cart-items{display:grid;gap:1rem}.foxwood-section .cart-item{display:grid;grid-template-columns:9rem 1fr;gap:1rem;padding:1.25rem;border:1px solid var(--line);border-radius:1rem;background:var(--paper)}.foxwood-section .cart-item__media{display:block;overflow:hidden;aspect-ratio:1;border-radius:.7rem;background:var(--cream)}.foxwood-section .cart-item__media img{width:100%;height:100%;object-fit:cover}.foxwood-section .cart-item h2{margin:0 0 .3rem;color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:1.15rem;font-weight:500}.foxwood-section .cart-item h2 a{text-decoration:none}.foxwood-section .cart-item p{margin:.2rem 0;color:var(--ink-soft);font-size:.75rem}.foxwood-section .cart-item .cart-item__property{margin-block:.35rem;padding:.45rem .55rem;color:var(--forest);background:#edf5ef;border-radius:.35rem;line-height:1.4}.foxwood-section .cart-item__footer{display:flex;gap:.75rem;align-items:center;justify-content:space-between;margin-top:.75rem;font-size:.8rem}.foxwood-section .cart-quantity{display:inline-flex;gap:.5rem;align-items:center}.foxwood-section .cart-quantity input{width:5rem;min-height:2.75rem;padding:.4rem;border:1px solid var(--line);border-radius:.45rem;color:var(--ink);background:var(--white);text-align:center}.foxwood-section .checkout-summary{padding:clamp(2rem,4vw,3rem);background:var(--cream);border-radius:var(--radius-md)}.foxwood-section .foxwood-cart-summary{position:sticky;top:8rem;display:grid;gap:1rem}.foxwood-section .checkout-summary h2{margin:0;color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:1.8rem;font-weight:500}.foxwood-section .order-progress{margin-bottom:1rem}.foxwood-section .order-progress__meta{display:flex;gap:1rem;justify-content:space-between;margin-bottom:.5rem;font-size:.75rem}.foxwood-section .order-progress__track{height:.45rem;overflow:hidden;background:var(--cream-deep);border-radius:99px}.foxwood-section .order-progress__bar{height:100%;background:var(--clay);border-radius:inherit;transition:width .25s ease}.foxwood-section .cart-totals{display:grid;gap:.5rem;margin-bottom:1rem}.foxwood-section .cart-total-row{display:flex;justify-content:space-between;color:var(--ink-soft);font-size:.85rem}.foxwood-section .cart-total-row--grand{padding-top:.75rem;border-top:1px solid var(--line);color:var(--ink);font-size:1rem;font-weight:700}.foxwood-section .foxwood-cart-summary .btn{width:100%}.foxwood-section .prototype-note{margin:0;color:var(--ink-soft);font-size:.68rem;line-height:1.45;text-align:center}@media(prefers-reduced-motion:reduce){.foxwood-section *,.foxwood-section *:before,.foxwood-section *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(hover:none),(pointer:coarse){.foxwood-section .product-card__action{transform:none;opacity:1}}@media(min-width:701px)and (max-width:1180px){.foxwood-section .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1180px){.foxwood-section .proof-item{padding-inline:1.25rem}}@media(max-width:920px){.foxwood-section{--nav-height: 4.5rem}.foxwood-section .container,.foxwood-section .container--narrow{width:min(calc(100% - 2rem),var(--max))}.foxwood-section.hero{min-height:780px}.foxwood-section .hero__inner{grid-template-columns:1fr;align-items:start}.foxwood-section .hero__media:after{background:linear-gradient(180deg,var(--foxwood-hero-overlay, #f4f0e8) 0%,var(--foxwood-hero-overlay, #f4f0e8) 40%,transparent 74%)}.foxwood-section .hero__photography{top:46%;right:1rem;bottom:1rem;left:1rem}.foxwood-section .hero__copy{padding-top:5rem}.foxwood-section .proof-strip__inner{grid-template-columns:repeat(2,1fr)}.foxwood-section .proof-item:nth-child(2){border-right:1px solid var(--line)}.foxwood-section .proof-item:nth-child(n+3){border-top:1px solid var(--line)}.foxwood-section .category-grid{grid-template-columns:1fr 1fr;grid-template-rows:460px 300px}.foxwood-section .category-grid--editorial .category-card:first-child{grid-column:1 / -1;grid-row:1}.foxwood-section .category-grid--equal{grid-template-rows:none}.foxwood-section :is(.craft-grid,.personalize,.wholesale-banner__inner){grid-template-columns:1fr}.foxwood-section .craft-copy{max-width:none}.foxwood-section .personalize__media{min-height:560px}.foxwood-section .foxwood-product-layout,.foxwood-section .foxwood-cart-layout{grid-template-columns:1fr}.foxwood-section .foxwood-product-details,.foxwood-section .foxwood-cart-summary{position:static}.foxwood-section .checkout-summary{border-top:1px solid var(--line)}}@media(max-width:700px){.foxwood-section .display{font-size:clamp(2.7rem,13vw,3.75rem);line-height:.95}.foxwood-section .heading{font-size:clamp(2rem,9vw,3rem)}.foxwood-section.section,.foxwood-section .section{padding-block:var(--section-pad-top, 4.75rem) var(--section-pad-bottom, 4.75rem)}.foxwood-section .section-heading{display:block;margin-bottom:2rem}.foxwood-section .section-heading .text-link{margin-top:1.25rem}.foxwood-section.hero{min-height:880px}.foxwood-section .hero__copy{padding-top:4.25rem}.foxwood-section .hero__photography{top:51%;right:.75rem;bottom:.9rem;left:.75rem;gap:.55rem}.foxwood-section .hero__photo{border-width:.3rem}.foxwood-section .hero__actions{display:grid;grid-template-columns:1fr}.foxwood-section .hero__actions .btn{width:100%}.foxwood-section .hero__actions .btn--outline{border-color:transparent;background:#fbfaf6e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.foxwood-section .hero__note{width:fit-content;padding:.65rem .8rem;color:var(--white);background:#17231f94;border-radius:.35rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.68rem}.foxwood-section .proof-strip__inner{grid-template-columns:1fr}.foxwood-section .proof-item,.foxwood-section .proof-item:first-child{min-height:6.5rem;border-right:0;border-bottom:1px solid var(--line);border-left:0}.foxwood-section .proof-item:nth-child(n+3){border-top:0}.foxwood-section .category-grid,.foxwood-section .category-grid--equal{display:grid;grid-template-columns:1fr;grid-template-rows:none}.foxwood-section .category-card,.foxwood-section .category-grid--editorial .category-card:first-child{min-height:360px;grid-column:auto;grid-row:auto}.foxwood-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem .7rem}.foxwood-section .product-card__title{font-size:1.05rem}.foxwood-section .product-card__type{font-size:.58rem}.foxwood-section .product-card__action{transform:none;opacity:1}.foxwood-section .craft-collage{min-height:480px}.foxwood-section .personalize__media{min-height:430px}.foxwood-section .wholesale-banner__inner{gap:2rem}.foxwood-section .catalog-toolbar{position:static;display:grid}.foxwood-section .filter-list{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.35rem;scrollbar-width:thin}.foxwood-section .filter-pill{flex:0 0 auto}.foxwood-section .search-field{min-width:0}.foxwood-section .account-note{grid-template-columns:auto minmax(0,1fr)}.foxwood-section .account-note .btn{grid-column:1 / -1;width:100%}.foxwood-section .foxwood-search-form,.foxwood-section .product-order-row{grid-template-columns:1fr}.foxwood-section .personalization-field__meta,.foxwood-section .personalization-preview{align-items:flex-start;flex-direction:column}.foxwood-section .locked-purchase .btn{width:100%}.foxwood-section .locked-purchase .btn+.btn{margin-top:.65rem;margin-left:0}.foxwood-section .foxwood-cart-summary{padding:1.5rem}}@media(max-width:560px){.foxwood-section .foxwood-product-gallery{grid-template-columns:1fr}.foxwood-section .foxwood-product-gallery__item.is-primary{grid-column:auto}.foxwood-section .cart-item{grid-template-columns:6.5rem minmax(0,1fr);padding:.85rem}.foxwood-section .personalization-profile__header{grid-template-columns:auto minmax(0,1fr)}.foxwood-section .personalization-profile__badge{grid-column:1 / -1;width:fit-content}}@media(max-width:430px){.foxwood-section .catalog-section .product-grid,.foxwood-section .foxwood-search-results{grid-template-columns:1fr;gap:2rem}.foxwood-section .product-card__media{aspect-ratio:1 / 1.02}.foxwood-section .craft-collage{min-height:400px}.foxwood-section .cart-item{grid-template-columns:1fr}.foxwood-section .cart-item__media{max-width:9rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/foxwood-theme.css.map */
