@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root { --ink:#3a2923; --brown:#754133; --terracotta:#c86143; --coral:#e57d5b; --cream:#fff8ed; --peach:#f7d3b9; --sage:#d7e3c8; --berry:#eed2d0; --line:#ead7c5; --serif:'Fraunces', Georgia, serif; --sans:'DM Sans', Arial, sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--cream); font-family:var(--sans); font-size:16px; line-height:1.6; }
a { color:inherit; text-decoration:none; }
a:focus-visible, button:focus-visible { outline:3px solid #286f6b; outline-offset:4px; }
.container { width:min(1120px, calc(100% - 48px)); margin:0 auto; }
.site-header { background:var(--cream); border-bottom:1px solid rgba(117,65,51,.12); position:relative; z-index:5; }
.nav-wrap { height:80px; display:flex; align-items:center; justify-content:space-between; }
.brand { display:inline-flex; align-items:center; gap:9px; color:var(--brown); font-weight:700; font-size:20px; letter-spacing:-.04em; }
.brand i { color:var(--coral); font-style:normal; font-family:var(--serif); }
.brand-mark { width:29px; height:29px; display:grid; place-items:center; background:var(--coral); color:white; border-radius:50% 50% 50% 8px; font-size:15px; transform:rotate(-12deg); }
.main-nav { display:flex; align-items:center; gap:37px; font-size:14px; font-weight:600; color:#6d5146; }
.main-nav a:not(.nav-cta):hover, .text-link:hover { color:var(--coral); }
.nav-cta { padding:10px 17px; border:1px solid var(--brown); border-radius:30px; color:var(--brown); }
.nav-cta:hover { background:var(--brown); color:white; }
.menu-toggle { display:none; background:none; border:0; padding:8px; }
.menu-toggle span:not(.sr-only) { display:block; width:23px; height:2px; background:var(--brown); margin:5px; }
.hero { min-height:610px; position:relative; overflow:hidden; background:#fff4e5; }
.hero-grid { min-height:610px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; }
.hero-copy { position:relative; z-index:2; padding:70px 0 84px; }
.eyebrow { color:var(--coral); text-transform:uppercase; font-size:11px; letter-spacing:.14em; font-weight:700; display:flex; align-items:center; gap:10px; margin:0 0 17px; }
.eyebrow span { display:inline-block; width:25px; height:2px; background:var(--coral); }
h1,h2,h3,p { margin-top:0; }
h1,h2 { font-family:var(--serif); font-weight:700; letter-spacing:-.055em; line-height:1.04; }
h1 { max-width:540px; color:var(--brown); font-size:clamp(55px, 7vw, 88px); margin-bottom:23px; }
h1 em { color:var(--coral); font-style:normal; }
.hero-intro { max-width:415px; color:#72564a; font-size:18px; line-height:1.65; margin-bottom:31px; }
.hero-actions { display:flex; align-items:center; gap:28px; }
.button { display:inline-flex; align-items:center; gap:17px; border-radius:30px; padding:14px 21px; font-size:14px; font-weight:700; }
.button-primary { background:var(--brown); color:#fff8ed; box-shadow:0 5px 0 #dca183; }
.button-primary:hover { background:var(--coral); transform:translateY(-2px); }
.text-link { color:var(--brown); font-size:14px; font-weight:700; border-bottom:1px solid var(--coral); padding-bottom:3px; }
.text-link span { color:var(--coral); padding-left:7px; font-size:17px; }
.hero-art { height:520px; width:520px; position:relative; justify-self:end; }
.sun-disc { position:absolute; width:390px; height:390px; right:25px; top:60px; border-radius:50%; background:#f4bd8e; }
.tea-cup { position:absolute; z-index:2; width:245px; height:165px; background:#fff9ee; left:135px; top:215px; border-radius:18px 18px 85px 85px; box-shadow:0 13px 0 rgba(117,65,51,.12); transform:rotate(-5deg); }
.tea-surface { position:absolute; top:19px; left:11px; width:223px; height:56px; border-radius:50%; background:#9b513b; box-shadow:inset 0 6px 0 #713b31; }
.cup-handle { position:absolute; z-index:1; left:345px; top:251px; width:88px; height:91px; border:20px solid #fff9ee; border-left:0; border-radius:0 65px 65px 0; transform:rotate(-5deg); }
.cup-sparkle { position:absolute; z-index:3; top:45px; left:111px; color:#f6c28e; font-size:22px; }
.steam { position:absolute; z-index:3; width:25px; height:125px; border-left:3px solid rgba(117,65,51,.48); border-radius:50%; transform:rotate(23deg); }
.steam-one { left:220px; top:94px; }.steam-two { left:285px; top:89px; transform:rotate(-20deg); }
.leaf { position:absolute; z-index:3; width:58px; height:29px; border-radius:100% 0 100% 0; background:#73906a; }
.leaf:after { content:''; position:absolute; width:58px; height:2px; background:#526c4b; transform:rotate(27deg); top:15px; left:0; }
.leaf-one { left:60px; top:154px; transform:rotate(-33deg); }.leaf-two { right:12px; top:178px; transform:rotate(36deg); background:#8da47a; }.leaf-three { left:92px; bottom:75px; transform:rotate(20deg); background:#a4b486; }
.art-note { position:absolute; z-index:4; right:0; bottom:60px; color:var(--brown); font-family:var(--serif); font-size:17px; line-height:1.1; transform:rotate(8deg); }.art-note strong { color:var(--coral); font-size:25px; }
.hero-scribble { position:absolute; color:#e9b786; font-family:var(--serif); font-size:40px; }.hero-scribble-left { left:4%; top:21%; }.hero-scribble-right { right:5%; bottom:9%; }
.section-pad { padding:104px 0; }
.teas { background:#fff9f0; }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:42px; }
h2 { color:var(--brown); font-size:clamp(38px, 5vw, 57px); margin-bottom:0; }
.heading-note { max-width:315px; color:#806458; margin-bottom:4px; font-size:14px; }
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.product-card { min-height:300px; padding:25px 27px 26px; position:relative; border-radius:8px; overflow:hidden; transition:transform .2s ease; }.product-card:hover { transform:translateY(-5px); }
.card-peach { background:#f6d7bb; }.card-green { background:var(--sage); }.card-berry { background:var(--berry); }
.product-icon { width:66px; height:66px; border-radius:50%; display:grid; place-items:center; margin-bottom:24px; font-family:var(--serif); font-size:31px; }.icon-peach { background:#ebac7d; color:#fff3df; }.icon-green { background:#9eb08d; color:#f5f0d5; }.icon-berry { background:#d79591; color:#fff3df; }
.product-type { text-transform:uppercase; letter-spacing:.13em; color:#795b4c; font-weight:700; font-size:10px; margin-bottom:7px; }.product-card h3 { color:var(--brown); font-family:var(--serif); font-size:29px; letter-spacing:-.04em; margin-bottom:8px; }.product-card > p:not(.product-type) { max-width:235px; color:#71584d; font-size:14px; line-height:1.5; }.card-arrow { position:absolute; right:25px; bottom:22px; font-size:23px; color:var(--brown); }
.about { background:#f1e6d8; }.about-grid { display:grid; grid-template-columns:42% 58%; align-items:center; gap:70px; }.about-stamp { width:280px; height:280px; border:2px dashed var(--coral); border-radius:50%; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; color:var(--brown); transform:rotate(-8deg); margin:auto; }.about-stamp span { text-transform:uppercase; letter-spacing:.15em; font-size:11px; }.about-stamp strong { font-family:var(--serif); color:var(--coral); font-size:40px; line-height:.92; margin:13px 0; }.about-copy { max-width:560px; }.about-copy h2 { max-width:450px; margin-bottom:26px; }.about-copy p:not(.eyebrow) { color:#765b4e; font-size:16px; max-width:525px; }.about-copy .text-link { display:inline-block; margin-top:11px; }
.contact { background:var(--brown); color:#fff4e5; }.contact-panel { display:grid; grid-template-columns:1fr 1fr; gap:70px; }.eyebrow-light { color:#f3b17f; }.eyebrow-light span { background:#f3b17f; }.contact h2 { color:#fff4e5; max-width:510px; margin-bottom:20px; }.contact-lead { max-width:370px; color:#e8cdb8; }.contact-details { display:grid; gap:23px; font-style:normal; padding-top:8px; }.contact-details > div { border-bottom:1px solid rgba(255,244,229,.25); padding-bottom:17px; display:grid; grid-template-columns:100px 1fr; color:#fff4e5; font-size:15px; }.detail-label { color:#f3b17f; text-transform:uppercase; font-size:10px; letter-spacing:.15em; font-weight:700; padding-top:3px; }.contact-details a { text-decoration:underline; text-decoration-color:#d98967; text-underline-offset:4px; }.contact-details a:hover { color:#f3b17f; }
.site-footer { background:#2d211e; color:#dcbfae; padding:24px 0; font-size:12px; }.footer-wrap { display:flex; align-items:center; justify-content:space-between; gap:20px; }.footer-wrap .brand { color:#fff4e5; font-size:17px; }.footer-wrap .brand-mark { width:24px; height:24px; font-size:12px; }.footer-wrap p { margin:0; }.footer-wrap p span { color:var(--coral); }
.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:760px) { .container { width:min(100% - 36px, 560px); }.nav-wrap { height:69px; }.menu-toggle { display:block; }.main-nav { display:none; position:absolute; top:69px; left:0; width:100%; padding:20px 25px 25px; background:var(--cream); border-bottom:1px solid var(--line); flex-direction:column; align-items:flex-start; gap:20px; }.main-nav.is-open { display:flex; }.nav-cta { width:100%; text-align:center; }.hero-grid { display:block; min-height:0; }.hero-copy { padding:70px 0 30px; }.hero-intro { font-size:16px; }.hero-art { width:100%; height:390px; transform:scale(.76); transform-origin:top center; margin-bottom:-75px; }.sun-disc { right:calc(50% - 195px); }.hero-scribble { display:none; }.section-pad { padding:72px 0; }.section-heading { display:block; margin-bottom:28px; }.heading-note { margin-top:18px; }.product-grid { grid-template-columns:1fr; gap:15px; }.product-card { min-height:250px; }.about-grid, .contact-panel { grid-template-columns:1fr; gap:42px; }.about-stamp { width:210px; height:210px; }.about-stamp strong { font-size:31px; }.contact-details { padding-top:0; }.footer-wrap { flex-wrap:wrap; }.footer-wrap p:nth-child(2) { order:3; width:100%; text-align:center; }.hero-actions { gap:18px; flex-wrap:wrap; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }.product-card:hover, .button-primary:hover { transform:none; } }
