:root{--ink:#231d20;--muted:#6f6569;--cream:#fffaf7;--paper:#ffffff;--rose:#b85e7c;--rose-dark:#8d3e59;--gold:#c69b5b;--line:#eadfe2;--shadow:0 18px 45px rgba(43,28,34,.10);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.55}img{display:block;max-width:100%}a{color:inherit}.wrap{width:min(1120px,calc(100% - 32px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,250,247,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(234,223,226,.8)}.nav{height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{text-decoration:none}.brand-mark{width:42px;height:42px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-weight:700;letter-spacing:-1px;border:2px solid var(--gold)}.nav-links{display:flex;gap:20px;align-items:center}.nav-links>a{text-decoration:none;font-size:14px;font-weight:750}.nav-links .pill{padding:10px 15px;background:var(--rose);color:white;border-radius:999px}
.hero{padding:42px 0 26px}.hero-stack{display:grid;gap:28px}.hero-copy{max-width:860px}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--rose-dark);margin-bottom:14px}.eyebrow:before{content:"";width:28px;height:2px;background:var(--gold)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.04;margin:0}h1{font-size:clamp(50px,8vw,88px);letter-spacing:-.035em}.hero p{font-size:18px;color:var(--muted);max-width:720px;margin:18px 0 24px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{appearance:none;border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;border-radius:999px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.btn-primary{background:var(--rose);color:#fff;box-shadow:0 10px 28px rgba(184,94,124,.25)}.btn-primary:hover{background:var(--rose-dark)}.btn-secondary{background:#fff;border:1px solid var(--line)}.hero-image{position:relative}.hero-image img{width:100%;height:min(620px,58vw);min-height:430px;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.hero-note{position:absolute;left:20px;bottom:20px;background:rgba(255,255,255,.96);padding:14px 18px;border-radius:18px;box-shadow:var(--shadow);font-weight:800}.hero-note small{display:block;color:var(--muted);font-weight:600;margin-top:2px}
.trust{padding:20px 0 44px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden}.trust-item{padding:19px;text-align:center;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;font-family:Georgia,serif;font-size:18px}.trust-item span{font-size:13px;color:var(--muted)}
.section{padding:70px 0}.section-head{text-align:center;max-width:720px;margin:0 auto 30px}.section-head h2,.story-copy h2,.order-copy h2{font-size:clamp(36px,5vw,54px)}.section-head p{color:var(--muted);font-size:17px;margin:12px auto 0}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 30px rgba(43,28,34,.06)}.product-card>img{width:100%;height:260px;object-fit:cover}.product-body{padding:24px}.product-body h3{font-size:27px}.product-body p{color:var(--muted);margin:12px 0 0}.price-line{margin-top:19px;padding-top:15px;border-top:1px solid var(--line)}.price-line strong{display:block;color:var(--rose-dark);font-size:16px}.price-line span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.price-note{text-align:center;color:var(--muted);font-size:13px;margin:20px auto 0;max-width:760px}
.story{padding-top:48px}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:stretch}.story-image img{width:100%;height:100%;min-height:480px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.story-copy{background:#fff;border:1px solid var(--line);border-radius:28px;padding:36px;display:flex;flex-direction:column;justify-content:center}.story-copy p{color:var(--muted);font-size:17px;margin:15px 0 0}.location-note{margin-top:24px;background:#f7e8ed;border-radius:18px;padding:18px 20px}.location-note strong{display:block;font-family:Georgia,serif;font-size:21px}.location-note span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.gallery{background:#f6ecef}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:210px;gap:14px}.gallery figure{margin:0;overflow:hidden;border-radius:20px;background:#ddd;position:relative}.gallery figure:nth-child(1){grid-column:span 7;grid-row:span 2}.gallery figure:nth-child(2){grid-column:span 5;grid-row:span 2}.gallery figure:nth-child(3),.gallery figure:nth-child(4),.gallery figure:nth-child(5),.gallery figure:nth-child(6){grid-column:span 3;grid-row:span 2}.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery figure:hover img{transform:scale(1.025)}
.order{padding:78px 0}.order-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px;align-items:start}.order-copy{position:sticky;top:100px}.order-copy p{color:var(--muted);font-size:17px}.notice{margin:20px 0 8px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px 16px}.notice strong{display:block;font-family:Georgia,serif;font-size:17px}.notice span{display:block;color:var(--muted);font-size:13px;margin-top:4px}.contact-links{display:grid;gap:10px;margin-top:26px}.contact-link{display:flex;align-items:center;gap:12px;padding:13px 0;text-decoration:none;border-bottom:1px solid var(--line);font-weight:750}.contact-link span:first-child{width:34px;height:34px;border-radius:10px;background:#f6e7ec;display:grid;place-items:center}.form-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid #dacdd1;background:#fffdfc;color:var(--ink);border-radius:14px;padding:13px 14px;font:inherit;outline:none}.field textarea{min-height:126px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--rose);box-shadow:0 0 0 3px rgba(184,94,124,.12)}.form-card .btn{width:100%;margin-top:18px}.smallprint{font-size:12px;color:var(--muted);margin:12px 4px 0;text-align:center}
.footer{background:var(--ink);color:#fff;padding:34px 0}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.footer p{margin:0;color:#d8cfd2;font-size:13px}.footer-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.socials{display:flex;gap:14px}.socials a{color:#fff;text-decoration:none;font-weight:800;font-size:13px}.powered{opacity:.82}.powered a{color:#fff;text-decoration:none;font-weight:800}.powered a:hover,.powered a:focus{text-decoration:underline}
@media(max-width:820px){.nav-links>a:not(.pill){display:none}.hero{padding-top:28px}.hero-copy{max-width:none}.hero-image img{height:54vh;min-height:390px;border-radius:24px}.hero-note{left:12px;bottom:12px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{border-bottom:1px solid var(--line)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(3),.trust-item:nth-child(4){border-bottom:0}.product-grid,.story-grid,.order-grid{grid-template-columns:1fr}.product-card>img{height:330px}.story-image img{min-height:420px;max-height:560px}.order-copy{position:static}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:240px}.gallery figure,.gallery figure:nth-child(n){grid-column:span 1;grid-row:span 1}.gallery figure:nth-child(1),.gallery figure:nth-child(2){grid-column:span 2;grid-row:span 2}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}
@media(max-width:520px){.wrap{width:min(100% - 22px,1120px)}.nav{height:62px}.brand-mark{width:38px;height:38px}.nav-links .pill{padding:9px 13px;font-size:13px}h1{font-size:50px}.hero p{font-size:16px}.actions{display:grid;grid-template-columns:1fr}.actions .btn{width:100%}.hero-image img{height:50vh;min-height:350px}.hero-note{font-size:14px;max-width:calc(100% - 24px)}.trust{padding-bottom:30px}.trust-item{padding:15px 9px}.trust-item strong{font-size:16px}.section{padding:52px 0}.section-head{margin-bottom:24px}.product-card>img{height:270px}.product-body{padding:21px}.story{padding-top:34px}.story-image img{min-height:330px}.story-copy{padding:24px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:285px}.gallery figure,.gallery figure:nth-child(n){grid-column:1;grid-row:span 1}.form-card{padding:20px}.order{padding:58px 0}}
