:root{--navy:#152a46;--deep:#0d2034;--blue:#224d6f;--teal:#4e8f8c;--sea:#8bb9b6;--mist:#edf5f4;--cream:#fbf8f1;--ink:#1d2832;--muted:#64717a;--white:#fff;--radius:24px;--shadow:0 12px 34px rgba(21,42,70,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit}.page-width{width:min(1160px,calc(100% - 40px));margin:0 auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:10px 14px;border-radius:8px}h1,h2,h3,h4{font-family:Georgia,Times New Roman,serif;color:var(--deep);line-height:1.08;margin:0 0 16px}h1{font-size:clamp(46px,7vw,84px);letter-spacing:-.03em}h2{font-size:clamp(36px,5vw,56px)}h3{font-size:28px}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:var(--teal);margin-bottom:10px}.section{padding:82px 0}.section--soft{background:var(--mist)}.section-heading{max-width:760px;margin-bottom:38px}.section-heading p{font-size:18px;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 22px;background:var(--navy);color:#fff;text-decoration:none;font-weight:700;cursor:pointer}.button--outline{background:transparent;color:var(--navy);border:1px solid var(--navy)}.button--light{background:#fff;color:var(--deep)}.site-header{position:sticky;top:0;z-index:50;background:#fbf8f1f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(21,42,70,.08)}.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;text-decoration:none;font-family:Georgia,serif;font-weight:700;font-size:24px;color:var(--deep)}.brand img{width:auto;max-height:70px;max-width:190px}.nav{display:flex;align-items:center;gap:20px}.nav a{text-decoration:none;font-size:14px;font-weight:700;color:var(--deep)}.header-tools{display:flex;align-items:center;gap:12px}.cart-link{text-decoration:none;font-weight:700}.mobile-toggle{display:none;background:none;border:0;font-size:28px;color:var(--deep)}.hero{padding:74px 0;background:linear-gradient(145deg,#fbf8f1,#edf5f4 60%,#d9ebea)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:58px;align-items:center}.hero p{font-size:19px;color:#45535d;max-width:700px}.hero-actions{display:flex;gap:18px;align-items:center;margin-top:28px}.hero-visual{background:#ffffffb8;padding:28px;border-radius:34px;box-shadow:0 30px 80px #152a461f}.hero-visual img{max-height:520px;margin:auto;object-fit:contain}.category-grid,.collection-grid,.product-grid{display:grid;gap:22px}.category-grid{grid-template-columns:repeat(4,1fr)}.collection-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid rgba(21,42,70,.08);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card-body{padding:24px}.category-card{padding:28px;min-height:245px}.category-card .emoji{font-size:36px;margin-bottom:18px}.category-card p{color:var(--muted)}.category-card a{text-decoration:none}.collection-card img,.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#e7f1f0}.product-card img{aspect-ratio:2/3}.product-card h3{font-size:24px}.price{font-weight:800;color:var(--deep);font-size:19px}.muted{color:var(--muted)}.band{background:var(--navy);color:#e9f4f3;padding:76px 0}.band h2,.band h3{color:#fff}.band p{color:#d6e7e8}.community-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.community-card{background:#ffffff14;border:1px solid rgba(255,255,255,.14);padding:30px;border-radius:24px}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-list{display:grid;gap:14px}.feature-item{background:#fff;border:1px solid rgba(21,42,70,.08);border-radius:18px;padding:18px 20px}.newsletter{background:linear-gradient(135deg,var(--deep),var(--blue));padding:66px 0;color:#fff}.newsletter h2{color:#fff}.newsletter-grid{display:grid;grid-template-columns:1fr .9fr;gap:42px;align-items:center}.form-row{display:flex;gap:10px}.field{margin-bottom:16px}.field label{display:block;font-weight:700;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;border:1px solid #cdd9dd;border-radius:14px;padding:13px 14px;font:inherit;background:#fff}.form-row input{flex:1;border:0;border-radius:999px;padding:14px 18px;font:inherit}.check{display:flex;gap:10px;align-items:flex-start;margin:12px 0}.check input{margin-top:5px}.form-message{padding:12px 14px;border-radius:12px;margin-bottom:16px}.success{background:#e6f6ee}.error{background:#fdeaea}.site-footer{background:#091725;color:#c7d7dd;padding:38px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.site-footer a{color:#c7d7dd;text-decoration:none}.product-main{padding:60px 0}.product-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:start}.product-media img{width:100%;border-radius:20px;background:#fff}.product-info .price{font-size:26px}.product-form select,.product-form input{width:100%;max-width:420px;padding:12px;border:1px solid #cad7d9;border-radius:12px}.collection-header,.page-header{padding:58px 0 32px}.rte{max-width:780px}.rte img{border-radius:16px}@media(max-width:1000px){.nav{display:none}.mobile-toggle{display:block}.nav.open{display:flex;position:absolute;top:84px;left:0;right:0;background:var(--cream);padding:20px;flex-direction:column;border-bottom:1px solid #d9e2e2}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.hero-grid,.split,.newsletter-grid,.community-grid,.product-layout,.collection-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.page-width{width:min(100% - 28px,1160px)}.product-grid,.category-grid{grid-template-columns:1fr}.hero-actions,.form-row{flex-direction:column;align-items:stretch}.header-tools .button{display:none}.footer-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
