:root {
  --bg: #f4f1ea;
  --panel: #ece7df;
  --panel-soft: #f8f5ef;
  --ink: #151311;
  --muted: #6d655e;
  --line: rgba(21, 19, 17, 0.12);
  --accent: #b96f3d;
  --accent-deep: #9c5d31;
  --logo-green: #149347;
  --logo-green-deep: #0f7437;
  --logo-green-soft: rgba(20, 147, 71, 0.1);
  --dark: #171514;
  --shell: min(100% - 48px, 1280px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  padding: 0;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(249, 252, 248, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(20, 147, 71, 0.12);
}

.header-bar {
  display: grid;
  grid-template-columns: 220px 1fr auto auto;
  align-items: center;
  gap: 24px 2px;
  min-height: 88px;
}

.brand,
.site-nav,
.header-cta,
.menu-toggle,
.eyebrow,
.section-kicker,
.timeline-number {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 220px;
  height: 36px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: inline-flex;
  justify-self: center;
  gap: 24px;
  font-size: 0.8rem;
  color: var(--muted);
}

.site-nav a,
.footer-links a {
  transition: color 0.22s ease;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--logo-green-deep);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.menu-icon,
.menu-icon::before {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}

.menu-icon::before {
  transform: translateY(-6px);
}

.header-cta,
.primary-button,
.light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  background: var(--accent);
  color: #fff8f1;
  border-radius: 999px;
  font-size: 0.82rem;
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}

.header-cta {
  background: var(--logo-green);
  color: #fff8f1;
}

.primary-button:hover,
.light-button:hover {
  transform: translateY(-2px);
  background: var(--accent-deep);
}

.header-cta:hover {
  transform: translateY(-2px);
  background: #000000;
}

.hero-section,
.about-section,
.services-section,
.process-section,
.estimate-section,
.showcase-section {
  padding: 52px 0;
}

.products-section {
  background: #f7f4ee;
  border-top: 1px solid rgba(21, 19, 17, 0.18);
  border-bottom: 1px solid rgba(21, 19, 17, 0.18);
}

.product-heading {
  padding: 34px 18px 22px;
  text-align: center;
}

.product-heading h2 {
  margin: 10px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.product-heading-brand h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}

.product-heading-brand > p:not(.eyebrow) {
  margin: 6px auto 0;
  max-width: 680px;
  color: #111111;
  font-size: clamp(0.88rem, 1.1vw, 1rem);
  line-height: 1.45;
  font-weight: 700;
}

.brand-heading-copy {
  max-width: 760px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 10px;
  margin: 12px auto 0;
  color: rgba(21, 19, 17, 0.72);
  font-size: 0.78rem;
  line-height: 1.45;
}

.brand-heading-copy span {
  display: inline-flex;
  align-items: center;
}

.brand-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  margin-top: 28px;
  margin-bottom: 34px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(148, 124, 92, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 14%, rgba(186, 168, 138, 0.18), transparent 34%),
    linear-gradient(135deg, #fffaf1 0%, #f1ece3 100%);
  color: #111111;
}

.brand-spotlight .eyebrow {
  color: rgba(21, 19, 17, 0.54);
}

.brand-spotlight-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-spotlight h3 {
  margin: 10px 0 0;
  max-width: 620px;
  font-size: clamp(2rem, 4.6vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.brand-spotlight h3 span,
.brand-spotlight-line span {
  display: block;
}

.brand-spotlight-lead {
  max-width: 480px;
  margin: 16px 0 0;
  color: rgba(21, 19, 17, 0.68);
  font-size: clamp(0.96rem, 1.35vw, 1.15rem);
  line-height: 1.55;
  font-weight: 700;
}

.brand-package {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-top: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(148, 124, 92, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.brand-package span {
  color: rgba(21, 19, 17, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
}

.brand-package strong {
  color: #149347;
  font-size: 0.9rem;
  font-weight: 900;
}

.brand-spotlight-line {
  margin: 22px 0 0;
  color: #111111;
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  line-height: 1.1;
  font-weight: 900;
}

.brand-spotlight-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.brand-spotlight-details h4 {
  margin: 0 0 8px;
  color: rgba(21, 19, 17, 0.86);
  font-size: 0.78rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.brand-spotlight-details ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-spotlight-details li {
  position: relative;
  padding-left: 18px;
  color: rgba(21, 19, 17, 0.68);
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 700;
}

.brand-spotlight-details li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #149347;
  font-weight: 900;
}

.brand-spotlight-media {
  min-width: 0;
  display: grid;
  place-items: center;
  min-height: 360px;
  overflow: hidden;
}

.brand-spotlight-photo {
  width: 110%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: clamp(12px, 2vw, 22px);
}

.meraki-package-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 26px);
  align-items: stretch;
  margin: 0 auto 32px;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(21, 19, 17, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 10%, rgba(20, 147, 71, 0.11), transparent 28%),
    linear-gradient(135deg, #151311 0%, #241b16 52%, #0f1712 100%);
  color: #f8f3eb;
}

.meraki-package-visual {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(300px, 560px) auto;
  gap: 8px;
}

.meraki-package-main,
.meraki-package-gallery img {
  width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  background: #111111;
}

.meraki-package-main {
  height: 100%;
  min-height: 300px;
  max-height: 560px;
  object-position: center;
}

.meraki-package-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.meraki-package-gallery img {
  aspect-ratio: 1 / 0.90;
  object-position: center;
  cursor: pointer;
  opacity: 0.72;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    outline-color 0.22s ease;
}

.meraki-package-gallery img:hover,
.meraki-package-gallery img:focus-visible {
  opacity: 1;
}

.meraki-package-gallery img:hover,
.meraki-package-gallery img:focus-visible {
  transform: translateY(-2px);
}

.meraki-package-gallery img:focus-visible {
  outline: 2px solid var(--logo-green);
  outline-offset: 3px;
}

.meraki-package-content {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 14px;
}

.meraki-package-header {
  display: grid;
  gap: 9px;
}

.meraki-package-header .eyebrow {
  color: rgba(248, 243, 235, 0.64);
}

.meraki-package-header h3 {
  max-width: 640px;
  margin: 0;
  color: #f8f3eb;
  font-size: clamp(1.9rem, 3.4vw, 3.35rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.meraki-package-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--logo-green);
}

.meraki-package-price span {
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 700;
}

.meraki-package-price strong {
  font-size: clamp(2.6rem, 5.7vw, 5.4rem);
  line-height: 0.82;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.meraki-package-header p {
  max-width: 540px;
  margin: 0;
  color: rgba(248, 243, 235, 0.74);
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  line-height: 1.52;
}

.meraki-package-button {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--logo-green);
  color: #fffaf1;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}

.meraki-package-button:hover {
  transform: translateY(-2px);
  background: var(--logo-green-deep);
}

.meraki-package-includes,
.meraki-payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.meraki-include-card,
.meraki-payment-panel,
.meraki-payment-card {
  border: 1px solid rgba(248, 243, 235, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.meraki-include-card {
  padding: 12px;
}

.meraki-include-card h4,
.meraki-payment-copy h4,
.meraki-payment-card h5 {
  margin: 0;
  color: #f8f3eb;
  font-size: 0.72rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.meraki-include-card ul {
  display: grid;
  gap: 5px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.meraki-include-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(248, 243, 235, 0.78);
  font-size: 0.76rem;
  line-height: 1.34;
}

.meraki-include-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--logo-green);
  font-weight: 900;
}

.meraki-payment-panel {
  display: grid;
  gap: 12px;
  padding: 13px;
}

.meraki-payment-copy {
  display: grid;
  gap: 6px;
}

.meraki-payment-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(248, 243, 235, 0.7);
  font-size: 0.82rem;
  line-height: 1.5;
}

.meraki-payment-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.meraki-payment-card {
  padding: 12px;
}

.meraki-payment-card h5 {
  color: var(--logo-green);
}

.meraki-payment-card dl {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
}

.meraki-payment-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(248, 243, 235, 0.1);
}

.meraki-payment-card dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.meraki-payment-card dt,
.meraki-payment-card dd {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.3;
}

.meraki-payment-card dt {
  color: rgba(248, 243, 235, 0.58);
}

.meraki-payment-card dd {
  color: rgba(248, 243, 235, 0.88);
  font-weight: 800;
  text-align: right;
}

.meraki-package-closing {
  margin: 0;
  color: var(--logo-green);
  font-size: clamp(1.06rem, 1.7vw, 1.55rem);
  line-height: 1.18;
  font-weight: 900;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  min-width: 0;
  background: #fffdf8;
  border-right: 1px solid rgba(21, 19, 17, 0.22);
  border-bottom: 1px solid rgba(21, 19, 17, 0.22);
}

.product-card:nth-child(4n) {
  border-right: 0;
}

.product-image {
  position: relative;
  aspect-ratio: 1 / 1.02;
  overflow: hidden;
  background: #ded7cc;
}

.product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.brand-image {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 0.68;
  padding: clamp(22px, 3vw, 42px);
  background:
    radial-gradient(circle at 50% 36%, rgba(20, 147, 71, 0.09), transparent 34%),
    #fffdf8;
}

.brand-image img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.brand-logo-darken {
  filter: brightness(0);
}

.brand-logo-1zpresso {
  max-width: 64%;
  max-height: 64%;
}

.brand-logo-cheerful {
  max-width: 86%;
  max-height: 62%;
}

.brand-card:hover .brand-image img,
.product-card:hover .product-image img {
  transform: scale(1.035);
}

.product-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  background: #111111;
  color: #fffdf8;
  font-size: 0.78rem;
}

.product-info {
  min-height: 76px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px 12px;
}

.product-info h3,
.product-info p {
  margin: 0;
}

.product-info h3 {
  font-size: 0.86rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.product-info p {
  margin-top: 4px;
  color: #111111;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 800;
}

.product-info p span {
  display: block;
  color: rgba(17, 17, 17, 0.68);
  text-decoration: line-through;
  font-weight: 700;
}

.product-cart {
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  margin-top: 6px;
  border: 1px solid rgba(17, 17, 17, 0.34);
  border-radius: 50%;
  color: #111111;
  line-height: 1;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.product-cart svg {
  width: 15px;
  height: 15px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-cart:hover {
  transform: translateY(-2px);
  background: #111111;
  color: #fffdf8;
}

.hero-section {
  padding-top: 0;
}

.hero-banner,
.estimate-panel,
.showcase-card {
  border-radius: 30px;
}

.hero-banner {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(9, 10, 12, 0.2), rgba(9, 10, 12, 0.5)),
    url("./assets/WhatsApp Image 2026-04-28 at 2.29.41 PM (1).jpeg") center 62% / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(20, 147, 71, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(10, 10, 12, 0.68) 0%, rgba(10, 10, 12, 0.3) 42%, rgba(10, 10, 12, 0.08) 72%),
    linear-gradient(180deg, rgba(10, 10, 12, 0.08), rgba(10, 10, 12, 0.54));
}

.hero-content {
  position: relative;
  z-index: 1;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 84px 40px 48px;
  color: #f8f4ee;
  text-align: left;
}

.eyebrow,
.section-kicker,
.eyebrow-light {
  margin: 0;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.eyebrow-hero {
  color: rgba(247, 242, 234, 0.68);
}

.hero-kicker {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.hero-content h1,
.section-heading h2,
.process-heading h2,
.estimate-copy h2,
.footer-grid h2 {
  margin: 14px 0 0;
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.hero-text,
.section-heading p,
.service-card p,
.timeline-step p,
.estimate-copy p,
.showcase-card p:not(.eyebrow) {
  color: var(--muted);
}

.hero-content h1 {
  max-width: 680px;
  margin-top: 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 6.2vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
  font-weight: 600;
  color: #f8f4ee;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.24);
}

.hero-content h1 span {
  display: block;
}

.hero-title-zh {
  margin-top: 14px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
  color: #dbf3df;
}

.hero-subtitle {
  max-width: 580px;
  margin: 22px 0 0;
  color: rgba(248, 244, 238, 0.92);
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  line-height: 1.85;
  letter-spacing: 0;
}

.hero-demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 34px;
  padding: 0 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 147, 71, 0.18);
  color: #171514;
  font-size: 0.98rem;
  font-weight: 700;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.hero-logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 42px;
  margin-top: 52px;
  padding-top: 0;
  color: rgba(248, 244, 238, 0.58);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.92rem;
}

.about-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.about-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(185, 111, 61, 0.14), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(20, 147, 71, 0.18), transparent 34%),
    linear-gradient(135deg, #18110f 0%, #251a15 48%, #111b15 100%);
  color: #f5f1ea;
  padding: 20px 24px 16px;
}

.about-section-title {
  margin-bottom: 14px;
}

.about-section-title h2 {
  max-width: 760px;
  margin: 0;
  color: #f5f1ea;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 700;
}

.about-section-title h2 span {
  display: block;
  max-width: 31em;
  margin-top: 10px;
  color: rgba(245, 241, 234, 0.72);
  font-size: 0.48em;
  line-height: 1.65;
  font-weight: 500;
}

.about-intro-card {
  min-height: 540px;
  height: auto;
  padding: 16px;
  border-radius: 14px;
  overflow: hidden;
  background: #f6f4f1;
  color: #1a1817;
}

.about-card-actions {
  display: grid;
  gap: 14px;
}

.about-social-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(246, 196, 138, 0.2);
}

.about-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 86%;
}

.about-socials a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 13px 0 7px;
  border: 1px solid rgba(26, 24, 23, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  color: rgba(26, 24, 23, 0.72);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.about-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 147, 71, 0.4);
  color: var(--logo-green-deep);
}

.about-social-strip .about-socials {
  max-width: none;
}

.about-social-strip .about-socials a {
  border-color: rgba(245, 241, 234, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 241, 234, 0.78);
}

.about-social-strip .about-socials a:hover {
  border-color: rgba(125, 214, 139, 0.42);
  color: #f5f1ea;
}

.about-social-strip .about-link {
  border-color: rgba(245, 241, 234, 0.28);
  color: rgba(245, 241, 234, 0.86);
}

.about-social-strip .about-link:hover {
  border-color: rgba(125, 214, 139, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.social-icon {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fffdf8;
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}

.social-icon svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}

.social-lazada svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.social-facebook {
  background: #1877f2;
}

.social-xhs {
  background: #ff2442;
}

.social-shopee {
  background: #ee4d2d;
}

.social-lazada {
  background: linear-gradient(135deg, #ff5a00, #f83c72 52%, #1a3cff);
}

.social-tiktok {
  background: #111111;
}

.social-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 46%, #515bd4);
}

.about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  min-height: 28px;
  padding: 0 10px 0 12px;
  border: 1px solid rgba(26, 24, 23, 0.34);
  border-radius: 999px;
  background: transparent;
  color: #262321;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.about-link:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 147, 71, 0.42);
  background: rgba(20, 147, 71, 0.06);
}

.about-link-icon {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--logo-green);
  color: #f6f4f1;
  font-size: 0.62rem;
  line-height: 1;
}

.about-photo-card {
  margin: 0;
  position: relative;
  min-height: 540px;
  height: 540px;
  align-self: start;
  border-radius: 14px;
  overflow: hidden;
  background: #111b15;
}

.about-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.about-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 62%;
}

.about-details {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
}

.about-intro-card .about-details {
  grid-template-columns: 1fr;
  gap: 12px;
  height: 100%;
}

.about-side {
  display: grid;
  align-content: start;
  gap: 18px;
}

.about-label {
  margin: 0;
  color: #f5f1ea;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.about-copy {
  max-width: 900px;
  margin-left: auto;
}

.about-intro-card .about-copy {
  max-width: none;
  margin-left: 0;
}

.about-copy p {
  margin: 0;
  color: rgba(245, 241, 234, 0.98);
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  line-height: 1.7;
  letter-spacing: 0;
}

.about-intro-card .about-copy p {
  color: rgba(26, 24, 23, 0.76);
  font-size: clamp(0.78rem, 0.78vw, 0.9rem);
  line-height: 1.58;
}

.about-lead {
  grid-column: 1 / -1;
  max-width: 720px;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.65;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.about-intro-card .about-story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-story-card,
.about-problem-card,
.about-focus-card {
  border: 1px solid rgba(246, 196, 138, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 248, 241, 0.09), rgba(255, 248, 241, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.about-intro-card .about-story-card,
.about-intro-card .about-problem-card,
.about-intro-card .about-focus-card {
  border-color: rgba(26, 24, 23, 0.12);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: none;
}

.about-story-card {
  min-height: 160px;
  padding: 18px;
}

.about-intro-card .about-story-card {
  min-height: 0;
  padding: 13px;
}

.about-story-card span,
.about-card-kicker {
  display: inline-flex;
  margin: 0;
  color: var(--logo-green);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.about-story-card h3,
.about-problem-card h3 {
  margin: 14px 0 0;
  color: #f5f1ea;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.about-intro-card .about-story-card h3,
.about-intro-card .about-problem-card h3 {
  margin-top: 9px;
  color: #1a1817;
  font-size: clamp(0.96rem, 1.12vw, 1.2rem);
  line-height: 1.22;
}

.about-story-card p {
  margin-top: 14px;
  color: rgba(245, 241, 234, 0.78);
}

.about-intro-card .about-story-card p {
  margin-top: 9px;
  color: rgba(26, 24, 23, 0.66);
  font-size: 0.82rem;
  line-height: 1.52;
}

.about-problem-card {
  padding: 20px;
}

.about-intro-card .about-problem-card {
  padding: 14px;
}

.about-problem-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.about-intro-card .about-problem-list {
  gap: 6px;
  margin-top: 12px;
}

.about-problem-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(240, 182, 111, 0.28);
  border-radius: 999px;
  background: rgba(240, 182, 111, 0.08);
  color: rgba(255, 248, 241, 0.86);
  font-size: 0.86rem;
  line-height: 1.3;
}

.about-intro-card .about-problem-list span {
  min-height: 28px;
  padding: 0 9px;
  border-color: rgba(20, 147, 71, 0.2);
  background: rgba(20, 147, 71, 0.07);
  color: rgba(26, 24, 23, 0.76);
  font-size: 0.75rem;
}

.about-focus-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
  padding: 18px;
}

.about-intro-card .about-focus-card {
  gap: 10px;
  padding: 14px;
}

.about-focus-card strong {
  color: var(--logo-green);
  font-weight: 700;
}

.about-copy .about-signoff {
  margin-top: 18px;
  color: var(--logo-green);
  font-size: clamp(1.04rem, 1.35vw, 1.26rem);
  line-height: 1.58;
  padding: 0px 5px;
}

.about-intro-card .about-copy .about-signoff {
  margin-top: 12px;
  color: var(--logo-green-deep);
  font-size: clamp(0.86rem, 0.95vw, 1rem);
  line-height: 1.55;
  padding: 20;
}

.about-signoff span {
  display: block;
  margin-top: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  color: rgba(219, 243, 223, 0.82);
}

.about-intro-card .about-signoff span {
  margin-top: 7px;
  color: rgba(20, 147, 71, 0.74);
  font-size: 0.7rem;
}

.section-heading,
.process-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-heading h2,
.process-heading h2 {
  max-width: 760px;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
}

.section-kicker {
  color: var(--logo-green);
}

.services-grid,
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-card,
.showcase-card {
  min-height: 0;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--panel-soft);
  box-shadow: inset 0 1px 0 var(--logo-green-soft);
}

.service-card h3,
.showcase-card h3,
.timeline-step h3 {
  margin: 0;
  font-size: 1.08rem;
  letter-spacing: -0.04em;
}

.service-card p,
.showcase-card p:not(.eyebrow),
.timeline-step p {
  margin: 8px 0 0;
  line-height: 1.48;
  font-size: 0.84rem;
}

.timeline {
  position: relative;
  display: grid;
  gap: 26px;
  padding: 18px 0 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--accent) 0%, var(--logo-green) 100%);
}

.timeline-step {
  position: relative;
  width: calc(50% - 28px);
  padding: 24px 26px;
  border-radius: 26px;
  background: var(--panel-soft);
  border: 1px solid var(--line);
}

.timeline-step.step-right {
  margin-left: auto;
}

.timeline-number {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--logo-green);
  color: #fff8f1;
  font-size: 0.8rem;
  transform: translateY(-50%);
}

