:root{--ink:#181818;--muted:#6d6a66;--paper:#fff;--cream:#f5f1eb;--line:#e5dfd6;--accent:#b28a55;--accent-dark:#88643a;--radius:22px;--shadow:0 20px 60px rgba(35,30,24,.10);--page:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-width{width:min(var(--page),calc(100% - 40px));margin-inline:auto}.section{padding:84px 0}.section--cream{background:var(--cream)}.eyebrow{margin:0 0 12px;color:var(--accent-dark);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.heading{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1.03;letter-spacing:-.045em}.subheading{max-width:680px;margin:18px 0 0;color:var(--muted);font-size:1.05rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:white;font-weight:800;transition:.2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.button--secondary{background:transparent;color:var(--ink);border-color:var(--line)}.button--secondary:hover{border-color:var(--ink);box-shadow:none}.site-announcement{padding:9px 20px;background:var(--ink);color:white;text-align:center;font-size:.82rem;letter-spacing:.04em}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,223,214,.8)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:24px}.brand img{width:190px;height:auto}.nav{display:flex;gap:30px;font-weight:700;font-size:.92rem}.nav a:hover{color:var(--accent-dark)}.header-actions{display:flex;align-items:center;gap:10px}.icon-link{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;font-weight:800}.mobile-menu-button{display:none}.hero{overflow:hidden;padding:54px 0 80px;background:radial-gradient(circle at 80% 20%,#f5efe5 0,transparent 34%),linear-gradient(180deg,#fff 0,#faf8f5 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:66px;align-items:center}.hero-title{font-size:clamp(3.1rem,6.6vw,6.3rem);line-height:.93;letter-spacing:-.065em;margin:0}.hero-title em{font-style:normal;color:var(--accent-dark)}.hero-copy{max-width:610px;margin:24px 0;color:var(--muted);font-size:1.14rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-note{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;color:var(--muted);font-size:.84rem}.hero-note span:before{content:"✓";margin-right:7px;color:var(--accent-dark);font-weight:900}.hero-visual{position:relative}.hero-card{position:relative;border-radius:32px;overflow:hidden;background:#fff;box-shadow:var(--shadow);aspect-ratio:4/5}.hero-card img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-badge{position:absolute;left:-24px;bottom:42px;width:140px;height:140px;border-radius:50%;display:grid;place-items:center;text-align:center;background:var(--ink);color:white;border:8px solid #fff;box-shadow:0 15px 40px rgba(0,0,0,.18);font-weight:900;letter-spacing:.06em}.hero-badge strong{display:block;font-size:2rem}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;gap:14px;align-items:center;padding:24px 22px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border-radius:50%;background:var(--cream);font-weight:900;color:var(--accent-dark)}.trust-item strong{display:block;font-size:.92rem}.trust-item span{display:block;color:var(--muted);font-size:.78rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:white;transition:.25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card__media{position:relative;aspect-ratio:1/1;background:var(--cream);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__placeholder{height:100%;display:grid;place-items:center;padding:30px;background:linear-gradient(145deg,#f8f4ee,#ece3d6)}.product-card__placeholder svg{width:75%;max-width:160px}.product-card__badge{position:absolute;top:14px;left:14px;padding:7px 10px;border-radius:999px;background:white;font-size:.72rem;font-weight:900}.product-card__body{padding:20px}.product-card__title{margin:0 0 7px;font-size:1.1rem}.product-card__copy{min-height:48px;color:var(--muted);font-size:.88rem}.product-card__price{display:flex;justify-content:space-between;align-items:center;margin-top:16px;font-weight:900}.arrow{font-size:1.25rem;color:var(--accent-dark)}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}.process-card{padding:30px;border:1px solid rgba(178,138,85,.26);border-radius:var(--radius);background:rgba(255,255,255,.72)}.process-number{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--ink);color:white;font-weight:900}.process-card h3{margin:24px 0 8px}.process-card p{margin:0;color:var(--muted)}.nfc-demo{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center}.nfc-phone{min-height:520px;border-radius:34px;background:linear-gradient(145deg,#1b1b1b,#333);padding:18px;box-shadow:var(--shadow)}.nfc-screen{height:100%;min-height:484px;border-radius:24px;background:white;display:flex;flex-direction:column;justify-content:space-between;padding:42px}.nfc-mark{display:grid;place-items:center;width:160px;height:160px;margin:auto;border:2px solid var(--line);border-radius:50%;font-size:2rem;font-weight:900;color:var(--accent-dark)}.qr-placeholder{display:grid;place-items:center;aspect-ratio:1;max-width:220px;margin:25px auto 0;border:2px dashed var(--accent);border-radius:22px;color:var(--muted);text-align:center;padding:20px}.feature-list{display:grid;gap:18px;margin:30px 0}.feature{display:flex;gap:14px}.feature span:first-child{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--cream);color:var(--accent-dark);font-weight:900;flex:0 0 auto}.feature strong{display:block}.feature small{color:var(--muted)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.quote{padding:30px;border-radius:var(--radius);background:white;border:1px solid var(--line)}.quote-stars{color:var(--accent-dark);letter-spacing:.15em}.quote p{font-size:1.03rem}.quote footer{color:var(--muted);font-size:.85rem}.faq{max-width:850px;margin:40px auto 0}.faq details{border-top:1px solid var(--line);padding:22px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:800;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq p{color:var(--muted)}.site-footer{padding:58px 0 28px;background:var(--ink);color:white}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:60px}.footer-brand img{width:190px;filter:brightness(0) invert(1)}.footer-copy{max-width:430px;color:#c9c5c0}.footer-title{margin:0 0 14px;font-size:.9rem;text-transform:uppercase;letter-spacing:.12em;color:#c9c5c0}.footer-links{display:grid;gap:10px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:24px;border-top:1px solid #353535;color:#aaa;font-size:.8rem}.product-main{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;padding:60px 0 90px}.product-media{border-radius:var(--radius);overflow:hidden;background:var(--cream)}.product-info{padding-top:20px}.product-info h1{font-size:clamp(2.4rem,4vw,4.3rem);line-height:1;letter-spacing:-.045em;margin:0 0 18px}.product-price{font-size:1.35rem;font-weight:900;margin:18px 0}.product-description{color:var(--muted)}.product-form{display:grid;gap:15px;margin-top:28px}.field{display:grid;gap:7px}.field select,.field input{min-height:52px;border:1px solid var(--line);border-radius:14px;padding:0 14px;background:white}.quantity-row{display:grid;grid-template-columns:120px 1fr;gap:12px}.cart-page{padding:70px 0}.cart-line{display:grid;grid-template-columns:110px 1fr auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.cart-line img{width:110px;height:110px;object-fit:cover;border-radius:14px;background:var(--cream)}.cart-summary{display:flex;justify-content:flex-end;margin-top:30px}.cart-box{width:min(420px,100%);padding:26px;border-radius:var(--radius);background:var(--cream)}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.empty-state{text-align:center;padding:90px 20px;color:var(--muted)}
@media(max-width:980px){.nav{display:none}.mobile-menu-button{display:grid}.hero-grid,.nfc-demo,.product-main{grid-template-columns:1fr}.hero-grid{gap:40px}.hero-title{font-size:clamp(3.5rem,12vw,6rem)}.hero-card{max-width:650px;margin:auto}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.product-grid{grid-template-columns:repeat(2,1fr)}.process-grid,.testimonial-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.collection-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.page-width{width:min(100% - 24px,var(--page))}.section{padding:60px 0}.brand img{width:155px}.header-actions .icon-link:first-child{display:none}.hero{padding-top:34px}.hero-title{font-size:3.65rem}.hero-card{border-radius:22px}.hero-badge{left:8px;bottom:14px;width:112px;height:112px}.section-head{align-items:flex-start;flex-direction:column}.product-grid,.collection-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}.nfc-phone{min-height:450px}.nfc-screen{min-height:414px;padding:28px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.cart-line{grid-template-columns:80px 1fr}.cart-line img{width:80px;height:80px}.cart-line>div:last-child{grid-column:2;text-align:left}}
@media(max-width:980px){.nav.is-open{display:flex;position:absolute;top:78px;left:0;right:0;padding:20px;flex-direction:column;background:white;border-bottom:1px solid var(--line);box-shadow:0 18px 40px rgba(0,0,0,.08)}}
