:root {
  --forest: #2f4a3e;
  --forest-deep: #22382f;
  --sage: #8a9e86;
  --cream: #f6efe3;
  --paper: #fbf7ef;
  --teak: #8a5a33;
  --brick: #a63a2b;
  --brick-dark: #812d25;
  --ink: #22302a;
  --line: rgba(34, 48, 42, .17);
  --serif: "Fraunces", Georgia, serif;
  --thai-display: "Itim", cursive;
  --thai-body: "IBM Plex Sans Thai Looped", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--thai-body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 18px; min-height: 44px; background: var(--forest-deep); color: var(--paper); text-decoration: none; font-size: .9rem; transform: translateY(-300%); }
.skip-link:focus-visible { transform: none; }
:focus-visible { outline: 3px solid var(--brick); outline-offset: 3px; border-radius: 2px; }
.section-dark :focus-visible, .section-green :focus-visible, .section-brick :focus-visible, .site-footer :focus-visible, .skip-link:focus-visible { outline-color: #f6efe3; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.section-pad-small { padding: 52px 0; }
.section-paper { background: var(--paper); }
.section-cream { background: var(--cream); }
.section-dark { background: var(--forest); color: var(--paper); }
.section-green { background: var(--forest); color: var(--paper); }
.section-brick { background: var(--brick); color: var(--paper); position: relative; isolation: isolate; }
.eyebrow { margin: 0 0 12px; font-size: .74rem; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; font-weight: 600; }
.eyebrow-green { color: var(--brick); }
.eyebrow-light, .eyebrow-sage { color: #d3dfcb; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--thai-display); font-weight: 400; line-height: 1.13; }
h2 { margin-bottom: 24px; font-size: clamp(3.3rem, 7vw, 6.3rem); letter-spacing: -.03em; }
h2 span, h1 em, h2 em, h3 em { color: var(--brick); font-style: normal; }
.section-green h2 em, .section-dark h2 em { color: #d1b792; }
h3 { font-size: clamp(1.55rem, 2.2vw, 2.15rem); }
.latin, .tea-en, .service-label { font-family: var(--serif); letter-spacing: .07em; }
.small-note { color: var(--brick); font-size: .85rem; }
.centered { text-align: center; }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(251, 247, 239, .94); border-bottom: 1px solid rgba(47, 74, 62, .14); backdrop-filter: blur(14px); }
.header-inner { width: min(1280px, calc(100% - 48px)); margin: auto; height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-link { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; color: var(--forest); }
.brand-logo { height: 44px; width: auto; }
.hero-logo { margin: 0 0 14px; }
.hero-logo img { height: 56px; width: auto; }
.tea-badge { margin: 0 0 18px; }
.tea-badge img { width: 112px; height: 112px; }
.footer-logo { height: 56px; width: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(10px, 2vw, 28px); font-size: .84rem; }
.main-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 6px 6px; text-decoration: none; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 6px; right: calc(100% - 6px); bottom: 4px; height: 1px; background: var(--brick); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--forest); font: inherit; min-height: 44px; min-width: 44px; }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 22px; height: 1px; background: currentColor; position: relative; }
.menu-toggle i::before, .menu-toggle i::after { content: ""; position: absolute; left: 0; }
.menu-toggle i::before { top: -7px; }.menu-toggle i::after { top: 7px; }
.hero { min-height: 690px; display: grid; grid-template-columns: minmax(340px, .9fr) 1.1fr; align-items: stretch; position: relative; }
.hero-image-wrap { min-height: 690px; order: 2; position: relative; overflow: hidden; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.hero-window { width: 16vw; height: 16vw; max-width: 225px; max-height: 225px; min-width: 135px; min-height: 135px; position: absolute; top: 21%; left: 18%; border: 8px solid rgba(246, 239, 227, .75); border-radius: 50%; box-shadow: 0 0 0 3px rgba(166, 58, 43, .75); mix-blend-mode: screen; opacity: .5; }
.hero-copy { align-self: center; padding-top: 44px; padding-bottom: 44px; }
.hero h1 { font-size: clamp(3.5rem, 6vw, 6.6rem); margin-bottom: 30px; letter-spacing: -.035em; }
.hero h1 em { display: inline-block; color: #e4c89f; }
.hero-lede { max-width: 460px; color: rgba(251, 247, 239, .84); font-size: 1.04rem; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 10px 20px; text-decoration: none; border: 1px solid transparent; font-size: .88rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--forest); }.button-light:hover { background: white; }
.button-ghost { border-color: rgba(246, 239, 227, .65); color: var(--paper); }.button-ghost:hover { background: rgba(246, 239, 227, .12); }
.hero-note { margin-top: 58px; color: #b5c7b2; font: .76rem var(--serif); letter-spacing: .15em; }.leaf-dot { color: #d1b792; }.dot-sep { margin: 0 8px; color: #d1b792; }
.scallop-band { height: 22px; background-color: var(--forest); background-image: radial-gradient(circle at 11px -1px, var(--sage) 12px, transparent 13px); background-size: 22px 22px; }
.section-intro { margin-bottom: 74px; }.two-col-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; }.intro-copy { max-width: 560px; font-size: 1.08rem; }.intro-copy p:last-child { margin-bottom: 0; }
.story-gallery { display: grid; grid-template-columns: 1fr 1.36fr .8fr; gap: 16px; align-items: end; margin-bottom: 108px; }.story-photo { margin: 0; }.story-photo img { width: 100%; height: 350px; object-fit: cover; }.story-photo.photo-tall img { height: 500px; object-position: center 18%; border-radius: 190px 190px 0 0; }.story-photo.photo-wide img { height: 350px; }.story-photo.photo-bench img { height: 410px; border-radius: 0 0 180px 180px; }.story-photo figcaption { margin-top: 12px; color: var(--teak); font-size: .82rem; }
.brand-story { display: grid; grid-template-columns: 180px 1fr; gap: 66px; max-width: 900px; margin: auto; align-items: start; }.brand-mark { display: block; width: 170px; }.brand-mark img { width: 100%; height: auto; display: block; }.brand-story h3 { margin-bottom: 18px; }.brand-story p { max-width: 650px; }
.section-heading { max-width: 680px; margin: 0 auto 64px; }.section-heading h2 { margin-bottom: 16px; }.section-heading > p:last-child { font-size: 1.05rem; }
.signature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }.signature-card { text-align: center; position: relative; padding: 0 20px 20px; }.circle-photo { width: min(100%, 260px); aspect-ratio: 1; border-radius: 50%; overflow: hidden; margin: 0 auto 28px; border: 10px solid var(--paper); box-shadow: 0 0 0 1px rgba(47, 74, 62, .16); }.circle-photo img { width: 100%; height: 100%; object-fit: cover; }.signature-number { font: .85rem var(--serif); color: var(--brick); letter-spacing: .12em; margin-bottom: 8px; }.signature-card h3 { margin: 0 0 1px; }.signature-card .latin { margin: 0 0 12px; color: var(--teak); font-size: .7rem; }.signature-card p:last-child { max-width: 260px; margin: auto; }
.leaf-pattern { position: absolute; inset: 0; opacity: .14; pointer-events: none; background-image: radial-gradient(ellipse at 12% 20%, transparent 0 16px, #f6efe3 17px 18px, transparent 19px), radial-gradient(ellipse at 89% 77%, transparent 0 28px, #f6efe3 29px 30px, transparent 31px), linear-gradient(120deg, transparent 49%, rgba(246,239,227,.5) 49.5%, transparent 50%); background-size: 145px 145px, 230px 230px, 260px 260px; }
.tea-menu-inner { position: relative; z-index: 1; }.tea-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 52px; }.tea-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 7rem); color: var(--cream); line-height: .92; }.tea-heading-side { display: flex; gap: 22px; align-items: center; max-width: 390px; }.tea-heading-side p { margin: 0; font-size: .9rem; color: rgba(251,247,239,.8); }.tea-stamp { flex: 0 0 112px; width: 112px; height: 112px; padding: 16px 8px; display: grid; place-content: center; border: 1px solid rgba(246,239,227,.7); border-radius: 50%; text-align: center; font: 1rem/1.05 var(--serif); letter-spacing: .03em; transform: rotate(-8deg); }.tea-stamp small { font-family: var(--thai-body); font-size: .6rem; }.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }.filter-chip { border: 1px solid rgba(246,239,227,.48); background: transparent; color: var(--paper); padding: 10px 18px; min-height: 44px; border-radius: 99px; font: inherit; font-size: .82rem; cursor: pointer; }.filter-chip.is-active, .filter-chip:hover { background: var(--cream); color: var(--brick); }
.tea-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.tea-card { display: grid; grid-template-columns: 170px 1fr; grid-template-rows: 1fr auto; gap: 0 20px; background: var(--paper); color: var(--ink); padding: 18px; min-width: 0; }.tea-card.is-hidden { display: none; }.tea-pack { align-self: start; overflow: hidden; grid-row: 1 / span 2; }.tea-pack img { width: 100%; aspect-ratio: 353 / 229; object-fit: cover; transition: transform .35s ease; }.tea-pack:hover img { transform: scale(1.04); }.tea-content { min-width: 0; }.tea-index { margin: 0 0 1px; color: var(--brick); font: .72rem var(--serif); }.tea-content h3 { font-size: 1.55rem; margin: 0; color: var(--forest); }.tea-en { margin: 2px 0 10px; color: var(--teak); font-size: .67rem; }.tea-en span { font-family: var(--thai-body); letter-spacing: 0; color: var(--ink); opacity: .65; }.tea-description { margin-bottom: 10px; font-size: .86rem; line-height: 1.55; }.tea-card dl { margin: 0; font-size: .76rem; line-height: 1.45; }.tea-card dt { color: var(--brick); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }.tea-card dd { margin: 0 0 7px; }.tea-card dd small { display: block; margin-top: 2px; color: #68716c; font-family: var(--serif); font-size: .61rem; line-height: 1.35; }.decaf-chip { display: inline-block; margin-bottom: 7px; padding: 2px 8px; border: 1px solid var(--sage); border-radius: 99px; color: var(--forest); font-size: .65rem; line-height: 1.5; }.card-link { grid-column: 2; justify-self: start; align-self: start; display: inline-flex; align-items: center; min-height: 44px; margin-top: 8px; padding: 8px 4px 8px 0; color: var(--brick); font-size: .78rem; text-decoration: none; border-bottom: 1px solid rgba(166,58,43,.35); }.tea-footnote { margin: 28px 0 0; text-align: right; color: rgba(251,247,239,.76); font-size: .78rem; }
.things .section-intro { margin-bottom: 56px; }.things-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.feature-card { position: relative; min-height: 360px; overflow: hidden; background: var(--cream); }.feature-card img { width: 100%; height: 240px; object-fit: cover; }.feature-card > div { padding: 22px 24px 25px; }.feature-card h3 { margin-bottom: 7px; }.feature-card p:last-child { margin: 0; font-size: .92rem; }.feature-large { display: grid; grid-template-columns: 1.05fr .95fr; grid-column: span 2; min-height: 300px; }.feature-large img { height: 100%; }.feature-large > div { align-self: center; }.feature-dark { background: var(--forest); color: var(--paper); }.feature-dark img { height: 290px; }.feature-mocktail { background: #ede5d6; }.feature-mocktail img { height: 250px; }.feature-hourglass { display: grid; grid-template-columns: .75fr 1.25fr; grid-column: span 2; min-height: 260px; background: var(--teak); color: var(--paper); }.feature-hourglass img { height: 100%; object-position: center 64%; }.feature-hourglass > div { align-self: center; }.feature-hourglass .eyebrow { color: #e8d0a8; }.product-row { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; align-items: center; margin-top: 92px; padding-top: 50px; border-top: 1px solid var(--line); }.product-copy h3 { margin: 0 0 10px; }.product-copy p:last-child { margin: 0; }.product-images { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: end; }.product-images img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }.product-images img:nth-child(1) { aspect-ratio: 1.5; border-radius: 50% 50% 0 50%; }.product-images img:nth-child(3) { border-radius: 50% 0 50% 50%; }
.service-heading { margin-left: 0; margin-right: 0; max-width: 600px; }.service-heading h2 { color: var(--paper); font-size: clamp(4rem, 8vw, 8rem); }.service-heading > p:last-child { color: rgba(251,247,239,.8); }.service-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; align-items: stretch; }.service-card { position: relative; border: 1px solid rgba(246,239,227,.28); padding: 30px; min-height: 385px; }.service-card-main { background: rgba(246,239,227,.07); }.service-card h3 { color: var(--cream); margin: 28px 0 4px; }.service-card p { color: rgba(251,247,239,.78); font-size: .94rem; }.service-card img { width: 100%; height: 138px; object-fit: cover; margin-top: 18px; }.service-no { color: #d1b792; font: .9rem var(--serif); }.service-label { margin-bottom: 20px; color: #d1b792 !important; font-size: .78rem !important; }.service-line { display: block; width: 50px; height: 1px; background: #d1b792; margin-top: 40px; }.counter-block { display: grid; grid-template-columns: 300px 1fr; gap: 60px; align-items: center; margin-top: 82px; padding: 38px; background: var(--cream); color: var(--ink); }.counter-image { height: 330px; overflow: hidden; }.counter-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 63%; }.counter-copy h3 { color: var(--forest); margin-bottom: 12px; }.counter-copy h3 em { color: var(--brick); }.counter-copy > p { max-width: 520px; }.counter-copy ol { display: flex; flex-wrap: wrap; gap: 14px 28px; list-style: none; padding: 0; margin: 26px 0 0; }.counter-copy li { display: flex; gap: 8px; align-items: center; font-size: .9rem; }.counter-copy li span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--brick); color: var(--cream); font: .75rem var(--serif); }.services-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 62px; padding-top: 30px; border-top: 1px solid rgba(246,239,227,.28); }.services-cta p { margin: 0; font: 1.8rem var(--thai-display); }
.partner-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 34px; margin-top: 22px; color: var(--forest); font-family: var(--serif); font-size: 1.05rem; }.partner-row span:not(:last-child)::after { content: "·"; margin-left: 34px; color: var(--brick); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }.visit-copy h2 { margin-bottom: 26px; }.visit-copy > p { font-size: 1.08rem; }.social-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }.social-row a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 16px; border: 1px solid rgba(47,74,62,.35); border-radius: 99px; color: var(--forest); font-size: .82rem; text-decoration: none; }.map-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; padding: 8px 0; color: var(--brick); text-decoration: none; border-bottom: 1px solid var(--brick); }.contact-card { position: relative; padding: 45px 50px; background: var(--cream); border: 1px solid rgba(47,74,62,.16); }.contact-leaf { position: absolute; right: 35px; top: 20px; color: var(--brick); font-size: 3rem; transform: rotate(-20deg); }.contact-list { display: grid; gap: 2px; margin-top: 25px; }.contact-list a { display: flex; justify-content: space-between; gap: 20px; min-width: 0; padding: 12px 0; border-bottom: 1px solid rgba(47,74,62,.14); text-decoration: none; font-size: .95rem; }
.contact-list a > :last-child { min-width: 0; overflow-wrap: anywhere; }.contact-list a span { color: var(--brick); font-size: .75rem; }
.site-footer { background: var(--forest-deep); color: var(--paper); padding: 34px 0; }.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }.footer-brand { display: inline-flex; align-items: center; min-height: 44px; }.footer-copy { font-size: .78rem; color: rgba(251,247,239,.72); }.footer-copy p { margin: 0; }.footer-social { margin-top: 6px !important; }.footer-social a { color: var(--paper); text-decoration: none; }.back-top { display: inline-flex; align-items: center; justify-content: flex-end; min-height: 44px; padding: 8px 0 8px 12px; color: var(--paper); font-size: .76rem; text-decoration: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 1fr; min-height: 620px; }.hero-image-wrap { min-height: 620px; }.hero-copy { padding-right: 10px; }.hero h1 { font-size: clamp(3.2rem, 6vw, 5rem); }
  .two-col-intro { gap: 45px; }.story-gallery { grid-template-columns: .9fr 1.2fr .8fr; }.story-photo.photo-tall img { height: 400px; }.story-photo.photo-wide img { height: 280px; }.story-photo.photo-bench img { height: 330px; }
  .tea-grid { gap: 14px; }.tea-card { grid-template-columns: 130px 1fr; gap: 0 14px; }.tea-card { padding: 14px; }.tea-content h3 { font-size: 1.35rem; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-card-main { grid-column: span 2; min-height: auto; }.service-card-main .service-line { margin-top: 20px; }
  .visit-grid { gap: 60px; }
}
@media (max-width: 700px) {
  body { font-size: 15px; }.container, .header-inner { width: min(100% - 34px, 560px); }.section-pad { padding: 78px 0; }.section-pad-small { padding: 40px 0; }.header-inner { height: 66px; }.brand-logo { height: 38px; }.main-nav { display: none; position: absolute; inset: 66px 0 auto; background: var(--paper); padding: 20px 17px 25px; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 10px 20px rgba(34,48,42,.1); }.main-nav.is-open { display: flex; }.main-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }.menu-toggle { display: flex; align-items: center; gap: 12px; cursor: pointer; }.menu-toggle span { font-size: .78rem; }
  .hero { display: flex; flex-direction: column; min-height: 0; }.hero-image-wrap { order: 0; min-height: 430px; height: 55vh; max-height: 540px; }.hero-image { object-position: center 58%; }.hero-window { top: 19%; left: 15%; }.hero-copy { padding-top: 48px; padding-bottom: 54px; }.hero h1 { font-size: clamp(3.2rem, 14vw, 5rem); margin-bottom: 23px; }.hero-lede { font-size: .97rem; }.button-row { margin-top: 26px; }.button { flex: 1; min-width: 150px; padding-inline: 12px; }.hero-note { margin-top: 36px; }
  h2 { font-size: clamp(3.1rem, 16vw, 5rem); }.two-col-intro { grid-template-columns: 1fr; gap: 12px; margin-bottom: 46px; }.intro-copy { font-size: 1rem; }.story-gallery { grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 65px; }.story-photo.photo-tall { grid-row: span 2; }.story-photo.photo-tall img { height: 450px; }.story-photo.photo-wide img, .story-photo.photo-bench img { height: 216px; }.story-photo.photo-bench img { border-radius: 0 0 90px 90px; }.story-photo figcaption { font-size: .7rem; }.brand-story { grid-template-columns: 1fr; gap: 26px; }.brand-mark { width: 130px; }
  .section-heading { margin-bottom: 44px; }.signature-grid { grid-template-columns: 1fr; gap: 50px; }.signature-card { padding-inline: 0; }.circle-photo { width: 210px; }.signature-card p:last-child { max-width: 300px; }
  .tea-heading { display: block; margin-bottom: 34px; }.tea-heading h2 { font-size: clamp(3.3rem, 15vw, 5.1rem); }.tea-heading-side { margin-top: 24px; }.tea-grid { grid-template-columns: 1fr; }.tea-card { grid-template-columns: 128px 1fr; }.tea-card .tea-pack img { min-height: 90px; }.tea-content h3 { font-size: 1.5rem; }.tea-description { font-size: .82rem; }.tea-footnote { text-align: left; }
  .things-grid { grid-template-columns: 1fr; }.feature-large, .feature-hourglass { grid-column: auto; display: block; }.feature-large img, .feature-dark img, .feature-mocktail img, .feature-hourglass img { height: 225px; }.product-row { grid-template-columns: 1fr; gap: 26px; margin-top: 65px; }.product-images { gap: 8px; }
  .service-heading h2 { font-size: clamp(3.7rem, 16vw, 5.5rem); }.service-grid { grid-template-columns: 1fr; }.service-card-main { grid-column: auto; }.service-card { min-height: 0; }.service-card img { height: 190px; }.counter-block { grid-template-columns: 1fr; gap: 28px; margin-top: 60px; padding: 20px; }.counter-image { height: 280px; }.counter-copy ol { display: grid; gap: 11px; }.services-cta { display: block; }.services-cta p { margin-bottom: 20px; }
  .partner-row { gap: 9px 13px; font-size: .88rem; }.partner-row span:not(:last-child)::after { margin-left: 13px; }.visit-grid { grid-template-columns: 1fr; gap: 50px; }.contact-card { padding: 32px 22px; }.contact-list a { display: block; }.contact-list a span { display: block; margin-bottom: 2px; }.footer-inner { align-items: flex-start; flex-wrap: wrap; }.footer-copy { flex: 1; }.back-top { width: 100%; text-align: right; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .tea-pack img { transition: none; } }

