@font-face{font-family:Manrope;src:url('assets/manrope-latin.woff2') format('woff2');font-display:swap}
:root{--navy:#0b2342;--navy-2:#12375f;--blue:#2d55a1;--blue-soft:#e9eef8;--gold:#e6c184;--white:#fff;--paper:#f7f8fa;--text:#142439;--muted:#617084;--line:#e6e9ed;--font:Manrope,Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;width:100%}button{font:inherit}::selection{background:#d7e2fb;color:var(--navy)}:focus-visible{outline:3px solid #cf9c51;outline-offset:4px}.container{width:min(100% - 72px,1280px);margin-inline:auto}
.site-header{height:112px;background:var(--navy);padding:18px 24px;position:relative;z-index:30}.nav-shell{height:76px;width:min(100%,1340px);margin:auto;padding:0 18px 0 27px;background:#fff;border:1px solid #ffffffcc;border-radius:21px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;box-shadow:0 14px 40px #03162a24}.brand{display:flex;align-items:center;gap:11px;width:max-content;color:var(--navy)}.brand-symbol{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--navy);color:var(--gold);font-size:26px;line-height:1;transform:rotate(-25deg)}.brand-type{font-size:24px;font-weight:800;letter-spacing:-.08em;line-height:.85}.brand-type small{display:block;font-size:7px;letter-spacing:.23em;font-weight:800;margin-top:8px}.main-nav{display:flex;align-items:center;gap:4px}.main-nav a{padding:12px 17px;border-radius:999px;color:#415268;font-size:12px;font-weight:800;transition:background .2s,color .2s}.main-nav a:hover,.main-nav a[aria-current=page]{background:var(--blue-soft);color:var(--navy)}.nav-cta{justify-self:end;border-radius:999px;padding:14px 20px;background:var(--navy);color:white;font-size:11px;font-weight:800;transition:transform .2s,background .2s,box-shadow .2s;white-space:nowrap}.nav-cta:hover{background:var(--blue);transform:translateY(-2px);box-shadow:0 8px 20px #17376533}.menu-toggle{display:none}
.overline{display:block;font-size:10px;font-weight:800;letter-spacing:.22em;color:var(--blue);line-height:1.5}.overline-light{color:var(--gold)}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.055em}h1,h2{font-weight:800}p{line-height:1.75}.button{display:inline-flex;align-items:center;justify-content:center;min-height:51px;border-radius:999px;padding:0 25px;font-size:12px;letter-spacing:.005em;font-weight:800;border:1px solid transparent;white-space:nowrap;transition:transform .22s,background .22s,color .22s,box-shadow .22s}.button:hover{transform:translateY(-3px)}.button:active{transform:translateY(0)}.button-gold{background:var(--gold);color:#102940}.button-gold:hover{background:#f0d7a6;box-shadow:0 10px 30px #0002}.button-glass{background:#ffffff15;color:#fff;border-color:#ffffff7a;backdrop-filter:blur(10px)}.button-glass:hover{background:#ffffff25}.button-white{background:#fff;color:var(--navy)}.button-white:hover{background:#e9eef8}.button-navy{background:var(--navy);color:#fff}.button-navy:hover{background:var(--blue);box-shadow:0 10px 24px #2d55a132}.button-row{display:flex;flex-wrap:wrap;gap:12px}
.home-hero{position:relative;min-height:660px;background:var(--navy);color:#fff;overflow:hidden;border-radius:0 0 30px 30px}.hero-image,.hero-overlay{position:absolute;inset:0}.hero-image img{height:100%;object-fit:cover;object-position:72% 52%}.hero-overlay{background:linear-gradient(90deg,#0b2342 0%,#0b2342f5 26%,#0b2342c5 45%,#0b234230 76%,#0b234203 100%)}.hero-layout{position:relative;z-index:2;min-height:660px;display:flex;align-items:center;padding-bottom:54px}.hero-copy{width:min(690px,58%)}.hero-copy h1{font-size:clamp(58px,7.2vw,106px);line-height:1.02;margin:22px 0 24px;letter-spacing:-.072em}.hero-copy h1 span{color:var(--gold)}.hero-copy p{font-size:15px;line-height:1.8;color:#e7edf4;max-width:520px;margin:0 0 32px}.hero-edge{position:absolute;z-index:2;right:38px;bottom:24px;color:#ffffffd1;font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:800}
.section-pad{padding:112px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:38px}.section-heading h2{font-size:clamp(45px,5.1vw,72px);line-height:1.08;margin:12px 0 0;max-width:650px}.section-heading h2 span{color:var(--blue)}.section-heading p{font-size:14px;color:var(--muted);max-width:310px;margin:0 0 7px}.category-section{background:var(--white)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{display:block;min-width:0}.category-image{border-radius:19px;overflow:hidden;background:#e7eaf1;aspect-ratio:3/3.7}.category-image img{height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .55s}.category-card:hover img{transform:scale(1.06);filter:saturate(1.1)}.category-card>span{display:block;margin:16px 0 4px;font-size:23px;font-weight:800;letter-spacing:-.04em;transition:color .2s}.category-card:hover>span{color:var(--blue)}.category-card small{display:block;font-size:11px;color:var(--muted);font-weight:600}
.gift-feature{display:grid;grid-template-columns:1.05fr .95fr;min-height:620px;background:var(--navy);color:#fff}.feature-image{min-height:620px;overflow:hidden}.feature-image img{height:100%;object-fit:cover;object-position:center 55%;transition:transform .7s}.feature-image:hover img{transform:scale(1.025)}.feature-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:90px clamp(55px,7vw,122px)}.feature-content h2{font-size:clamp(46px,4.7vw,71px);line-height:1.09;margin:20px 0 22px;max-width:650px}.feature-content p{font-size:14px;line-height:1.8;max-width:480px;color:#d9e4ef;margin-bottom:34px}.contact-banner{background:var(--paper)}.contact-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.contact-banner h2{font-size:clamp(38px,4vw,58px);margin:14px 0 9px;line-height:1.1}.contact-banner p{font-size:14px;color:var(--muted);margin:0}
.page-hero{position:relative;min-height:490px;overflow:hidden;background:#edf0f4}.page-hero>img{position:absolute;right:0;top:0;width:47%;height:100%;object-fit:cover;object-position:center}.page-hero::after{content:'';position:absolute;z-index:1;right:38%;top:0;bottom:0;width:18%;background:linear-gradient(90deg,#edf0f4,transparent);pointer-events:none}.page-hero-content{position:relative;z-index:2;min-height:490px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-block:60px}.page-hero h1{font-size:clamp(58px,6.8vw,92px);line-height:1.04;max-width:670px;margin:17px 0 20px}.page-hero h1 span{color:var(--blue)}.page-hero p{max-width:510px;font-size:15px;color:var(--muted)}.category-nav{position:sticky;top:0;z-index:15;background:#fffffff0;backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}.category-nav .container{display:flex;gap:8px;align-items:center;min-height:74px;overflow-x:auto}.category-nav a{flex:none;border:1px solid var(--line);border-radius:999px;padding:11px 20px;font-size:11px;font-weight:800;color:var(--navy);transition:background .2s,color .2s}.category-nav a:hover{background:var(--navy);color:#fff}.product-sections{padding-top:40px;padding-bottom:70px}.product-section{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,7vw,105px);align-items:center;padding:72px 0;scroll-margin-top:80px;border-bottom:1px solid var(--line)}.product-section:last-child{border-bottom:0}.product-section:nth-child(even) .product-photo{order:2}.product-photo{border-radius:24px;overflow:hidden;background:#e8ebef}.product-photo img{aspect-ratio:1/1;object-fit:cover;transition:transform .6s}.product-photo:hover img{transform:scale(1.04)}.product-details h2{font-size:clamp(44px,4.5vw,64px);line-height:1.07;margin:15px 0 19px}.product-details p{font-size:14px;color:var(--muted);max-width:520px}.product-details ul{padding:0;margin:24px 0 31px;list-style:none;border-top:1px solid var(--line);max-width:510px}.product-details li{padding:13px 0;border-bottom:1px solid var(--line);font-size:12px;font-weight:700}.mini-cta{background:var(--navy);color:#fff;padding:64px 0}.mini-cta .container{display:flex;justify-content:space-between;align-items:center;gap:30px}.mini-cta h2{font-size:clamp(34px,3.8vw,55px);margin:0}
.gift-hero{position:relative;min-height:610px;background:var(--navy);overflow:hidden;color:#fff}.gift-hero>img,.gift-hero-shade{position:absolute;inset:0;width:100%;height:100%}.gift-hero>img{object-fit:cover;object-position:center 52%}.gift-hero-shade{background:linear-gradient(90deg,#0b2342ed 0%,#0b2342ba 42%,#0b23421b 100%)}.gift-hero-copy{position:relative;z-index:1;min-height:610px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.gift-hero h1{font-size:clamp(62px,7vw,98px);line-height:1.02;max-width:840px;margin:20px 0 21px}.gift-hero h1 span{color:var(--gold)}.gift-hero p{font-size:15px;color:#e5eaf0;max-width:540px;margin-bottom:30px}.gift-ideas{background:#fff}.idea-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.idea-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:transform .25s,box-shadow .25s}.idea-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #112f4d14}.idea-card img{aspect-ratio:1.2/1;object-fit:cover}.idea-card>div{padding:28px}.idea-card h3{font-size:26px;margin:12px 0 10px}.idea-card p{font-size:12px;color:var(--muted);min-height:55px;margin-bottom:20px}.idea-card a{font-size:12px;font-weight:800;color:var(--blue);border-bottom:1px solid currentColor;padding-bottom:5px}.gift-help{padding:100px 0;background:#173d68;color:#fff;text-align:center}.gift-help h2{font-size:clamp(45px,5vw,72px);line-height:1.08;max-width:900px;margin:17px auto 28px}
.orders-hero{background:var(--navy);color:#fff;overflow:hidden}.orders-hero-grid{min-height:590px;display:grid;grid-template-columns:.95fr 1.05fr;gap:55px;align-items:center;padding-block:55px}.orders-hero h1{font-size:clamp(58px,6.5vw,89px);line-height:1.04;margin:22px 0}.orders-hero h1 span{color:var(--gold)}.orders-hero p{font-size:15px;color:#dce5ed;max-width:480px;margin-bottom:30px}.orders-photo{border-radius:26px;overflow:hidden;max-height:495px}.orders-photo img{aspect-ratio:1.13/1;object-fit:cover}.order-guide{background:#fff}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.guide-grid>div{border-radius:18px;background:var(--paper);padding:32px 29px;min-height:190px}.guide-grid h3{font-size:22px;margin-bottom:12px}.guide-grid p{font-size:12px;color:var(--muted);margin:0}.order-bottom{background:var(--blue-soft);padding:90px 0}.order-bottom-grid{display:flex;justify-content:space-between;align-items:center;gap:50px}.order-bottom h2{font-size:clamp(40px,4.3vw,60px);margin:13px 0}.order-bottom p{font-size:14px;color:var(--muted);max-width:520px;margin:0}.order-links{display:flex;align-items:center;flex-direction:column;gap:18px}.order-links>a:last-child{font-size:12px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:5px}
.site-footer{background:#07182d;color:#fff;padding:74px 0 26px}.footer-grid{display:grid;grid-template-columns:1.8fr .8fr .8fr;gap:60px}.footer-wordmark{font-size:43px;font-weight:800;letter-spacing:-.09em;line-height:1}.footer-grid p{font-size:12px;color:#aebccd;margin:19px 0 0}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer-label{font-size:10px;letter-spacing:.17em;color:var(--gold);font-weight:800;margin:3px 0 5px;text-transform:uppercase}.footer-grid>div:not(:first-child) a{font-size:12px;font-weight:700;color:#e0e8f0;transition:color .2s}.footer-grid>div:not(:first-child) a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid #ffffff2a;display:flex;justify-content:space-between;gap:25px;margin-top:60px;padding-top:23px;font-size:10px;color:#aebccd}
@media(prefers-reduced-motion:no-preference){.enhanced [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.enhanced [data-reveal].is-visible{opacity:1;transform:translateY(0)}}
@media(max-width:1000px){.nav-shell{grid-template-columns:1fr auto}.main-nav{display:none;position:absolute;top:96px;left:24px;right:24px;background:#fff;border-radius:20px;padding:20px;box-shadow:0 18px 50px #03162a40;flex-direction:column;align-items:stretch;gap:3px}.main-nav.open{display:flex}.main-nav a{padding:16px;font-size:15px}.nav-cta{display:none}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;background:var(--navy);border:0;border-radius:13px;cursor:pointer}.menu-toggle span{width:17px;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-6px) rotate(-45deg)}.hero-copy{width:65%}.category-grid{grid-template-columns:repeat(2,1fr)}.category-image{aspect-ratio:1/1}.gift-feature{grid-template-columns:1fr 1fr}.feature-content{padding:50px}.idea-grid{grid-template-columns:repeat(2,1fr)}.idea-card:last-child{grid-column:span 2}.idea-card:last-child img{aspect-ratio:2/1}}
@media(max-width:700px){.container{width:min(100% - 36px,1280px)}.site-header{height:92px;padding:13px 12px}.nav-shell{height:66px;padding:0 10px 0 16px;border-radius:17px}.brand-type{font-size:22px}.brand-symbol{width:33px;height:33px}.main-nav{top:79px;left:12px;right:12px}.home-hero{min-height:730px;border-radius:0 0 22px 22px}.hero-image img{object-position:59% bottom}.hero-overlay{background:linear-gradient(180deg,#0b2342 0%,#0b2342f2 17%,#0b2342c7 43%,#0b234220 71%,#0b234202 100%)}.hero-layout{min-height:730px;align-items:flex-start;padding-top:58px}.hero-copy{width:100%}.hero-copy h1{font-size:clamp(49px,11vw,76px);max-width:570px;line-height:1.05;margin:17px 0}.hero-copy p{font-size:13px;max-width:490px;margin-bottom:23px}.hero-edge{left:18px;right:auto;bottom:19px;font-size:8px}.button{min-height:47px;padding:0 20px;font-size:11px}.section-pad{padding:75px 0}.section-heading{display:block;margin-bottom:28px}.section-heading h2{font-size:clamp(39px,8vw,56px)}.section-heading p{font-size:13px;max-width:500px;margin-top:14px}.category-grid{gap:14px}.category-card>span{font-size:20px}.category-card small{font-size:10px}.gift-feature{grid-template-columns:1fr}.feature-image{min-height:0;height:390px}.feature-content{padding:65px 24px 75px}.feature-content h2{font-size:clamp(42px,8vw,60px)}.contact-banner-inner{display:block}.contact-banner h2{font-size:44px}.contact-banner .button{margin-top:25px}.page-hero{min-height:560px;display:flex;align-items:flex-start;flex-direction:column}.page-hero>img{width:100%;height:280px;top:auto;bottom:0}.page-hero::after{inset:auto 0 235px;height:90px;width:auto;background:linear-gradient(#edf0f4,transparent)}.page-hero-content{min-height:280px;padding:48px 0 20px;justify-content:flex-start}.page-hero h1{font-size:clamp(48px,10vw,72px);margin:14px 0}.page-hero p{font-size:13px;margin:0}.category-nav .container{min-height:68px}.category-nav a{font-size:10px;padding:10px 14px}.product-sections{padding:0 0 35px}.product-section{grid-template-columns:1fr;gap:28px;padding:55px 0}.product-section:nth-child(even) .product-photo{order:0}.product-photo img{aspect-ratio:1.25/1}.product-details h2{font-size:46px}.mini-cta .container{display:block}.mini-cta h2{margin-bottom:25px}.gift-hero{min-height:650px}.gift-hero>img{object-position:60% center}.gift-hero-shade{background:linear-gradient(180deg,#0b2342ed 0%,#0b2342c2 45%,#0b234229 100%)}.gift-hero-copy{min-height:650px;justify-content:flex-start;padding-top:65px}.gift-hero h1{font-size:clamp(52px,10vw,75px)}.gift-hero p{font-size:13px}.idea-grid{grid-template-columns:1fr}.idea-card:last-child{grid-column:auto}.idea-card:last-child img{aspect-ratio:1.2/1}.idea-card p{min-height:0}.gift-help{padding:75px 0}.gift-help h2{font-size:43px}.orders-hero-grid{grid-template-columns:1fr;gap:40px;padding-top:60px;padding-bottom:60px}.orders-hero h1{font-size:clamp(51px,10vw,72px)}.orders-hero p{font-size:13px}.orders-photo{max-height:340px}.orders-photo img{aspect-ratio:1.3/1}.guide-grid{grid-template-columns:1fr}.guide-grid>div{min-height:0;padding:26px}.order-bottom{padding:70px 0}.order-bottom-grid{display:block}.order-bottom h2{font-size:45px}.order-links{align-items:flex-start;margin-top:27px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-grid>div:first-child{grid-column:span 2}.footer-bottom{display:block;margin-top:50px}.footer-bottom span{display:block;margin-top:7px}}
@media(max-width:430px){.hero-copy h1{font-size:49px}.hero-copy p{font-size:12px}.button-row{gap:9px}.button-row .button{padding:0 15px;font-size:10px}.category-grid{gap:10px}.category-image{aspect-ratio:3/3.8}.category-card>span{font-size:18px;margin-top:11px}.category-card small{font-size:9px}.page-hero h1{font-size:49px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media(max-width:700px){.page-hero{min-height:650px}.page-hero>img{height:290px}.page-hero::after{bottom:250px}.page-hero-content{min-height:360px}}