.timeline-step.step-left .timeline-number {
  right: -45px;
}

.timeline-step.step-right .timeline-number {
  left: -45px;
}

.estimate-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
  padding: 42px;
  background: var(--accent);
  color: #fff8f1;
}

.estimate-copy h2 {
  max-width: 720px;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}

.estimate-copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 248, 241, 0.82);
  line-height: 1.8;
}

.eyebrow-light {
  color: rgba(255, 248, 241, 0.84);
}

.light-button {
  margin-top: 28px;
  background: #fff8f1;
  color: var(--logo-green-deep);
}

.light-button:hover {
  background: #f2e8de;
}

.device-card {
  position: relative;
  width: clamp(220px, 24vw, 280px);
  justify-self: end;
}

.device-shadow {
  position: absolute;
  inset: auto 18px -24px;
  height: 34px;
  background: rgba(0, 0, 0, 0.16);
  filter: blur(16px);
  border-radius: 999px;
}

.device-body {
  position: relative;
  transform: rotate(10deg);
  padding: 24px 22px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 26%),
    radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.18), transparent 34%),
    linear-gradient(180deg, #51392c 0%, #2a1d16 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 40px rgba(0, 0, 0, 0.25);
}

.cup-scene {
  position: relative;
  width: min(100%, 236px);
  margin: 0 auto;
  aspect-ratio: 1 / 1.02;
}

