
:root{
  --ink:#15191f;--ink2:#222831;--cream:#f7f3ed;--paper:#fff;--gold:#c99a4b;
  --gold2:#e4c47e;--muted:#6d747d;--line:#e7e2da;--soft:#f3efe8;--radius:22px;
  --shadow:0 18px 55px rgba(27,25,22,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px 16px;z-index:999}
.topbar{background:#11151a;color:#fff;font-size:13px}.topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between}.topbar-links{display:flex;gap:24px}.topbar a{color:#f1d49b}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid rgba(0,0,0,.06)}
.header-main{display:grid;grid-template-columns:260px 1fr 220px;gap:30px;align-items:center;padding:18px 0}.brand{display:inline-flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#11151a,#313946);color:#f3d28d;font-weight:800;letter-spacing:-1px}.brand strong{display:block;font-size:22px;line-height:1}.brand small{display:block;color:var(--muted);margin-top:5px;letter-spacing:.12em;text-transform:uppercase;font-size:9px}
.search{display:flex;background:#f4f4f2;border:1px solid #e6e4df;border-radius:14px;overflow:hidden}.search input{flex:1;border:0;background:transparent;padding:13px 16px;outline:none;font-size:15px}.search button{border:0;background:#20262e;color:#fff;padding:0 20px;font-weight:700;cursor:pointer}.header-actions{display:flex;justify-content:flex-end;gap:22px;font-size:14px;font-weight:700}.cart-link span{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--gold);color:#111;margin-left:4px}
.main-nav{border-top:1px solid #efede9}.nav-scroll{display:flex;gap:32px;align-items:center;height:48px;font-size:14px;font-weight:650}.nav-scroll a:hover{color:#8c6427}
.hero{overflow:hidden;background:
radial-gradient(circle at 80% 20%,rgba(213,172,94,.25),transparent 28%),
linear-gradient(120deg,#11161d 0%,#222a35 56%,#4a3b2c 100%);color:white}
.hero-grid{min-height:590px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:#efcc86;margin-bottom:14px}.eyebrow.dark{color:#9c732f}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,5.2vw,76px);line-height:.98;letter-spacing:-.04em;max-width:760px;margin:0 0 24px}.hero p{font-size:18px;color:#d9dde2;max-width:650px;margin:0 0 32px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;font-weight:800;font-size:14px;border:1px solid transparent}.btn-primary,.btn-gold{background:linear-gradient(135deg,#f0cf8a,#c99a4b);color:#19160f}.btn-light{border-color:rgba(255,255,255,.22);color:white;background:rgba(255,255,255,.06)}.btn-dark{background:#171b20;color:white}.hero-trust{display:flex;gap:26px;flex-wrap:wrap;color:#d1d4d8;font-size:13px;margin-top:28px}
.hero-art{position:relative;height:500px}.gift-card{position:absolute;border-radius:26px;box-shadow:0 35px 80px rgba(0,0,0,.35)}.gift-card-main{width:360px;height:250px;right:35px;top:105px;background:linear-gradient(145deg,#8c6038,#d2a875 48%,#8b5d36);transform:rotate(-6deg);border:1px solid rgba(255,255,255,.22)}.gift-card-main:before{content:"";position:absolute;inset:13px;border:1px solid rgba(80,47,24,.35);border-radius:18px}.engraving{position:absolute;inset:0;display:grid;place-content:center;text-align:center;color:#3c2615;font-family:Georgia,serif;font-size:32px;line-height:1.15;letter-spacing:.03em}.engraving strong{font-size:52px}.gift-card-small{width:260px;height:165px;right:220px;top:260px;background:linear-gradient(145deg,#20262e,#090c10);transform:rotate(9deg);border:1px solid rgba(255,255,255,.12)}.gift-disc{position:absolute;right:35px;top:55px;width:110px;height:110px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#d7b66c,#6b4f23);color:#1d170d;font-weight:900;box-shadow:0 24px 50px rgba(0,0,0,.3);transform:rotate(11deg)}.spark{position:absolute;color:#f3cf83;font-size:32px}.s1{right:6px;top:220px}.s2{right:410px;top:150px;font-size:18px}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0}.trust-grid>div{padding:0 22px;border-right:1px solid var(--line)}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border:0}.trust-grid strong,.trust-grid span{display:block}.trust-grid strong{font-size:14px}.trust-grid span{font-size:12px;color:var(--muted);margin-top:3px}
.section{padding:90px 0}.section-soft{background:#f8f6f2}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px}.section-heading h2,.story-copy h2,.business-grid h2,.newsletter h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,52px);letter-spacing:-.03em;line-height:1.05;margin:0}.centered{text-align:center;justify-content:center}.text-link{font-weight:800;color:#7e5a23}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{min-height:250px;padding:28px;border-radius:var(--radius);position:relative;overflow:hidden;border:1px solid #ece6dc;background:linear-gradient(145deg,#fff,#f4eee4);transition:.25s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-icon{font-size:52px;color:#b88943;margin:14px 0 28px}.category-card h3{font-size:22px;margin:0 0 8px}.category-card p{color:var(--muted);margin:0 0 24px}.category-card span{font-weight:800;font-size:13px}.c2,.c5{background:linear-gradient(145deg,#ece9e2,#fff)}.c3{background:linear-gradient(145deg,#eef1f4,#fff)}.c4{background:linear-gradient(145deg,#171b20,#323a45);color:#fff}.c4 p{color:#ccd1d7}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:white;border-radius:18px;overflow:hidden;border:1px solid #e8e5df;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{height:270px;display:grid;place-items:center;position:relative;overflow:hidden;background:#ede7dd}.product-image:before{content:"";width:150px;height:105px;border-radius:16px;background:linear-gradient(145deg,#8a603c,#d8b487);box-shadow:0 18px 30px rgba(0,0,0,.18);transform:rotate(-6deg)}.product-image.keyring:before{width:105px;height:105px;border-radius:50%;background:linear-gradient(145deg,#d5b66f,#6d5126)}.product-image.board:before{width:180px;height:120px;background:linear-gradient(145deg,#d9b77e,#ad7a45)}.product-image.cards:before{width:180px;height:105px;background:linear-gradient(145deg,#0f1216,#3a414a)}.visual-mark{position:absolute;font-family:Georgia,serif;font-weight:800;color:#4d341e}.cards .visual-mark{color:#d9bc7a}.product-badge{position:absolute;left:14px;top:14px;background:white;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;z-index:2}.product-info{padding:18px}.product-info h3{font-size:16px;line-height:1.3;margin:0 0 10px}.rating{font-size:12px;color:#c79339}.rating span{color:var(--muted);margin-left:6px}.product-bottom{margin-top:16px;display:flex;justify-content:space-between;align-items:center}.product-bottom strong{font-size:18px}.mini-btn{padding:8px 12px;border-radius:10px;background:#191e24;color:white;font-size:12px;font-weight:800}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.story-visual{height:460px;background:linear-gradient(145deg,#191d22,#303944);border-radius:28px;position:relative;overflow:hidden;display:grid;place-items:center}.story-plaque{width:280px;height:190px;background:linear-gradient(145deg,#cfa46d,#8e613a);border-radius:18px;display:grid;place-content:center;text-align:center;font-family:Georgia,serif;font-size:28px;letter-spacing:.12em;color:#382414;box-shadow:0 25px 60px rgba(0,0,0,.3)}.laser-line{position:absolute;width:90%;height:2px;background:#e5b15e;box-shadow:0 0 20px #e5b15e;top:48%;z-index:2}.story-copy p{color:var(--muted);font-size:17px}.story-copy .btn{margin-top:10px}
.section-dark{background:#11161c;color:white}.business-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.business-grid p{color:#ccd1d7;font-size:17px;max-width:600px}.business-stack{height:330px;position:relative}.metal-card{position:absolute;width:310px;height:180px;border-radius:17px;display:grid;place-items:center;font-weight:900;letter-spacing:.14em;box-shadow:0 24px 55px rgba(0,0,0,.3)}.m1{right:100px;top:90px;background:linear-gradient(145deg,#101318,#3d4652);color:#d9bd80;transform:rotate(-7deg)}.m2{right:20px;top:20px;background:linear-gradient(145deg,#d5b775,#66502f);color:#17140f;transform:rotate(8deg)}.m3{right:5px;top:160px;background:linear-gradient(145deg,#d9dde0,#7e858d);color:#20242a;transform:rotate(3deg)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step{padding:32px;border:1px solid var(--line);border-radius:18px}.step>span{font-family:Georgia,serif;font-size:44px;color:#c59a55}.step h3{font-size:20px;margin:15px 0 8px}.step p{color:var(--muted);margin:0}
.newsletter{background:linear-gradient(120deg,#76552d,#c39a5d);color:#fff;padding:65px 0}.newsletter-inner{display:flex;justify-content:space-between;gap:40px;align-items:center}.newsletter form{display:flex;width:min(480px,100%);background:#fff;border-radius:14px;padding:6px}.newsletter input{flex:1;border:0;outline:none;padding:0 14px;font-size:15px}.newsletter .btn{border:0}
.footer{background:#0e1217;color:#cfd4da;padding:70px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:55px}.footer h3{color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.1em}.footer a,.footer span{display:block;color:#b8bec5;margin:9px 0;font-size:14px}.footer p{max-width:420px}.footer-brand strong{color:#fff}.footer-bottom{border-top:1px solid #2a3038;margin-top:48px;padding-top:20px;display:flex;justify-content:space-between}.footer-bottom div{display:flex;gap:20px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:950px){
 .header-main{grid-template-columns:1fr auto}.search{grid-column:1/-1;grid-row:2}.header-actions{grid-column:2}.nav-scroll{overflow:auto}.hero-grid,.story-grid,.business-grid{grid-template-columns:1fr}.hero-grid{padding:65px 0}.hero-art{height:390px}.trust-grid{grid-template-columns:repeat(2,1fr);gap:20px}.trust-grid>div{border:0;padding:0}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){
 .container{width:min(100% - 26px,1180px)}.topbar-inner{justify-content:center}.topbar-links{display:none}.header-main{grid-template-columns:1fr auto;gap:10px;padding:12px 0}.brand strong{font-size:18px}.brand-mark{width:38px;height:38px}.header-actions a:first-child{display:none}.main-nav{display:none}.hero-grid{min-height:auto}.hero h1{font-size:43px}.hero-art{height:320px}.gift-card-main{width:260px;height:185px;right:5px;top:70px}.gift-card-small{width:190px;height:125px;right:130px;top:170px}.gift-disc{right:5px;width:80px;height:80px}.section{padding:64px 0}.trust-grid,.category-grid,.product-grid,.steps,.footer-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start;gap:18px;flex-direction:column}.newsletter-inner{align-items:flex-start;flex-direction:column}.newsletter form{width:100%}.footer-bottom{flex-direction:column}.story-visual{height:350px}.business-stack{height:280px}.metal-card{width:230px;height:135px}.m1{right:70px}.hero-trust{gap:10px 18px}
}

/* Gift4You supplied logo */
.brand-logo{display:flex;align-items:center;min-width:0}
.brand-logo img{display:block;width:min(320px,100%);height:auto;max-height:78px;object-fit:contain;object-position:left center}
.footer .brand-logo img{max-width:300px;max-height:92px;filter:brightness(0) invert(1)}
@media(max-width:950px){
  .brand-logo img{max-width:255px;max-height:66px}
}
@media(max-width:620px){
  .brand-logo img{max-width:190px;max-height:54px}
  .footer .brand-logo img{max-width:220px;max-height:70px}
}