/* Tea blend posters from the shop */
.tea-pack img { aspect-ratio: 1 / 1; border-radius: 10px; }
.tea-sold { margin: 8px 0 0; font-size: .74rem; line-height: 1.6; color: var(--teak); }

/* Shop section on cream paper */
.shop .section-heading > p { font-size: 1rem; line-height: 1.6; }
.shop .section-heading .button { margin-top: 10px; }
.button-brick { background: var(--brick); color: var(--paper); border-radius: 99px; }
.button-brick:hover { background: var(--brick-dark); }
.shop-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 12px; }
.shop-chip { border: 1px solid rgba(47, 74, 62, .35); background: transparent; color: var(--forest); padding: 10px 18px; min-height: 44px; border-radius: 99px; font: inherit; font-size: .82rem; line-height: 1.5; cursor: pointer; }
.shop-chip.is-active, .shop-chip:hover { background: var(--forest); border-color: var(--forest); color: var(--paper); }
.shop-count { text-align: center; font-size: .82rem; line-height: 1.6; color: var(--teak); margin: 0; }
.shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 20px; }
.shop-card { display: flex; flex-direction: column; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 22px rgba(34, 48, 42, .1); transition: transform .2s ease, box-shadow .2s ease; line-height: 1.6; }
.shop-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(34, 48, 42, .15); }
.shop-photo { display: block; position: relative; }
.shop-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.shop-body { display: flex; flex-direction: column; gap: 6px; flex: 1; padding: 14px 16px 16px; }
.shop-body h3 { margin: 0; font-size: 1.02rem; line-height: 1.6; color: var(--forest); }
.shop-price { margin: 0; font-weight: 600; color: var(--brick); }
.shop-sold { margin: 0; font-size: .74rem; color: #68716c; }
.shop-link { align-self: flex-start; display: inline-flex; align-items: center; min-height: 44px; margin-top: auto; padding: 8px 0; color: var(--brick); font-size: .8rem; text-decoration: none; border-bottom: 1px solid rgba(166, 58, 43, .35); }
.shop-card.is-soldout { opacity: .62; }
.soldout-badge { position: absolute; top: 10px; left: 10px; background: var(--forest-deep); color: var(--paper); font-size: .72rem; line-height: 1.5; padding: 6px 12px; border-radius: 99px; }
.shop-noscript { text-align: center; }
.shop-more-wrap { text-align: center; margin-top: 28px; }
.shop-more-wrap .button { min-width: 190px; border-radius: 99px; cursor: pointer; font: inherit; font-size: .88rem; }

/* Bulk ingredients box inside services */
.bulk-box { display: grid; grid-template-columns: 1.15fr .85fr; gap: 38px; margin-top: 18px; padding: 36px; border: 1px solid rgba(246, 239, 227, .28); border-radius: 18px; background: rgba(246, 239, 227, .07); }
.bulk-box h3 { margin: 0 0 10px; color: var(--cream); }
.bulk-box p { color: rgba(251, 247, 239, .8); font-size: .92rem; line-height: 1.6; }
.bulk-chips { list-style: none; padding: 0; margin: 18px 0 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.bulk-chips li { border: 1px solid rgba(246, 239, 227, .4); border-radius: 99px; padding: 8px 14px; color: var(--paper); font-size: .78rem; line-height: 1.5; }
.bulk-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; }
.bulk-photos img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 12px; }

@media (max-width: 980px) {
  .shop-grid { grid-template-columns: repeat(3, 1fr); }
  .bulk-box { grid-template-columns: 1fr 1fr; gap: 26px; padding: 26px; }
}

@media (max-width: 700px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .shop-card { border-radius: 12px; }
  .shop-body { padding: 10px 12px 12px; }
  .shop-body h3 { font-size: .92rem; }
  .bulk-box { grid-template-columns: 1fr; padding: 22px; }
}

.tea-price { margin: .35rem 0 .25rem; font-weight: 600; color: var(--brick); font-size: 1.05rem; }
