:root {
  --ink: #082e24;
  --green: #08723e;
  --leaf: #8cc63f;
  --navy: #0d315b;
  --gold: #d8a62e;
  --cream: #f4f1e9;
  --paper: #fffdf8;
  --line: rgba(8, 46, 36, 0.16);
  --muted: #48635b;
  --font-q: "Outfit", sans-serif;
  --font-latin: "Outfit", sans-serif;
  --font-korean: "Noto Sans KR", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Pretendard", "Noto Sans KR", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.q-platform-bar { min-height: 36px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 5px 5vw; position: sticky; top: 0; z-index: 40; color: white; background: #071d33; border-bottom: 1px solid rgba(255,255,255,.12); }
.q-platform-bar > a:first-child { color: #e5c158; font: 700 22px/1 var(--font-q); }
.q-platform-bar p { display: flex; align-items: center; gap: 12px; margin: 0; min-width: 0; }
.q-platform-bar b { color: #e8d18c; font-size: 9px; letter-spacing: .16em; }
.q-platform-bar span { color: #adc0cf; font-size: 10px; }
.q-platform-home { color: #d4dee7; font-size: 10px; font-weight: 750; }
.section-shell { padding-left: 6vw; padding-right: 6vw; }
.eyebrow { color: var(--green); letter-spacing: .17em; font-size: 12px; font-weight: 800; margin: 0 0 18px; }
.eyebrow.light { color: #c9e2b2; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 24px; border-radius: 999px; font-weight: 800; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: white; }
.button.ghost { border: 1px solid var(--line); background: rgba(255,255,255,.62); }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.92); position: sticky; top: 36px; z-index: 20; backdrop-filter: blur(14px); }
.brand { width: 152px; height: 55px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.site-header nav > a:not(.nav-cta) { position: relative; }
.site-header nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -6px; background: var(--green); transition: right .2s ease; }
.site-header nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); padding: 10px 18px; border-radius: 100px; }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 5vw; padding: 72px 6vw 82px; overflow: hidden; background: radial-gradient(circle at 78% 25%, rgba(140,198,63,.18), transparent 32%), linear-gradient(125deg, var(--paper), #f2f6ec); }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 6.8vw, 102px); font-weight: 500; line-height: .98; letter-spacing: -.055em; margin: 0; }
.hero-lede { max-width: 590px; font-size: 18px; line-height: 1.75; color: #36554c; margin: 30px 0 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.channel-note { margin: 18px 0 0; color: #688079; font-size: 12px; }
.hero-visual { min-height: 520px; position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: 5% 4% 4% 10%; border: 1px solid rgba(8,114,62,.2); border-radius: 48% 52% 46% 54%; transform: rotate(-9deg); }
.product-orbit { position: absolute; background: white; border-radius: 26px; box-shadow: 0 28px 70px rgba(8,46,36,.14); overflow: hidden; }
.product-orbit img { width: 100%; height: 100%; object-fit: contain; }
.orbit-one { width: 58%; aspect-ratio: 1; left: 4%; top: 5%; transform: rotate(-4deg); }
.orbit-two { width: 47%; aspect-ratio: 1; right: 1%; bottom: 4%; transform: rotate(5deg); }
.hero-seal { position: absolute; width: 118px; height: 118px; left: 44%; bottom: 5%; border-radius: 50%; display: grid; grid-template-columns: 1fr 1fr; place-items: center; color: white; background: var(--navy); border: 6px solid var(--paper); box-shadow: 0 15px 40px rgba(13,49,91,.22); }
.hero-seal span { font-family: Georgia, serif; font-size: 48px; color: #e6bd55; }
.hero-seal small { font-size: 8px; font-weight: 800; letter-spacing: .12em; line-height: 1.6; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-strip div { padding: 22px 4vw; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip b { color: var(--gold); font-family: Georgia, serif; font-size: 24px; }
.trust-strip span { font-weight: 750; }

.products { padding-top: 120px; padding-bottom: 130px; background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 9vw; margin-bottom: 62px; }
.section-heading h2, .membership-heading h2, .legal-note h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 72px); line-height: 1.08; letter-spacing: -.04em; font-weight: 500; }
.section-summary { color: var(--muted); line-height: 1.8; margin: 0 0 8px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.product-card { background: white; border: 1px solid rgba(8,46,36,.1); border-radius: 30px; overflow: hidden; min-width: 0; }
.product-image-wrap { min-height: 390px; display: grid; place-items: center; position: relative; overflow: hidden; }
.bright-card .product-image-wrap { background: radial-gradient(circle, white 26%, #f6ded9 100%); }
.energy-card .product-image-wrap { background: radial-gradient(circle, white 24%, #ead8c9 100%); }
.product-image-wrap::before { content: ""; width: 80%; aspect-ratio: 1; border: 1px solid rgba(128,26,20,.14); border-radius: 50%; position: absolute; }
.product-image-wrap img { width: min(68%, 390px); position: relative; z-index: 1; filter: drop-shadow(0 20px 20px rgba(83,22,17,.15)); transition: transform .35s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.025); }
.product-index { position: absolute; top: 24px; left: 26px; color: rgba(8,46,36,.5); font: 22px Georgia, serif; z-index: 2; }
.product-info { padding: 34px 36px 38px; }
.product-kicker { margin: 0 0 8px; color: #9c372e; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.product-info h3 { margin: 0; font: 500 clamp(31px,3vw,45px)/1.15 Georgia, "Times New Roman", serif; letter-spacing: -.03em; }
.product-copy { color: var(--muted); line-height: 1.75; margin: 18px 0 22px; min-height: 62px; }
.ingredient-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ingredient-tags span { border: 1px solid rgba(122,36,27,.18); background: #fff9f7; color: #73302b; padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 750; }
.product-meta { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 24px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.product-meta p { margin: 0; }
.product-meta small { display: block; color: #788c86; font-size: 11px; margin-bottom: 4px; }
.product-meta strong { font-size: 22px; }
.product-meta a { font-size: 13px; font-weight: 800; color: var(--green); }
.price-note { margin: 24px 0 0; color: #71847e; font-size: 11px; line-height: 1.7; text-align: right; }
.product-disclaimer { color: #70837d; text-align: center; font-size: 12px; margin: 24px 0 0; }

.anno-section { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; background: #061e32; color: white; overflow: hidden; }
.anno-art { min-height: 760px; position: relative; background: radial-gradient(circle at 50% 52%, rgba(210,180,112,.3), transparent 27%), linear-gradient(145deg,#122f47,#061e32 62%); }
.anno-art::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.12); }
.anno-ring { position: absolute; border: 1px solid rgba(215,184,116,.42); border-radius: 50%; }
.ring-one { width: 58%; aspect-ratio: 1; left: 19%; top: 16%; }
.ring-two { width: 76%; aspect-ratio: 1; left: 8%; top: 7%; border-color: rgba(255,255,255,.1); }
.anno-monogram { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.anno-monogram span { font: 500 clamp(70px,8vw,128px)/1 Georgia, serif; letter-spacing: -.06em; color: #ead6a6; text-shadow: 0 15px 48px rgba(0,0,0,.3); }
.anno-monogram small { margin-top: 14px; letter-spacing: .32em; font-size: 10px; }
.anno-glow { width: 16px; height: 16px; background: white; position: absolute; left: 49%; top: 28%; transform: rotate(45deg); box-shadow: 0 0 30px 13px rgba(255,255,255,.18); }
.anno-content { align-self: center; padding: 90px 8vw 90px 7vw; }
.anno-content h2 { margin: 0; font: 500 clamp(44px,5vw,74px)/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.05em; }
.anno-lede { color: #c0cbd3; line-height: 1.85; margin: 28px 0; max-width: 620px; }
.beauty-line { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.beauty-line span { padding: 18px 4px; color: #ecd9ac; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.anno-ingredients { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 24px 0 18px; }
.anno-ingredients div { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); padding: 15px; }
.anno-ingredients b { display: block; color: #ead6a6; font: 18px Georgia, serif; margin-bottom: 6px; }
.anno-ingredients span { color: #aebdc7; font-size: 11px; }
.anno-note { color: #879aa7; font-size: 11px; line-height: 1.6; }

.case-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; padding-top: 110px; padding-bottom: 110px; background: linear-gradient(145deg,#fbfaf5,#eff5ec); }
.case-intro h2 { margin: 0; font: 500 clamp(42px,4.5vw,68px)/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.05em; }
.case-intro > p:last-child { max-width: 550px; color: var(--muted); line-height: 1.85; margin: 28px 0 0; }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; align-items: stretch; }
.case-grid article { display: flex; flex-direction: column; min-height: 280px; padding: 28px 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 18px 38px rgba(8,46,36,.06); }
.case-grid article > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--navy); font-size: 10px; font-weight: 900; }
.case-grid h3 { margin: 34px 0 12px; font: 500 24px/1.15 Georgia, serif; }
.case-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.case-grid p b { color: var(--green); }
.case-grid a, .case-grid small { margin-top: auto; padding-top: 18px; color: var(--green); font-size: 11px; font-weight: 900; }
.anno-button { margin-top: 20px; color: #061e32; background: #ead6a6; }

.membership { padding-top: 130px; padding-bottom: 130px; background: var(--paper); }
.membership-heading { max-width: 890px; }
.membership-heading > p:last-child { color: var(--muted); line-height: 1.8; font-size: 18px; max-width: 680px; margin: 28px 0 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 58px 0 26px; }
.steps-grid article { min-height: 260px; border: 1px solid var(--line); border-radius: 20px; padding: 28px; background: white; }
.steps-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: white; border-radius: 50%; font: 16px Georgia, serif; }
.steps-grid h3 { margin: 48px 0 12px; font-size: 22px; }
.steps-grid p { color: var(--muted); line-height: 1.7; margin: 0; }
.promise-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 18px; padding: 24px 28px; background: #eef3e9; }
.promise-row p { margin: 0; color: #405b52; line-height: 1.65; }
.promise-row > span { color: #405b52; font-size: 12px; font-weight: 800; }
.promise-row b { color: var(--ink); margin-right: 10px; }
.promise-row a { flex: 0 0 auto; font-size: 13px; font-weight: 800; color: var(--green); }

.consult-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: 7vw; padding: 120px 8vw; color: white; background: var(--green); }
.consult-copy h2 { margin: 0; font: 500 clamp(46px,5vw,74px)/1.05 Georgia, serif; letter-spacing: -.05em; }
.consult-copy > p:not(.eyebrow) { color: #cfe4d9; line-height: 1.8; max-width: 560px; margin: 28px 0; }
.consult-points { display: flex; flex-wrap: wrap; gap: 8px; }
.consult-points span { border: 1px solid rgba(255,255,255,.28); border-radius: 99px; padding: 8px 12px; font-size: 11px; }
.consult-form { background: white; color: var(--ink); padding: 34px; border-radius: 24px; box-shadow: 0 28px 60px rgba(0,0,0,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consult-form label { display: block; font-weight: 800; font-size: 12px; margin-bottom: 16px; }
.consult-form input:not([type="checkbox"]), .consult-form select, .consult-form textarea { width: 100%; border: 1px solid #d9e1dd; border-radius: 10px; padding: 14px 15px; margin-top: 8px; color: var(--ink); background: #fbfcfb; outline: none; }
.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(8,114,62,.1); }
.consult-form textarea { resize: vertical; }
.consent { display: flex !important; gap: 10px; align-items: start; color: #60756e; font-weight: 500 !important; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--green); }
.consent em { color: #9b6d2d; font-style: normal; }
.consult-form button { width: 100%; min-height: 54px; border: 0; border-radius: 10px; background: var(--ink); color: white; font-weight: 800; cursor: pointer; }
.consult-form button:hover { background: #10483a; }
.form-status { margin: 14px 0 0; padding: 12px; border-radius: 8px; background: #eaf4ed; color: #276044; font-size: 12px; line-height: 1.5; }

.legal-note { padding-top: 100px; padding-bottom: 100px; background: #f3f0e8; }
.legal-note h2 { font-size: 48px; }
.legal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 36px; }
.legal-grid p { margin: 0; padding-top: 18px; border-top: 1px solid var(--line); }
.legal-grid b, .legal-grid span { display: block; }
.legal-grid b { margin-bottom: 12px; }
.legal-grid span { color: var(--muted); font-size: 13px; line-height: 1.75; }

footer { display: grid; grid-template-columns: 1fr 1.5fr .6fr; gap: 5vw; padding: 62px 6vw 70px; background: #061e18; color: white; }
.footer-logo { width: 190px; height: 70px; overflow: hidden; background: white; border-radius: 8px; }
.footer-logo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.footer-brand p { color: #a7bbb4; font: 18px/1.55 Georgia, serif; }
.footer-info { color: #8da49c; font-size: 12px; line-height: 1.75; padding-top: 8px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 12px; font-weight: 750; padding-top: 8px; }
.mobile-consult { display: none; }

/* Member business card studio */
.cards-link { color: var(--green); }
.cards-link.active { font-weight: 900; }
.cards-page { background: #f4f1e9; }
.cards-hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 8vw; padding: 108px 6vw 88px; background: radial-gradient(circle at 88% 8%, rgba(216,166,46,.18), transparent 28%), var(--paper); border-bottom: 1px solid var(--line); }
.cards-hero h1 { margin: 0; font: 500 clamp(54px,6vw,88px)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.cards-hero > p { color: var(--muted); font-size: 17px; line-height: 1.85; margin: 0 0 8px; max-width: 620px; }
.card-studio { padding-top: 96px; padding-bottom: 110px; }
.card-editor, .template-section { background: white; border: 1px solid var(--line); border-radius: 26px; padding: 34px; }
.template-section { margin-top: 22px; }
.editor-heading { display: flex; align-items: start; gap: 16px; margin-bottom: 30px; }
.editor-heading > span { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: white; font: 16px Georgia, serif; }
.editor-heading h2 { margin: 0 0 6px; font-size: 24px; }
.editor-heading p { color: var(--muted); font-size: 13px; margin: 0; }
.card-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.card-form-grid label { color: #4a625a; font-size: 12px; font-weight: 800; }
.card-form-grid label em { margin-left: 4px; color: #b5572d; font-size: 10px; font-style: normal; }
.card-form-grid label.wide { grid-column: 1 / -1; }
.card-form-grid input { display: block; width: 100%; margin-top: 8px; padding: 14px 15px; color: var(--ink); border: 1px solid #d7dfdb; border-radius: 10px; background: #fbfcfb; outline: none; }
.card-form-grid input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(8,114,62,.1); }
.card-form-grid label > small { display: block; margin-top: 7px; color: #71847e; font-size: 10px; font-weight: 500; line-height: 1.5; }
.qmail-ready { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; margin-top: 22px; padding: 18px 20px; border: 1px solid rgba(8,114,62,.18); border-radius: 16px; background: linear-gradient(135deg,#f4fbf6,#fbf8ee); }
.qmail-ready-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: white; background: linear-gradient(145deg,var(--green),#0b4e39); font: 700 25px/1 var(--font-q); box-shadow: 0 8px 18px rgba(8,114,62,.2); }
.qmail-ready-copy span, .qmail-ready-copy strong, .qmail-ready-copy small { display: block; }
.qmail-ready-copy span { color: #668078; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.qmail-ready-copy strong { margin-top: 3px; color: var(--ink); font-family: var(--font-latin); font-size: clamp(17px,2vw,24px); letter-spacing: -.02em; }
.qmail-ready-copy small { margin-top: 5px; color: #71847e; font-size: 10px; }
.qmail-status { justify-self: end; padding: 7px 10px; border-radius: 999px; color: #6e6446; background: #eee8d7; font-size: 10px; font-weight: 900; white-space: nowrap; }
.qmail-status[data-state="loading"] { color: #305377; background: #e4eef8; }
.qmail-status[data-state="success"] { color: #0a663b; background: #dff3e6; }
.qmail-status[data-state="signup"] { color: #8b5b08; background: #fff0c7; }
.qmail-status[data-state="lookup-error"], .qmail-status[data-state="error"] { color: #963f30; background: #fde6df; }
.card-form-status { margin: 14px 0 0; padding: 12px 14px; border-radius: 10px; color: #31564a; background: #eef6f1; font-size: 12px; line-height: 1.6; }
.card-form-status[data-state="error"] { color: #8c3e2e; background: #fff0eb; }
.card-form-status[data-state="signup"] { color: #75510f; background: #fff8e5; }
.card-form-status[data-state="lookup-error"] { color: #8c3e2e; background: #fff0eb; }
.reset-card { margin-top: 18px; padding: 9px 0; border: 0; color: var(--green); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.card-template-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.template-option { min-width: 0; padding: 10px; border: 1px solid #d9e0dd; border-radius: 18px; color: var(--ink); background: #f8f7f2; cursor: pointer; text-align: left; position: relative; transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.template-option:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(8,46,36,.1); }
.template-option.is-selected { border-color: var(--green); box-shadow: 0 0 0 3px rgba(8,114,62,.12); }
.template-label { display: block; padding: 15px 8px 6px; }
.template-label b, .template-label small { display: block; }
.template-label b { font-size: 14px; }
.template-label small { color: #71847e; margin-top: 4px; font-size: 11px; }
.select-indicator { position: absolute; right: 18px; bottom: 18px; color: var(--green); font-size: 10px; font-weight: 900; }
.business-card { width: 100%; aspect-ratio: 90 / 50; overflow: hidden; position: relative; isolation: isolate; box-shadow: 0 7px 20px rgba(8,46,36,.14); font-family: var(--font-latin); }
.business-card p, .business-card h3 { margin: 0; }
.card-logo-crop { position: absolute; overflow: hidden; z-index: 2; }
.card-logo-crop img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.card-member-mark { position: absolute; z-index: 3; }
.card-member-mark span, .card-member-mark small { display: block; }
.card-member-mark span { font-family: var(--font-q); font-style: normal; font-weight: 700; }
.card-member-mark small { font-weight: 900; letter-spacing: .14em; }
.card-person { position: absolute; z-index: 3; }
.card-person > p, .card-person h3 { font-family: var(--font-korean); }
.card-person > p { font-weight: 800; }
.card-person h3 { letter-spacing: .08em; }
.card-person > small { display: block; margin-top: 5px; opacity: .7; }
.card-contact { position: absolute; z-index: 3; font-weight: 850; }
.card-contact p, .card-contact span { display: block; }
.card-contact span { min-width: 0; overflow: visible; white-space: nowrap; letter-spacing: -.035em; }
.card-tagline { position: absolute; z-index: 3; letter-spacing: .12em; font-weight: 800; }
.card-accent { position: absolute; z-index: 1; }

.card-classic { color: #092f25; background: linear-gradient(145deg,#ffffff,#f7f5ed); }
.card-classic::before { content: ""; position: absolute; width: 48%; aspect-ratio: 1; right: -22%; top: -38%; border: 1px solid rgba(8,114,62,.22); border-radius: 50%; }
.card-classic .card-logo-crop { width: 38%; height: 26%; left: 5%; top: 6%; }
.card-classic .card-member-mark { right: 6%; top: 9%; text-align: center; color: var(--green); }
.card-classic .card-member-mark span { font-size: clamp(22px,2.4vw,36px); line-height: .8; }
.card-classic .card-member-mark small { margin-top: 5px; font-size: clamp(5px,.5vw,7px); }
.card-classic .card-person { left: 7%; bottom: 18%; }
.card-classic .card-person > p { color: var(--green); font-size: clamp(7px,.68vw,10px); }
.card-classic .card-person h3 { margin-top: 4px; font-size: clamp(17px,1.8vw,27px); }
.card-classic .card-person > small { font-size: clamp(6px,.56vw,8px); }
.card-classic .card-contact { width: 50%; right: 5%; bottom: 23%; font-size: clamp(10.5px,1.15vw,16px); line-height: 1.2; }
.card-classic .card-tagline { left: 7%; bottom: 6%; font-size: clamp(4px,.45vw,6px); color: #658078; }
.card-classic .card-accent { left: 0; right: 0; bottom: 0; height: 3.5%; background: linear-gradient(90deg,var(--gold),var(--leaf),var(--green)); }

.card-signature { color: white; background: radial-gradient(circle at 90% 10%, rgba(140,198,63,.4), transparent 26%), linear-gradient(135deg,#0a7a43,#06472f); }
.card-signature::before { content: ""; position: absolute; width: 52%; aspect-ratio: 1; right: -18%; bottom: -62%; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 22px rgba(255,255,255,.04),0 0 0 44px rgba(255,255,255,.025); }
.card-signature .card-logo-crop { width: 39%; height: 27%; left: 5%; top: 7%; background: white; border-radius: 4px; }
.card-signature .card-member-mark { right: 6%; top: 9%; text-align: center; color: #f0cf79; }
.card-signature .card-member-mark span { font-size: clamp(22px,2.4vw,36px); line-height: .8; }
.card-signature .card-member-mark small { margin-top: 5px; font-size: clamp(5px,.5vw,7px); }
.card-signature .card-person { left: 7%; bottom: 17%; }
.card-signature .card-person > p { color: #cce8ba; font-size: clamp(7px,.68vw,10px); }
.card-signature .card-person h3 { margin-top: 4px; font-size: clamp(17px,1.8vw,27px); }
.card-signature .card-person > small { font-size: clamp(6px,.56vw,8px); }
.card-signature .card-contact { width: 50%; right: 5%; bottom: 22%; font-size: clamp(10.5px,1.15vw,16px); line-height: 1.2; }
.card-signature .card-tagline { left: 7%; bottom: 5%; font-size: clamp(4px,.45vw,6px); color: #b9d6c8; }
.card-signature .card-accent { width: 20%; height: 120%; left: 48%; top: -15%; transform: rotate(24deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent); }

.card-global { color: #0d315b; background: linear-gradient(90deg,#0d315b 0 37%,#fdfcf8 37% 100%); }
.card-global::before { content: ""; position: absolute; width: 48%; aspect-ratio: 1; left: -19%; top: -16%; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 18px rgba(255,255,255,.04); }
.card-global .card-logo-crop { width: 34%; height: 25%; left: 43%; top: 7%; }
.card-global .card-member-mark { left: 12%; top: 28%; text-align: center; color: #e4bd59; }
.card-global .card-member-mark span { font-size: clamp(28px,3.1vw,46px); line-height: .8; }
.card-global .card-member-mark small { margin-top: 8px; color: white; font-size: clamp(5px,.5vw,7px); }
.card-global .card-person { left: 43%; bottom: 43%; }
.card-global .card-person > p { color: var(--green); font-size: clamp(7px,.68vw,10px); }
.card-global .card-person h3 { margin-top: 4px; font-size: clamp(17px,1.8vw,27px); }
.card-global .card-person > small { font-size: clamp(6px,.56vw,8px); }
.card-global .card-contact { width: 52%; right: 5%; bottom: 22%; font-size: clamp(10px,1.08vw,15px); line-height: 1.2; }
.card-global .card-tagline { left: 5%; bottom: 7%; width: 28%; color: #b9c9da; text-align: center; font-size: clamp(4px,.42vw,6px); line-height: 1.6; }
.card-global .card-accent { width: 28%; height: 2.5%; right: 0; top: 0; background: linear-gradient(90deg,var(--gold),var(--leaf)); }

.print-panel { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 22px; padding: 24px 28px; border-radius: 18px; color: white; background: var(--ink); }
.print-panel b, .print-panel span { display: block; }
.print-panel > div > span { margin-top: 6px; color: #b8cbc5; font-size: 12px; }
.print-panel button { flex: 0 0 auto; min-height: 48px; padding: 0 20px; border: 0; border-radius: 999px; color: var(--ink); background: #f0d487; font-weight: 900; cursor: pointer; }
.card-guidelines { padding-top: 100px; padding-bottom: 110px; background: var(--paper); }
.card-guidelines h2 { margin: 0; font: 500 clamp(40px,4vw,62px)/1.1 Georgia, serif; letter-spacing: -.04em; }
.card-guidelines > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 42px; }
.card-guidelines article { padding: 25px; border-top: 1px solid var(--line); }
.card-guidelines article b { color: var(--gold); font: 22px Georgia, serif; }
.card-guidelines article h3 { margin: 34px 0 12px; font-size: 19px; }
.card-guidelines article p { color: var(--muted); line-height: 1.7; margin: 0; font-size: 13px; }

@media (max-width: 1000px) {
  .product-grid, .anno-section { grid-template-columns: 1fr; }
  .anno-art { min-height: 560px; }
  .anno-content { padding: 80px 7vw; }
  .consult-section { grid-template-columns: 1fr; }
  .case-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .section-shell { padding-left: 22px; padding-right: 22px; }
  .q-platform-bar { min-height: 38px; padding: 6px 18px; }
  .q-platform-bar p { display: block; }
  .q-platform-bar b, .q-platform-bar span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .q-platform-home { display: none; }
  .site-header { height: 70px; padding: 0 20px; top: 38px; }
  .brand { width: 128px; height: 48px; }
  .site-header nav { gap: 12px; }
  .site-header nav a:not(.nav-cta):not(.cards-link) { display: none; }
  .cards-link { font-size: 12px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 64px 22px 52px; }
  .hero h1 { font-size: 56px; }
  .hero-lede { font-size: 16px; }
  .hero-visual { min-height: 410px; margin-top: 28px; }
  .hero-seal { width: 96px; height: 96px; left: 40%; }
  .hero-seal span { font-size: 37px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { padding-left: 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .products { padding-top: 88px; padding-bottom: 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 42px; }
  .product-image-wrap { min-height: 310px; }
  .product-info { padding: 28px 24px 30px; }
  .product-copy { min-height: auto; }
  .product-meta { align-items: center; }
  .anno-art { min-height: 420px; }
  .anno-content { padding: 72px 22px 84px; }
  .anno-content h2 { font-size: 48px; }
  .beauty-line { grid-template-columns: repeat(2,1fr); }
  .anno-ingredients { grid-template-columns: 1fr; }
  .membership { padding-top: 88px; padding-bottom: 88px; }
  .steps-grid, .legal-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 225px; }
  .promise-row { align-items: start; flex-direction: column; }
  .consult-section { padding: 82px 22px 96px; }
  .consult-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .legal-note { padding-top: 78px; padding-bottom: 90px; }
  .case-section { padding-top: 76px; padding-bottom: 76px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-grid article { min-height: 220px; }
  footer { grid-template-columns: 1fr; padding: 55px 22px 100px; }
  .mobile-consult { display: block; position: fixed; z-index: 30; left: 16px; right: 16px; bottom: 14px; padding: 16px; text-align: center; border-radius: 999px; background: var(--ink); color: white; font-weight: 800; box-shadow: 0 12px 32px rgba(0,0,0,.24); }
  .cards-hero { grid-template-columns: 1fr; gap: 30px; padding: 72px 22px 64px; }
  .cards-hero h1 { font-size: 50px; }
  .cards-hero > p { font-size: 15px; }
  .card-studio { padding-top: 60px; padding-bottom: 76px; }
  .card-editor, .template-section { padding: 22px 16px; border-radius: 18px; }
  .card-form-grid { grid-template-columns: 1fr; }
  .card-form-grid label.wide { grid-column: auto; }
  .qmail-ready { grid-template-columns: auto 1fr; padding: 16px; }
  .qmail-status { grid-column: 1 / -1; justify-self: stretch; text-align: center; }
  .card-template-grid { grid-template-columns: 1fr; }
  .card-classic .card-member-mark span, .card-signature .card-member-mark span { font-size: 30px; }
  .card-global .card-member-mark span { font-size: 38px; }
  .card-person h3, .card-classic .card-person h3, .card-signature .card-person h3, .card-global .card-person h3 { font-size: 23px; }
  .card-person > p { font-size: 8px; }
  .card-contact, .card-classic .card-contact, .card-signature .card-contact, .card-global .card-contact { font-size: 14px; }
  .print-panel { align-items: stretch; flex-direction: column; }
  .card-guidelines { padding-top: 76px; padding-bottom: 84px; }
  .card-guidelines > div { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

@media print {
  @page { size: 90mm 50mm; margin: 0; }
  html, body { width: 90mm; height: 50mm; margin: 0; background: white; }
  body * { visibility: hidden !important; }
  .selected-print, .selected-print * { visibility: visible !important; }
  .selected-print { position: fixed !important; inset: 0 auto auto 0 !important; width: 90mm !important; height: 50mm !important; aspect-ratio: auto !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; transform: none !important; }
  .selected-print .card-member-mark span { font-size: 28px; }
  .selected-print .card-member-mark small { font-size: 6px; }
  .selected-print .card-person > p { font-size: 8px; }
  .selected-print .card-person h3 { font-size: 21px; }
  .selected-print .card-person > small { font-size: 7px; }
  .selected-print .card-contact { font-size: 13px; }
  .selected-print .card-tagline { font-size: 5px; }
}