.cup-scene::before,
.cup-scene::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.cup-scene::before {
  inset: 22px 28px 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 243, 228, 0.14), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(53, 33, 23, 0.24));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.cup-scene::after {
  width: 66px;
  height: 66px;
  top: 18px;
  right: 14px;
  background: radial-gradient(circle, rgba(20, 147, 71, 0.18), transparent 68%);
}

.coffee-cup-art {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.18));
}

.cup-art-steam {
  fill: none;
  stroke: rgba(255, 248, 239, 0.58);
  stroke-linecap: round;
  stroke-width: 7;
}

.cup-art-steam-mid {
  stroke: rgba(246, 196, 138, 0.58);
}

.cup-art-shadow {
  fill: rgba(0, 0, 0, 0.18);
}

.cup-art-saucer {
  fill: url("#saucerGradient");
}

.cup-art-saucer-rim {
  fill: rgba(255, 248, 239, 0.55);
  stroke: rgba(82, 57, 37, 0.12);
  stroke-width: 2;
}

.cup-art-body {
  fill: url("#cupBodyGradient");
  stroke: rgba(255, 248, 239, 0.42);
  stroke-width: 2;
}

.cup-art-handle {
  fill: url("#cupBodyGradient");
}

.cup-art-rim {
  fill: #fff8ef;
}

