.wh-finance-section{padding:6rem 0}.wh-finance-section--dark{background:var(--color-surface)}.wh-finance-intro{text-align:center;max-width:700px;margin:0 auto}.wh-finance-intro__text{font-size:1.05rem;line-height:1.8;color:var(--color-text-secondary);margin-top:1.5rem}.wh-finance-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:900px){.wh-finance-benefits{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.wh-finance-benefits{grid-template-columns:1fr}}.wh-finance-benefit{text-align:center;padding:2.5rem 1.5rem;border:1px solid var(--color-border);transition:border-color var(--transition)}.wh-finance-benefit:hover{border-color:var(--color-gold)}.wh-finance-benefit__icon{width:52px;height:52px;border:1px solid var(--color-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--color-gold)}.wh-finance-benefit h4{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;color:var(--color-text)}.wh-finance-benefit p{font-size:.88rem;line-height:1.7;color:var(--color-text-secondary)}.wh-finance-form-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:6rem;align-items:start}@media(max-width:900px){.wh-finance-form-layout{grid-template-columns:1fr;gap:3rem}}.wh-finance-form-info p{color:var(--color-text-secondary);line-height:1.8;margin-bottom:2.5rem}.wh-finance-steps{display:flex;flex-direction:column;gap:1.5rem}.wh-finance-step{display:flex;align-items:flex-start;gap:1.25rem}.wh-finance-step__num{font-size:.7rem;font-weight:600;letter-spacing:.15em;color:var(--color-gold);min-width:28px;padding-top:2px}.wh-finance-step strong{display:block;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text);margin-bottom:.25rem}.wh-finance-step span{font-size:.85rem;color:var(--color-text-secondary);line-height:1.6}.wh-finance-form-wrap{background:var(--color-surface);border:1px solid var(--color-border);padding:3rem}.wh-finance-form-header{margin-bottom:2rem}.wh-finance-disclaimer{text-align:center;max-width:700px;margin:0 auto}.wh-finance-disclaimer p{font-size:.78rem;color:var(--color-text-secondary);letter-spacing:.04em;line-height:1.7;opacity:.6}.wh-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s ease}.wh-loader--done{opacity:0;visibility:hidden;pointer-events:none}.wh-loader__logo{margin-bottom:2rem;text-align:center}.wh-loader__logo img{width:180px;height:auto;display:block;margin:0 auto}.wh-loader__bar{width:200px;height:1px;background:#222;overflow:hidden}.wh-loader__progress{height:100%;width:0;background:var(--color-gold);transition:width .1s ease}.wh-body{overflow-x:hidden}.wh-main{min-height:60vh}.wh-reveal{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.wh-reveal.wh-revealed{opacity:1;transform:none}.wh-stagger-child{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.wh-stagger-child.wh-revealed{opacity:1;transform:none}.wh-announcement{background:#111;color:#ffffffbf;border-bottom:1px solid var(--color-border);padding:.6rem var(--gutter);text-align:center;position:relative;z-index:101}.wh-announcement__inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.wh-announcement__divider{opacity:.5}.wh-header{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;transition:background .4s ease,border-color .4s ease,transform .4s ease;border-bottom:1px solid transparent}.wh-announcement+.wh-header{top:2.5rem}.wh-header--scrolled{background:#000000f5;border-bottom-color:var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.wh-header--hidden{transform:translateY(-100%)}.wh-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.wh-header__nav{display:flex;align-items:center;gap:2.25rem}.wh-header__nav--right{justify-content:flex-end}.wh-header__nav a{font-size:.68rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;transition:color .3s ease;position:relative;display:flex;align-items:center;gap:.375rem}.wh-header__nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--color-gold);transition:width .3s ease}.wh-header__nav a:hover{color:#fff}.wh-header__nav a:hover:after{width:100%}.wh-header__logo{display:flex;align-items:center;text-decoration:none}.wh-header__logo-img{height:52px;width:auto;display:block}.wh-header__logo-mark svg{width:36px;height:28px;color:var(--color-gold)}.wh-header__logo-wordmark{text-align:center}.wh-header__logo-name{font-family:var(--font-heading);font-size:1rem;letter-spacing:.3em;text-transform:uppercase;color:#fff;display:block;line-height:1}.wh-header__logo-sub{font-size:.5rem;letter-spacing:.25em;text-transform:uppercase;color:#fff6;display:block;margin-top:.1rem}.wh-header__cart{position:relative}.wh-header__cart-count{position:absolute;top:-6px;right:-8px;width:14px;height:14px;background:var(--color-gold);color:#000;font-size:.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.wh-header__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.wh-header__burger span{display:block;width:22px;height:1px;background:#fff;transition:all .3s ease}.wh-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.wh-mobile-menu.is-open{pointer-events:all}.wh-mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;opacity:0;transition:opacity .4s ease}.wh-mobile-menu.is-open .wh-mobile-menu__overlay{opacity:1}.wh-mobile-menu__nav{position:absolute;right:0;top:0;bottom:0;width:min(320px,85vw);background:var(--color-bg-secondary);border-left:1px solid var(--color-border);transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);padding:5rem 2.5rem 3rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto}.wh-mobile-menu.is-open .wh-mobile-menu__nav{transform:none}.wh-mobile-menu__nav a{font-size:.9rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary);padding:1rem 0;border-bottom:1px solid var(--color-border);transition:color .3s ease}.wh-mobile-menu__nav a:hover{color:var(--color-gold)}.wh-mobile-menu__close{position:absolute;top:1.5rem;right:1.5rem;color:var(--color-text-secondary);transition:color .3s ease}.wh-mobile-menu__close:hover{color:var(--color-gold)}.wh-mobile-menu__contact{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.wh-mobile-menu__contact a{font-size:.75rem!important;letter-spacing:.1em;color:var(--color-text-muted)!important;border-bottom:none!important}@media(max-width:900px){.wh-header__nav{display:none}.wh-header__burger{display:flex}.wh-header__inner{grid-template-columns:auto 1fr auto}.wh-header__logo{align-items:flex-end;margin:0 auto}}.wh-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:stretch;overflow:hidden}.wh-hero__parallax{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background-size:cover;background-position:center;z-index:0;will-change:transform}.wh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000e6,#00000080,#0000004d);z-index:1}.wh-hero__content{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;padding-top:12rem;padding-bottom:8rem;flex:1;gap:4rem}.wh-hero__eyebrow{font-size:.65rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.wh-hero__eyebrow:before{content:"";display:block;width:2rem;height:1px;background:var(--color-gold)}.wh-hero__headline{font-family:var(--font-heading);font-size:clamp(4rem,9vw,9rem);font-weight:300;line-height:.95;color:#fff;margin-bottom:2rem}.wh-hero__headline em{font-style:italic;color:var(--color-gold)}.wh-hero__sub{font-size:1rem;color:#ffffffa6;line-height:1.75;max-width:40ch;margin-bottom:3rem;font-weight:300}.wh-hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.wh-hero__badge{flex-shrink:0;display:flex;align-items:center;justify-content:center}.wh-hero__badge-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;border:1px solid rgba(220,220,220,.4);padding:2rem 1.5rem}.wh-hero__badge-line{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--color-gold);opacity:.8}.wh-hero__badge-circle{width:70px;height:70px;border:1px solid var(--color-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.25rem;letter-spacing:.1em;color:var(--color-gold)}.wh-hero__scroll-cue{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;text-align:center;font-size:.55rem;letter-spacing:.3em;text-transform:uppercase;color:#fff6;animation:scrollCue 2.5s ease-in-out infinite}.wh-hero__scroll-cue:after{content:"";display:block;width:1px;height:40px;background:linear-gradient(to bottom,rgba(220,220,220,.6),transparent);margin:.5rem auto 0}@keyframes scrollCue{0%,to{transform:translate(-50%) translateY(0);opacity:.4}50%{transform:translate(-50%) translateY(6px);opacity:.7}}.wh-hero__stats{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:flex-end;gap:0;padding:0 var(--gutter);background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);padding-bottom:2rem;padding-top:3rem}.wh-hero__stat{display:flex;flex-direction:column;align-items:center;padding:0 3rem}.wh-hero__stat .wh-counter{font-family:var(--font-heading);font-size:2rem;color:var(--color-gold);line-height:1}.wh-hero__stat-label{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;margin-top:.375rem}.wh-hero__stat-divider{width:1px;height:2.5rem;background:#ffffff26}.wh-trust-bar{background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);padding:1.5rem var(--gutter)}.wh-trust-bar__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.wh-trust-bar__item{display:flex;align-items:center;gap:.625rem;font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-secondary)}.wh-trust-bar__item svg{color:var(--color-gold);flex-shrink:0}.wh-trust-bar__sep{width:1px;height:1.25rem;background:var(--color-border)}.wh-about-preview{display:grid;grid-template-columns:1fr 1fr;min-height:700px}.wh-about-preview__image-col{position:relative;overflow:hidden}.wh-about-preview__img-wrap{position:relative;height:100%;min-height:700px}.wh-about-preview__img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center}.wh-about-preview__img-accent{position:absolute;bottom:-1.5rem;right:-1.5rem;width:200px;height:200px;border:1px solid var(--color-gold);opacity:.3;pointer-events:none}.wh-about-preview__img-secondary{position:absolute;bottom:2rem;right:2rem;width:200px;overflow:hidden;border:2px solid var(--color-bg)}.wh-about-preview__img-secondary img{width:100%;display:block}.wh-about-preview__content-col{background:var(--color-bg-secondary);padding:6rem var(--gutter) 6rem 5rem;display:flex;align-items:center}.wh-about-preview__text{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.8;margin-bottom:1.25rem}.wh-about-preview__pillars{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.wh-about-preview__pillar{display:flex;align-items:flex-start;gap:1rem}.wh-about-preview__pillar-icon{width:36px;height:36px;border:1px solid var(--color-border-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-gold)}.wh-about-preview__pillar strong{display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text);margin-bottom:.25rem}.wh-about-preview__pillar span{font-size:.8125rem;color:var(--color-text-muted)}.wh-services{padding:var(--spacing-xl) 0;background:var(--color-bg);border-top:1px solid var(--color-border)}.wh-services__header{text-align:center;margin-bottom:4rem}.wh-services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--color-border)}.wh-service-card{position:relative;aspect-ratio:3/4;overflow:hidden;display:block;background:var(--color-bg-card)}.wh-service-card__image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .8s cubic-bezier(.4,0,.2,1),opacity .8s ease;opacity:.6}.wh-service-card:hover .wh-service-card__image{transform:scale(1.07);opacity:.8}.wh-service-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}.wh-service-card__body{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.75rem;z-index:1}.wh-service-card__number{font-family:var(--font-heading);font-size:3rem;color:#dcdcdc33;line-height:1;margin-bottom:.5rem;font-weight:300}.wh-service-card__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:400;color:#fff;margin-bottom:.75rem}.wh-service-card__text{font-size:.8rem;color:#ffffffa6;line-height:1.65;margin-bottom:1rem;max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease;opacity:0}.wh-service-card:hover .wh-service-card__text{max-height:5rem;opacity:1}.wh-service-card__cta{font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);display:flex;align-items:center;gap:.5rem}.wh-service-card__cta:after{content:"\2192";transition:transform .3s ease}.wh-service-card:hover .wh-service-card__cta:after{transform:translate(4px)}.wh-featured{padding:var(--spacing-xl) 0 0;background:var(--color-bg-secondary);border-top:1px solid var(--color-border)}.wh-featured__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:4rem;gap:2rem;flex-wrap:wrap}.wh-featured__grid,.wh-featured__placeholder-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--color-border)}.wh-featured__footer{text-align:center;padding:4rem var(--gutter);border-top:1px solid var(--color-border)}.wh-featured__footer-text{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:1.75rem}.wh-product-card{background:var(--color-bg-card);display:block;text-decoration:none;transition:none}.wh-product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#0a0a0a}.wh-product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.wh-product-card:hover .wh-product-card__image-wrap img{transform:scale(1.05)}.wh-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:4rem;color:var(--color-border-light)}.wh-product-card__badge{position:absolute;top:1rem;left:1rem;font-size:.575rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .75rem;background:#fff;color:#000}.wh-product-card__badge--sold{background:var(--color-text-muted);color:#fff}.wh-product-card__body{padding:1.5rem;border-top:1px solid var(--color-border)}.wh-product-card__brand{font-size:.6rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.375rem}.wh-product-card__title{font-family:var(--font-heading);font-size:1.15rem;font-weight:400;color:var(--color-text);margin-bottom:.625rem;line-height:1.25}.wh-product-card__meta{font-size:.7rem;color:var(--color-text-muted);margin-bottom:1.25rem}.wh-product-card__footer{display:flex;align-items:center;justify-content:space-between}.wh-product-card__price{font-family:var(--font-heading);font-size:1.4rem;font-weight:400;color:var(--color-text)}.wh-product-card__price--sold{font-family:var(--font-heading);font-size:1.1rem;color:var(--color-text-muted)}.wh-product-card__enquire{font-size:.6rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#fff9;padding:.45rem .875rem;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.wh-product-card:hover .wh-product-card__enquire{background:#fff;color:#000;border-color:#fff}.wh-concierge-preview{position:relative;min-height:700px;display:flex;align-items:center;overflow:hidden;border-top:1px solid var(--color-border)}.wh-concierge-preview__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.35}.wh-concierge-preview__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000f2 50%,#0006)}.wh-concierge-preview__content{position:relative;z-index:1;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}.wh-concierge-preview__inner{max-width:640px}.wh-concierge-preview__text{font-size:.95rem;color:#ffffffb3;line-height:1.85;margin-bottom:2.5rem}.wh-concierge-preview__features{display:flex;flex-direction:column;gap:1rem}.wh-concierge-preview__feature{display:flex;align-items:center;gap:1rem;font-size:.8125rem;color:#ffffffa6}.wh-concierge-preview__feature-dot{width:4px;height:4px;background:var(--color-gold);border-radius:50%;flex-shrink:0}.wh-jewellery-preview{padding:var(--spacing-xl) 0;background:var(--color-bg);border-top:1px solid var(--color-border)}.wh-jewellery-preview__inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.wh-jewellery-preview__text{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.8;margin-bottom:1.25rem}.wh-jewellery-preview__specs{display:flex;flex-direction:column;gap:0;margin:2rem 0}.wh-jewellery-preview__spec{display:flex;justify-content:space-between;align-items:center;padding:.875rem 0;border-bottom:1px solid var(--color-border);font-size:.8125rem}.wh-jewellery-preview__spec-label{color:var(--color-text-muted)}.wh-jewellery-preview__spec-value{color:var(--color-gold);font-weight:500}.wh-jewellery-preview__gallery{position:relative}.wh-jewellery-preview__main-img{position:relative;z-index:1}.wh-jewellery-preview__main-img img{width:100%;aspect-ratio:3/4;object-fit:cover}.wh-jewellery-preview__sub-imgs{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:1px}.wh-jewellery-preview__sub-img img{width:100%;aspect-ratio:1;object-fit:cover}.wh-grills-preview{position:relative;min-height:600px;display:flex;align-items:center;overflow:hidden;border-top:1px solid var(--color-border)}.wh-grills-preview__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.3}.wh-grills-preview__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000f2 40%,#0009)}.wh-grills-preview__content{position:relative;z-index:1;padding:var(--spacing-xl) 0}.wh-grills-preview__inner{max-width:640px}.wh-grills-preview__text{font-size:.95rem;color:#ffffffb3;line-height:1.8;margin-bottom:2rem}.wh-grills-preview__options{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.wh-grills-preview__option-label{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);padding:.4rem 1rem;border:1px solid rgba(220,220,220,.4)}.wh-grills-preview__ctas{display:flex;gap:1rem;flex-wrap:wrap}.wh-why{padding:var(--spacing-xl) 0;background:var(--color-bg-secondary);border-top:1px solid var(--color-border)}.wh-why__header{text-align:center;margin-bottom:4rem}.wh-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border)}.wh-why__card{background:var(--color-bg-secondary);padding:3rem 2.5rem;position:relative;transition:background .3s ease}.wh-why__card:hover{background:var(--color-bg-elevated)}.wh-why__card-number{position:absolute;top:1.5rem;right:1.75rem;font-family:var(--font-heading);font-size:1.5rem;color:#dcdcdc26;font-weight:300}.wh-why__card-icon{width:48px;height:48px;border:1px solid var(--color-border-light);display:flex;align-items:center;justify-content:center;color:var(--color-gold);margin-bottom:1.5rem;transition:border-color .3s ease}.wh-why__card:hover .wh-why__card-icon{border-color:var(--color-gold)}.wh-why__card-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:400;margin-bottom:.875rem}.wh-why__card-text{font-size:.8125rem;color:var(--color-text-muted);line-height:1.75}.wh-testimonials{padding:var(--spacing-xl) 0;background:var(--color-bg);border-top:1px solid var(--color-border)}.wh-testimonials__header{text-align:center;margin-bottom:4rem}.wh-testimonials__track{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--color-border);margin-bottom:3rem}.wh-testimonial{background:var(--color-bg);padding:3rem 2.5rem}.wh-testimonial__stars{color:var(--color-gold);letter-spacing:.1em;margin-bottom:1.5rem;font-size:.875rem}.wh-testimonial__quote{font-family:var(--font-heading);font-size:1rem;font-style:italic;color:var(--color-text);line-height:1.75;margin-bottom:1.75rem}.wh-testimonial__divider{width:2rem;height:1px;background:var(--color-gold);margin-bottom:1rem}.wh-testimonial__name{display:block;font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text)}.wh-testimonial__location{font-size:.65rem;color:var(--color-text-muted);letter-spacing:.1em;display:block;margin-top:.25rem}.wh-testimonials__cta{text-align:center}.wh-gallery{padding:var(--spacing-xl) 0 0;background:var(--color-bg-secondary);border-top:1px solid var(--color-border)}.wh-gallery__header{margin-bottom:3rem}.wh-gallery__mosaic{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;gap:1px;background:var(--color-border)}.wh-gallery__item{position:relative;overflow:hidden;cursor:pointer}.wh-gallery__item--tall{grid-row:span 2}.wh-gallery__item--wide{grid-column:span 2}.wh-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease,filter .7s ease;filter:brightness(.7)}.wh-gallery__item:hover img{transform:scale(1.06);filter:brightness(.9)}.wh-gallery__item-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#fff9;transform:translateY(100%);transition:transform .4s ease}.wh-gallery__item:hover .wh-gallery__item-overlay{transform:none}.wh-instagram{padding:var(--spacing-xl) 0 0;background:var(--color-bg);border-top:1px solid var(--color-border)}.wh-instagram__header{text-align:center;margin-bottom:3.5rem}.wh-instagram__sub{font-size:.875rem;color:var(--color-text-muted);max-width:40ch;margin:.75rem auto 0}.wh-instagram__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:var(--color-border)}.wh-instagram__item{position:relative;aspect-ratio:1;overflow:hidden}.wh-instagram__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .5s ease;opacity:.8}.wh-instagram__item:hover img{transform:scale(1.07);opacity:1}.wh-instagram__item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:all .3s ease}.wh-instagram__item:hover .wh-instagram__item-overlay{background:#0006;opacity:1}.wh-contact-cta{position:relative;padding:var(--spacing-xl) 0;overflow:hidden;border-top:1px solid var(--color-border)}.wh-contact-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.2}.wh-contact-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf}.wh-contact-cta .container{position:relative;z-index:1}.wh-contact-cta__inner{text-align:center;max-width:700px;margin:0 auto}.wh-contact-cta__text{font-size:.9375rem;color:#ffffffb3;line-height:1.8;margin-bottom:2.5rem;max-width:50ch;margin-left:auto;margin-right:auto}.wh-contact-cta__channels{display:flex;align-items:center;justify-content:center;gap:0;border:1px solid var(--color-border-light);max-width:600px;margin:0 auto}.wh-contact-cta__channel{display:flex;align-items:center;gap:1rem;padding:1.5rem 2.5rem;flex:1;transition:background .3s ease}.wh-contact-cta__channel:hover{background:#dcdcdc14}.wh-contact-cta__channel svg{color:var(--color-gold);flex-shrink:0}.wh-contact-cta__channel-label{display:block;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted)}.wh-contact-cta__channel-value{display:block;font-size:.875rem;color:var(--color-text);margin-top:.2rem}.wh-contact-cta__channel-divider{width:1px;height:4rem;background:var(--color-border)}.wh-footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:5rem 0 2.5rem}.wh-footer__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.wh-footer__top{display:grid;grid-template-columns:1.75fr 1fr 1fr 1.25fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid var(--color-border);margin-bottom:2.5rem}.wh-footer__logo-lockup{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.wh-footer__hawk-icon{width:32px;height:26px;color:var(--color-gold)}.wh-footer__logo-img{height:80px;width:auto;display:block;margin-bottom:1.5rem}.wh-footer__logo-text{font-family:var(--font-heading);font-size:1.1rem;letter-spacing:.25em;text-transform:uppercase;color:#fff}.wh-footer__tagline{font-size:.8rem;color:var(--color-text-muted);line-height:1.75;margin-bottom:1.5rem;max-width:32ch}.wh-footer__contact-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.wh-footer__contact-link{display:flex;align-items:center;gap:.625rem;font-size:.75rem;color:var(--color-text-muted);transition:color .3s ease}.wh-footer__contact-link svg{color:var(--color-gold);flex-shrink:0}.wh-footer__contact-link:hover{color:var(--color-gold)}.wh-footer__social{display:flex;gap:.75rem}.wh-footer__social a{width:34px;height:34px;border:1px solid var(--color-border-light);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:all .3s ease}.wh-footer__social a:hover{border-color:var(--color-gold);color:var(--color-gold)}.wh-footer__col-title{font-size:.6rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--color-text);margin-bottom:1.5rem}.wh-footer__links{display:flex;flex-direction:column;gap:.875rem}.wh-footer__links a{font-size:.8rem;color:var(--color-text-muted);transition:color .3s ease;letter-spacing:.03em}.wh-footer__links a:hover{color:var(--color-gold)}.wh-footer__col-text{font-size:.8rem;color:var(--color-text-muted);line-height:1.75;margin-bottom:1.5rem}.wh-footer__enquire-btn{display:inline-block;font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;padding:.6rem 1.25rem;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.wh-footer__enquire-btn:hover{background:#fff;color:#000;border-color:#fff}.wh-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.wh-footer__copyright{font-size:.7rem;color:var(--color-text-muted);letter-spacing:.05em}.wh-footer__legal{display:flex;gap:1.5rem}.wh-footer__legal a{font-size:.7rem;color:var(--color-text-muted);transition:color .3s ease;letter-spacing:.05em}.wh-footer__legal a:hover{color:var(--color-gold)}.wh-inner-page{padding-top:calc(72px + 2.5rem)}.wh-page-hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden}.wh-page-hero--short{min-height:55vh}.wh-page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.4}.wh-page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000eb 40%,#00000080)}.wh-page-hero .container{position:relative;z-index:1;padding-top:5rem;padding-bottom:5rem}.wh-page-hero__title{font-family:var(--font-heading);font-size:clamp(3.5rem,7vw,7rem);font-weight:300;line-height:1;color:#fff;margin-top:.75rem;margin-bottom:1.25rem}.wh-page-hero__title em{color:var(--color-gold);font-style:italic}.wh-page-hero__sub{font-size:1rem;color:#ffffffa6;max-width:48ch;line-height:1.75;font-weight:300}.wh-about-section{padding:var(--spacing-xl) 0;border-top:1px solid var(--color-border)}.wh-about-section--dark{background:var(--color-bg-secondary)}.wh-about-section p{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.85;margin-bottom:1.25rem}.wh-about-section--opening{background:var(--color-bg-elevated);padding:5rem 0}.wh-about-section__inner{max-width:700px;margin:0 auto;text-align:center}.wh-about-section__quote-mark{font-family:var(--font-heading);font-size:8rem;color:var(--color-gold);opacity:.15;line-height:.7;display:block;margin-bottom:1rem}.wh-about-section__opening-text{font-family:var(--font-heading);font-size:clamp(1.1rem,2vw,1.5rem);font-style:italic;color:var(--color-text-secondary);line-height:1.7}.wh-about-split{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.wh-about-split__image{position:relative}.wh-about-split__image img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}.wh-about-split__img-frame{position:absolute;top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem;border:1px solid var(--color-border);pointer-events:none;z-index:-1}.wh-timeline{display:flex;flex-direction:column;gap:0;margin-top:4rem}.wh-timeline__item{display:grid;grid-template-columns:80px 1px 1fr;gap:0 2.5rem;padding-bottom:3rem}.wh-timeline__year{font-family:var(--font-heading);font-size:1.25rem;color:var(--color-gold);font-weight:300;text-align:right;padding-top:.1rem}.wh-timeline__dot{background:var(--color-border);position:relative;flex-shrink:0}.wh-timeline__dot:before{content:"";position:absolute;top:.4rem;left:50%;transform:translate(-50%);width:8px;height:8px;background:var(--color-gold);border-radius:50%}.wh-timeline__item--active .wh-timeline__dot:before{box-shadow:0 0 0 3px #dcdcdc40}.wh-timeline__content{padding-top:0}.wh-timeline__content h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:400;margin-bottom:.75rem;color:var(--color-text)}.wh-timeline__content p{font-size:.875rem;color:var(--color-text-secondary);line-height:1.8}.wh-principles{display:flex;flex-direction:column;gap:2rem}.wh-principle{display:flex;align-items:flex-start;gap:1.5rem}.wh-principle__icon{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-gold);min-width:2rem;font-weight:300;padding-top:.2rem}.wh-principle h4{font-family:var(--font-heading);font-size:1.1rem;font-weight:400;margin-bottom:.5rem;color:var(--color-text)}.wh-principle p{font-size:.85rem;color:var(--color-text-secondary);line-height:1.8}.wh-about-reach{text-align:center}.wh-about-reach__text{font-size:.9375rem;color:var(--color-text-secondary);max-width:60ch;margin:0 auto 3.5rem;line-height:1.8}.wh-about-reach__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--color-border);border:1px solid var(--color-border);margin-top:3rem}.wh-about-reach__stat{padding:2.5rem;background:var(--color-bg-secondary)}.wh-about-reach__stat-number{font-family:var(--font-heading);font-size:3rem;font-weight:300;color:var(--color-gold);line-height:1;margin-bottom:.5rem}.wh-about-reach__stat-label{font-size:.65rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted)}.wh-about-final-cta{text-align:center;max-width:600px;margin:0 auto}.wh-about-final-cta p{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.8;margin-bottom:2.5rem}.wh-about-final-cta__btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.wh-process-steps{display:flex;flex-direction:column;gap:0}.wh-process-step{display:grid;grid-template-columns:60px 1fr;gap:2rem;padding:2.5rem 0;border-bottom:1px solid var(--color-border)}.wh-process-step__number{font-family:var(--font-heading);font-size:2.5rem;font-weight:300;color:#dcdcdc4d;line-height:1;padding-top:.2rem}.wh-process-step__content h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:400;margin-bottom:.75rem;color:var(--color-text)}.wh-process-step__content p{font-size:.875rem;color:var(--color-text-secondary);line-height:1.85}.wh-brand-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.wh-brand-item{font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding:.6rem 1.25rem;border:1px solid var(--color-border-light);color:var(--color-text-secondary);transition:all .3s ease}.wh-brand-item:hover{border-color:var(--color-gold);color:var(--color-gold)}.wh-finishes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--color-border);margin-top:3rem}.wh-finish-card{background:var(--color-bg-secondary);padding:2.5rem}.wh-finish-card__swatch{width:100%;height:120px;margin-bottom:1.5rem;border:1px solid var(--color-border)}.wh-finish-card__swatch--yellow{background:linear-gradient(135deg,#c8a84b,#e8c96d,#a07828)}.wh-finish-card__swatch--white{background:linear-gradient(135deg,#d8d8e0,#f0f0f5,#a8a8b0)}.wh-finish-card__swatch--rose{background:linear-gradient(135deg,#c8806a,#e8a090,#a05840)}.wh-finish-card__swatch--diamond{background:linear-gradient(135deg,#c8a84b,#e8e8f0,#c8a84b);position:relative;overflow:hidden}.wh-finish-card__swatch--diamond:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,transparent,transparent 6px,rgba(255,255,255,.1) 6px,rgba(255,255,255,.1) 7px)}.wh-finish-card h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:400;margin-bottom:.75rem;color:var(--color-text)}.wh-finish-card p{font-size:.8rem;color:var(--color-text-muted);line-height:1.75}.wh-mould-kit{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.wh-mould-kit__includes{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 2rem}.wh-mould-kit__includes li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--color-text-secondary)}.wh-mould-kit__includes li:before{content:"";width:4px;height:4px;background:var(--color-gold);border-radius:50%;flex-shrink:0}.wh-mould-kit__price{font-family:var(--font-heading);font-size:3rem;font-weight:300;color:var(--color-gold);margin-bottom:2rem}.wh-mould-kit__image img{width:100%;aspect-ratio:4/5;object-fit:cover}.wh-diamond-grades{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border);margin-top:3rem}.wh-diamond-grade{background:var(--color-bg-secondary);padding:3rem 2.5rem;text-align:center}.wh-diamond-grade__label{font-family:var(--font-heading);font-size:3rem;font-weight:300;color:var(--color-gold);opacity:.6;margin-bottom:1rem;display:block}.wh-diamond-grade h3{font-family:var(--font-heading);font-size:1.2rem;font-weight:400;margin-bottom:.875rem}.wh-diamond-grade p{font-size:.8125rem;color:var(--color-text-muted);line-height:1.75}.wh-commissions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border);margin-top:3rem}.wh-commission-card{background:var(--color-bg);padding:2.5rem;border-bottom:none}.wh-commission-card__number{font-family:var(--font-heading);font-size:2.5rem;color:#dcdcdc33;font-weight:300;line-height:1;margin-bottom:1rem}.wh-commission-card__title{font-family:var(--font-heading);font-size:1.2rem;font-weight:400;margin-bottom:.75rem;color:var(--color-text)}.wh-commission-card__desc{font-size:.8125rem;color:var(--color-text-muted);line-height:1.75}.wh-contact-section{padding:var(--spacing-xl) 0}.wh-contact-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:6rem}.wh-contact-cards{display:flex;flex-direction:column;gap:1px;background:var(--color-border);margin-top:2.5rem}.wh-contact-card{background:var(--color-bg-secondary);padding:1.75rem;display:flex;align-items:flex-start;gap:1.25rem;transition:background .3s ease}.wh-contact-card:hover{background:var(--color-bg-elevated)}.wh-contact-card__icon{width:40px;height:40px;border:1px solid var(--color-border-light);display:flex;align-items:center;justify-content:center;color:var(--color-gold);flex-shrink:0}.wh-contact-card__body h4{font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.375rem}.wh-contact-card__body a,.wh-contact-card__body span{display:block;font-size:.875rem;color:var(--color-text);margin-bottom:.25rem;transition:color .3s ease}.wh-contact-card__body a:hover{color:var(--color-gold)}.wh-contact-card__body p{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.wh-contact-note{margin-top:1.5rem;padding:1.25rem;border:1px solid var(--color-border)}.wh-contact-note p{font-size:.75rem;color:var(--color-text-muted);line-height:1.7}.wh-contact-form-header{margin-bottom:2.5rem}.wh-contact-form-title{font-family:var(--font-heading);font-size:2rem;font-weight:300;margin-top:.5rem}.wh-contact-form-title em{font-style:italic;color:var(--color-gold)}.wh-form{display:flex;flex-direction:column;gap:1.25rem}.wh-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.wh-form__group{display:flex;flex-direction:column;gap:.5rem}.wh-form__group label{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-secondary)}.wh-form__group input,.wh-form__group textarea,.wh-form__group select{background:var(--color-bg-elevated);border:1px solid var(--color-border-light);color:var(--color-text);padding:.875rem 1rem;font-size:.875rem;font-family:var(--font-body);transition:border-color .3s ease;outline:none;width:100%;-webkit-appearance:none}.wh-form__group input::placeholder,.wh-form__group textarea::placeholder{color:var(--color-text-muted)}.wh-form__group input:focus,.wh-form__group textarea:focus,.wh-form__group select:focus{border-color:var(--color-gold)}.wh-form__group textarea{resize:vertical;min-height:140px}.wh-form__group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999999' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.wh-form__submit{width:100%;justify-content:center}.wh-form__privacy{font-size:.7rem;color:var(--color-text-muted);text-align:center;margin-top:.75rem;line-height:1.6}.wh-form-success{text-align:center;padding:3rem;border:1px solid var(--color-gold);background:#dcdcdc0d;margin-bottom:2rem}.wh-form-success svg{color:var(--color-gold);margin:0 auto 1rem;display:block}.wh-form-success h4{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:.75rem}.wh-form-success p{font-size:.875rem;color:var(--color-text-secondary)}.wh-collection-banner{position:relative;min-height:50vh;display:flex;align-items:center}.wh-collection-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.3}.wh-collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3}.wh-collection-banner .container{position:relative;z-index:1;padding-top:5rem;padding-bottom:5rem}.wh-collection-banner__title{font-family:var(--font-heading);font-size:clamp(3rem,6vw,5.5rem);font-weight:300;color:#fff;margin-top:.5rem;margin-bottom:1rem}.wh-collection-banner__desc{font-size:.9375rem;color:#fff9;max-width:50ch;line-height:1.75}.wh-collection-body{padding:0 0 var(--spacing-xl)}.wh-collection-toolbar{max-width:var(--max-width);margin:0 auto;padding:1.5rem var(--gutter);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border);margin-bottom:3rem}.wh-collection-count{font-size:.75rem;color:var(--color-text-muted);letter-spacing:.1em}.wh-collection-sort{display:flex;align-items:center;gap:.75rem}.wh-sort-select{background:transparent;border:1px solid var(--color-border-light);color:var(--color-text);padding:.4rem 2rem .4rem .875rem;font-size:.7rem;letter-spacing:.08em;cursor:pointer;-webkit-appearance:none}.wh-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border)}.wh-collection-concierge{border-top:1px solid var(--color-border);background:var(--color-bg-secondary);padding:2.5rem var(--gutter)}.wh-collection-concierge__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.wh-collection-concierge__icon{width:56px;height:56px;border:1px solid var(--color-border-light);display:flex;align-items:center;justify-content:center;color:var(--color-gold);flex-shrink:0}.wh-collection-concierge__inner h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:400;margin-bottom:.3rem}.wh-collection-concierge__inner p{font-size:.8125rem;color:var(--color-text-muted)}.wh-collection-concierge__inner .btn{margin-left:auto;flex-shrink:0}.wh-pagination{display:flex;align-items:center;justify-content:center;gap:2rem;padding:3rem 0}.wh-pagination__btn{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);transition:opacity .3s ease}.wh-pagination__info{font-size:.75rem;color:var(--color-text-muted)}.wh-product-page{padding:3rem 0 var(--spacing-xl)}.wh-breadcrumb{display:flex;align-items:center;gap:.625rem;font-size:.7rem;color:var(--color-text-muted);letter-spacing:.08em;margin-bottom:3rem}.wh-breadcrumb a:hover{color:var(--color-gold)}.wh-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-bottom:6rem}.wh-product-gallery{position:sticky;top:6rem}.wh-product-gallery__main{aspect-ratio:1;overflow:hidden;background:var(--color-bg-card);margin-bottom:1px}.wh-product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.wh-product-gallery__placeholder{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--color-bg-card);color:var(--color-border-light)}.wh-product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.wh-product__thumb{aspect-ratio:1;overflow:hidden;background:var(--color-bg-card);cursor:pointer;opacity:.5;transition:opacity .3s ease;border:none;padding:0}.wh-product__thumb:hover,.wh-product__thumb.active{opacity:1}.wh-product__thumb img{width:100%;height:100%;object-fit:cover}.wh-product-info{padding-top:1rem}.wh-product-info__brand{font-size:.65rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.75rem}.wh-product-info__title{font-family:var(--font-heading);font-size:clamp(2rem,3vw,2.75rem);font-weight:300;line-height:1.15;margin-bottom:.5rem}.wh-product-info__ref{font-size:.75rem;color:var(--color-text-muted);letter-spacing:.1em;margin-bottom:2rem}.wh-product-info__price{font-family:var(--font-heading);font-size:2.5rem;font-weight:300;color:var(--color-text);margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--color-border)}.wh-product-specs{display:flex;flex-direction:column;gap:0;margin-bottom:2.5rem}.wh-product-spec{display:flex;justify-content:space-between;align-items:center;padding:.875rem 0;border-bottom:1px solid var(--color-border);font-size:.8125rem}.wh-product-spec__label{color:var(--color-text-muted)}.wh-product-spec__value{color:var(--color-text);font-weight:500}.wh-product-enquire,.wh-product-sold{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.wh-product-sold__notice{padding:1rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);font-size:.8125rem;color:var(--color-text-muted);text-align:center;margin-bottom:.75rem}.wh-product-trust{padding:1.75rem;border:1px solid var(--color-border);background:var(--color-bg-card);display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.wh-product-trust__item{display:flex;align-items:flex-start;gap:.875rem;font-size:.8rem;color:var(--color-text-secondary);line-height:1.5}.wh-product-trust__item svg{color:var(--color-gold);flex-shrink:0;margin-top:1px}.wh-product-description{padding-top:2rem;border-top:1px solid var(--color-border);font-size:.9rem;color:var(--color-text-secondary);line-height:1.9}.wh-related{padding-top:var(--spacing-xl);border-top:1px solid var(--color-border)}.wh-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--color-border)}.wh-cart-page{padding:2rem 0 var(--spacing-xl)}.wh-cart-page__title{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4rem);font-weight:300;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.wh-cart-layout{display:grid;grid-template-columns:1fr 380px;gap:4rem;align-items:start}.wh-cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.75rem;padding:2rem 0;border-bottom:1px solid var(--color-border);align-items:center}.wh-cart-item__image{aspect-ratio:1;overflow:hidden;background:var(--color-bg-card)}.wh-cart-item__image img{width:100%;height:100%;object-fit:cover}.wh-cart-item__vendor{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.375rem}.wh-cart-item__title{font-family:var(--font-heading);font-size:1.15rem;font-weight:400;margin-bottom:.25rem}.wh-cart-item__variant{font-size:.75rem;color:var(--color-text-muted);margin-bottom:.75rem}.wh-cart-item__remove{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);transition:color .3s ease}.wh-cart-item__remove:hover{color:var(--color-gold)}.wh-cart-item__price{font-family:var(--font-heading);font-size:1.25rem;font-weight:400}.wh-cart-summary{padding:2.5rem;background:var(--color-bg-card);border:1px solid var(--color-border);position:sticky;top:8rem}.wh-cart-summary__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:400;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.wh-cart-summary__row{display:flex;justify-content:space-between;font-size:.875rem;color:var(--color-text-secondary);margin-bottom:1rem}.wh-cart-summary__shipping{font-size:.7rem;color:var(--color-text-muted);display:flex;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding-top:1rem;border-top:1px solid var(--color-border)}.wh-404{text-align:center;padding:var(--spacing-xl) 0}.wh-404__number{font-family:var(--font-heading);font-size:clamp(6rem,15vw,12rem);font-weight:300;color:#dcdcdc1a;line-height:1;margin-bottom:1rem}.wh-404__title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:300;margin-bottom:.75rem}.wh-404__text{font-size:.9375rem;color:var(--color-text-secondary);max-width:48ch;margin:0 auto 3rem;line-height:1.8}.wh-404__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.wh-empty{text-align:center;padding:6rem 2rem}.wh-empty__title{font-family:var(--font-heading);font-size:2rem;font-weight:300;margin-bottom:1rem;color:var(--color-text-secondary)}.wh-empty__text{font-size:.875rem;color:var(--color-text-muted);margin-bottom:2.5rem}.wh-default-page{padding:var(--spacing-lg) 0 var(--spacing-xl);max-width:800px}.wh-default-page__content{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.85}.wh-jersey-promise{max-width:1100px}.wh-jersey-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:3rem}.wh-jersey-pillar{background:var(--color-bg-card);border:1px solid var(--color-border);padding:2.5rem;transition:border-color var(--transition)}.wh-jersey-pillar:hover{border-color:var(--color-gold-dark)}.wh-jersey-pillar__icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border);color:var(--color-gold);margin-bottom:1.5rem}.wh-jersey-pillar h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:400;margin-bottom:.75rem;color:var(--color-text)}.wh-jersey-pillar p{color:var(--color-text-secondary);font-size:.875rem;line-height:1.8}.wh-policy-page{padding:var(--spacing-xl) 0}.wh-policy-page__header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.wh-policy-page__title{font-size:clamp(2rem,4vw,3rem);font-weight:300}.wh-policy-page__updated{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);margin-top:.75rem;display:block}.wh-policy-body{max-width:820px}.wh-policy-body h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:400;color:var(--color-text);margin:2.5rem 0 .75rem}.wh-policy-body h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:400;color:var(--color-text);margin:1.75rem 0 .5rem}.wh-policy-body p{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.85;margin-bottom:1rem}.wh-policy-body ul{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.85;margin-bottom:1rem;padding-left:1.5rem}.wh-policy-body ul li{list-style:disc;margin-bottom:.4rem}.wh-policy-body a{color:var(--color-text);border-bottom:1px solid var(--color-border)}.wh-policy-body a:hover{border-color:var(--color-gold)}@media(max-width:1100px){.wh-services__grid{grid-template-columns:1fr 1fr}.wh-featured__grid,.wh-featured__placeholder-grid{grid-template-columns:repeat(2,1fr)}.wh-testimonials__track{grid-template-columns:1fr 1fr}.wh-footer__top{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:900px){.wh-about-preview{grid-template-columns:1fr}.wh-about-preview__image-col{min-height:50vh}.wh-about-preview__content-col{padding:4rem var(--gutter)}.wh-jewellery-preview__inner{grid-template-columns:1fr}.wh-about-split{grid-template-columns:1fr;gap:3rem}.wh-contact-layout{grid-template-columns:1fr}.wh-product-layout{grid-template-columns:1fr;gap:3rem}.wh-product-gallery{position:static}.wh-cart-layout{grid-template-columns:1fr}.wh-cart-summary{position:static}.wh-mould-kit{grid-template-columns:1fr}.wh-about-reach__stats,.wh-finishes-grid{grid-template-columns:repeat(2,1fr)}.wh-diamond-grades{grid-template-columns:1fr}.wh-commissions-grid{grid-template-columns:1fr 1fr}.wh-collection-grid,.wh-products-grid{grid-template-columns:repeat(2,1fr)}.wh-why__grid,.wh-gallery__mosaic{grid-template-columns:1fr 1fr}.wh-gallery__item--tall{grid-row:span 1}.wh-gallery__item--wide{grid-column:span 1}.wh-instagram__grid{grid-template-columns:repeat(3,1fr)}.wh-hero__badge{display:none}.wh-hero__stats{position:static;justify-content:center;padding:2rem var(--gutter);background:var(--color-bg-secondary);border-top:1px solid var(--color-border)}.wh-hero__content{padding-bottom:4rem}.wh-contact-cta__channels{flex-direction:column}.wh-contact-cta__channel-divider{width:100%;height:1px}}@media(max-width:640px){.wh-services__grid,.wh-featured__grid,.wh-featured__placeholder-grid,.wh-why__grid,.wh-testimonials__track,.wh-footer__top,.wh-form__row,.wh-commissions-grid,.wh-collection-grid{grid-template-columns:1fr}.wh-trust-bar__sep{display:none}.wh-about-reach__stats{grid-template-columns:1fr 1fr}.wh-jersey-pillars{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/watchhawk-sections.css.map */