.cup-art-coffee {
  fill: url("#coffeeSurfaceGradient");
}

.cup-art-latte {
  fill: rgba(246, 196, 138, 0.82);
}

.cup-art-highlight {
  fill: none;
  stroke: rgba(255, 255, 255, 0.54);
  stroke-linecap: round;
  stroke-width: 6;
}

.showcase-card {
  background: linear-gradient(180deg, #f8f5ef 0%, #edf3eb 100%);
}

.showcase-heading {
  margin-bottom: 18px;
}

.showcase-heading h2 {
  max-width: 680px;
  margin: 8px 0 0;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.showcase-heading p:not(.eyebrow) {
  max-width: 520px;
  margin: 12px 0 0;
  color: rgba(21, 19, 17, 0.68);
  font-size: 0.95rem;
  line-height: 1.55;
}

.showcase-video {
  width: 100%;
  aspect-ratio: 9 / 10.5;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #111111;
  object-fit: cover;
}

.showcase-video:fullscreen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  margin: 0;
  border-radius: 0;
  aspect-ratio: auto;
  background: #000000;
  object-fit: contain;
}

.showcase-video:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  margin: 0;
  border-radius: 0;
  aspect-ratio: auto;
  background: #000000;
  object-fit: contain;
}

.site-footer {
  padding: 34px 0 44px;
  background: var(--dark);
  border-top: 1px solid rgba(20, 147, 71, 0.22);
  color: #f4efe7;
}

.footer-logo-banner {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 28px;
}

.footer-logo-banner img {
  width: min(100%, 80px);
  display: block;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.footer-grid {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.footer-title {
  margin: 0;
  color: rgba(244, 239, 231, 0.64);
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.footer-grid h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(244, 239, 231, 0.74);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.footer-nav,
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-nav {
  gap: 18px;
}

.footer-socials {
  gap: 10px;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(244, 239, 231, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.footer-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(125, 214, 139, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.footer-socials .social-icon {
  width: 28px;
  height: 28px;
  font-size: 0.92rem;
}

.footer-socials .social-icon svg {
  width: 17px;
  height: 17px;
}

.footer-socials .social-lazada svg {
  width: 19px;
  height: 19px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .estimate-panel,
  .services-grid,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-image {
    aspect-ratio: 1 / 0.58;
    padding: clamp(20px, 4vw, 36px);
  }

  .brand-spotlight {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
    margin-top: 22px;
    margin-bottom: 28px;
    padding: 22px;
  }

  .brand-spotlight-media {
    min-height: 280px;
  }

  .meraki-package-section {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    padding: 18px;
  }

  .meraki-package-visual {
    grid-template-rows: auto auto;
  }

  .meraki-package-main {
    min-height: 0;
    max-height: none;
    aspect-ratio: 1 / 0.58;
    height: min(58vw, 520px);
    object-fit: cover;
  }

  .meraki-package-includes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-card:nth-child(4n) {
    border-right: 1px solid rgba(21, 19, 17, 0.22);
  }

  .product-card:nth-child(2n) {
    border-right: 0;
  }

  .about-section {
    padding: 16px 0 24px;
  }

  .about-layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    align-items: stretch;
    gap: 14px;
  }

  .about-intro-card {
    min-height: 420px;
    height: 100%;
    padding: 22px 20px 18px;
  }

  .about-section-title h2 {
    max-width: 22em;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.1;
  }

  .about-photo-card {
    width: 100%;
    min-height: 420px;
    height: 100%;
    justify-self: stretch;
  }

  .about-details {
    grid-template-columns: 1fr;
  }

  .about-details {
    margin-top: 18px;
    padding-top: 14px;
    padding-bottom: 0;
    gap: 14px;
  }

  .about-intro-card .about-details {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-copy {
    max-width: none;
    margin-left: 0;
    padding-top: 0;
  }

  .about-copy p {
    font-size: clamp(0.94rem, 1.5vw, 1.04rem);
  }

  .about-story-card {
    min-height: 0;
  }

  .about-focus-card {
    grid-template-columns: 1fr;
  }

  .device-card {
    width: min(100%, 250px);
    justify-self: start;
  }

  .device-body {
    transform: rotate(8deg);
    padding: 22px 20px;
  }

  .cup-scene {
    width: min(100%, 212px);
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 16px;
    transform: none;
  }

  .timeline-step {
    width: calc(100% - 40px);
    margin-left: 40px;
  }

  .timeline-step.step-right {
    margin-left: 40px;
  }

  .timeline-step.step-left .timeline-number,
  .timeline-step.step-right .timeline-number {
    left: -41px;
    right: auto;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 24px, 1280px);
  }

  .header-bar {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 74px;
  }

  .brand {
    width: 172px;
    height: 30px;
  }

  .menu-toggle {
    display: inline-flex;
    color: var(--ink);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(248, 245, 239, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .estimate-panel,
  .about-intro-card,
  .service-card {
    padding: 24px;
  }

  .showcase-card {
    padding: 12px;
  }

  .section-heading,
  .process-heading,
  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    align-items: flex-start;
  }

  .footer-nav,
  .footer-socials {
    justify-content: flex-start;
  }

  .footer-logo-banner {
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .footer-logo-banner img {
    width: min(100%, 80px);
    border-radius: 10px;
  }

  .section-heading,
  .process-heading {
    margin-bottom: 24px;
  }

  .estimate-copy h2,
  .section-heading h2,
  .process-heading h2 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .hero-banner,
  .hero-content {
    min-height: 620px;
  }

  .about-section {
    padding: 30px 0 20px;
  }

  .product-heading {
    padding: 24px 12px 18px;
  }

  .product-heading h2 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .product-heading-brand h2 {
    font-size: clamp(1.42rem, 6.8vw, 2.1rem);
  }

  .brand-heading-copy {
    gap: 4px 9px;
    margin-top: 10px;
    font-size: 0.73rem;
  }

  .brand-spotlight {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
    margin-bottom: 24px;
    padding: 18px;
  }

  .brand-spotlight h3 {
    max-width: 520px;
    font-size: clamp(1.75rem, 8vw, 3rem);
  }

  .brand-spotlight-lead {
    margin-top: 12px;
    font-size: 0.92rem;
  }

  .brand-spotlight-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
  }

  .brand-spotlight-media {
    min-height: 0;
    aspect-ratio: 1 / 0.48;
  }

  .meraki-package-section {
    gap: 16px;
    margin-bottom: 28px;
    padding: 18px;
  }

  .meraki-package-visual {
    grid-template-rows: auto auto;
  }

  .meraki-package-main {
    min-height: 0;
    aspect-ratio: 1 / 0.62;
    height: min(62vw, 420px);
    object-fit: cover;
  }

  .meraki-package-header h3 {
    font-size: clamp(1.75rem, 8vw, 3rem);
  }

  .meraki-package-includes,
  .meraki-payment-grid {
    grid-template-columns: 1fr;
  }

  .meraki-package-gallery {
    gap: 8px;
  }

  .product-info {
    min-height: 68px;
    padding: 9px 10px;
  }

  .product-info h3 {
    font-size: 0.84rem;
  }

  .product-info p {
    font-size: 0.78rem;
  }

  .product-cart {
    width: 30px;
    height: 30px;
    margin-top: 4px;
  }

  .about-layout {
    gap: 10px;
  }

  .about-section-title h2 {
    max-width: none;
    font-size: clamp(1.26rem, 4.8vw, 1.7rem);
    line-height: 1.04;
  }

  .about-social-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .about-socials {
    max-width: none;
    gap: 6px;
  }

  .about-socials a {
    min-height: 30px;
    padding: 0 10px 0 6px;
    font-size: 0.64rem;
  }

  .social-icon {
    width: 20px;
    height: 20px;
    font-size: 0.68rem;
  }

  .about-intro-card {
    min-height: 360px;
    height: 100%;
    padding: 18px 16px 14px;
  }

  .about-photo-card {
    width: 100%;
    min-height: 360px;
  }

  .about-link {
    min-height: 30px;
    font-size: 0.62rem;
  }

  .about-details {
    margin-top: 12px;
    padding-top: 10px;
    gap: 10px;
  }

  .about-intro-card .about-details {
    margin-top: 0;
    padding-top: 0;
  }

  .about-label {
    font-size: 1.05rem;
  }

  .about-copy p {
    font-size: 0.92rem;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-intro-card .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story-card,
  .about-problem-card,
  .about-focus-card {
    padding: 14px;
  }

  .about-story-card h3,
  .about-problem-card h3 {
    font-size: 1.14rem;
  }

  .about-problem-list span {
    width: 100%;
    min-height: 30px;
    font-size: 0.82rem;
  }

  .hero-content {
    padding: 50px 20px 24px;
  }

  .hero-content h1 {
    max-width: 520px;
    font-size: clamp(2.8rem, 12vw, 4.7rem);
  }

  .hero-title-zh {
    font-size: clamp(1.55rem, 7.4vw, 2.7rem);
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-logo-row {
    gap: 18px;
    margin-top: 34px;
    padding-top: 0;
    font-size: 0.76rem;
  }

  .device-card {
    width: min(100%, 220px);
    justify-self: center;
  }

  .device-body {
    transform: rotate(6deg);
    padding: 18px 16px;
  }

  .cup-scene {
    width: min(100%, 180px);
  }
}

@media (max-width: 560px) {
  .header-bar {
    grid-template-columns: auto auto;
    gap: 16px;
    justify-content: space-between;
  }

  .menu-toggle {
    justify-self: end;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card,
  .product-card:nth-child(2n),
  .product-card:nth-child(4n) {
    border-right: 0;
  }

  .brand-grid .product-card:nth-child(odd) {
    border-right: 1px solid rgba(21, 19, 17, 0.22);
  }

  .product-image {
    aspect-ratio: 1 / 0.92;
  }

  .brand-image {
    aspect-ratio: 1 / 0.66;
    padding: 14px 16px;
  }

  .brand-logo-1zpresso {
    max-width: 58%;
    max-height: 72%;
  }

  .brand-logo-cheerful {
    max-width: 86%;
    max-height: 74%;
  }

  .brand-grid .product-info {
    min-height: 72px;
    gap: 8px;
    padding: 16px;
  }

  .brand-grid .product-info h3 {
    font-size: 0.78rem;
  }

  .brand-grid .product-info p {
    font-size: 0.7rem;
  }

  .brand-grid .product-cart {
    width: 26px;
    height: 26px;
  }

  .brand-spotlight {
    width: calc(100% - 24px);
    display: flex;
    flex-direction: column-reverse;
    margin-top: 14px;
    margin-bottom: 22px;
    border-right: 0;
    border-left: 0;
    border-radius: 8px;
    padding: 14px;
  }

  .brand-spotlight h3 {
    margin-top: 8px;
    font-size: clamp(1.42rem, 8vw, 2.05rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
  }

  .brand-spotlight-lead {
    font-size: 0.84rem;
    line-height: 1.48;
  }

  .brand-package {
    width: 100%;
    margin-top: 12px;
    padding: 8px 9px;
  }

  .brand-package span,
  .brand-package strong {
    font-size: 0.74rem;
  }

  .brand-spotlight-line {
    margin-top: 14px;
    font-size: 0.98rem;
  }

  .brand-spotlight-details {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
  }

  .brand-spotlight-details h4 {
    margin-bottom: 6px;
    font-size: 0.72rem;
  }

  .brand-spotlight-details ul {
    gap: 5px;
  }

  .brand-spotlight-details li {
    font-size: 0.72rem;
  }

  .brand-spotlight-media {
    min-height: 0;
    aspect-ratio: 1 / 0.46;
  }

  .brand-spotlight-photo {
    width: 49.5%;
    height: auto;
    max-height: 100%;
    padding: 8px 0;
  }

  .meraki-package-section {
    width: calc(100% - 24px);
    margin-bottom: 24px;
    padding: 14px;
  }

  .meraki-package-main {
    aspect-ratio: 1 / 0.82;
    height: min(82vw, 360px);
    object-fit: cover;
  }

  .meraki-package-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .meraki-package-gallery img {
    aspect-ratio: 1 / 0.92;
  }

  .meraki-package-header h3 {
    font-size: clamp(1.5rem, 8vw, 2.1rem);
    letter-spacing: -0.04em;
  }

  .meraki-package-price strong {
    font-size: clamp(2.8rem, 18vw, 4.1rem);
  }

  .meraki-package-header p,
  .meraki-payment-copy p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .meraki-package-button {
    width: 100%;
    justify-content: center;
    min-height: 38px;
    font-size: 0.68rem;
  }

  .meraki-include-card,
  .meraki-payment-panel,
  .meraki-payment-card {
    padding: 12px;
  }

  .meraki-payment-card dl div {
    display: grid;
    gap: 3px;
  }

  .meraki-payment-card dd {
    text-align: left;
  }

  .meraki-package-closing {
    font-size: 1.08rem;
  }

  .about-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .about-photo-card {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 2 / 3;
  }

  .about-intro-card {
    height: auto;
    padding: 16px 14px 12px;
  }

  .about-section-title h2 {
    font-size: clamp(1.18rem, 6.4vw, 1.5rem);
  }

  .about-link {
    min-height: 28px;
    padding: 0 10px;
  }

  .device-card {
    width: min(100%, 190px);
  }

  .device-body {
    transform: none;
    padding: 16px 14px;
    border-radius: 28px;
  }

  .cup-scene {
    width: min(100%, 152px);
  }

  .cup-scene::before {
    inset: 16px 20px 14px;
  }

  .cup-scene::after {
    width: 48px;
    height: 48px;
    top: 12px;
    right: 10px;
  }
}
