/*
Theme Name: SKINOTO
Theme URI: https://skinoto.com/
Author: Bryan / SKINOTO
Description: Minimal, product-first WooCommerce theme for SKINOTO. Built for Elementor Free compatibility with custom commerce styling.
Version: 0.1.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: skinoto
License: GPL-2.0-or-later
*/

:root {
  --skinoto-bg: #fbf8f3;
  --skinoto-surface: #fffdf9;
  --skinoto-soft: #f3ede4;
  --skinoto-soft-2: #eee6da;
  --skinoto-ink: #181816;
  --skinoto-muted: #6c6a64;
  --skinoto-line: rgba(24,24,22,.11);
  --skinoto-green: #59684b;
  --skinoto-green-dark: #384532;
  --skinoto-radius: 22px;
  --skinoto-max: 1280px;
  --skinoto-shadow: 0 12px 40px rgba(42,32,18,.06);
  --skinoto-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --skinoto-sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--skinoto-bg);
  color: var(--skinoto-ink);
  font-family: var(--skinoto-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--skinoto-green-dark); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }

.skinoto-container { width: min(calc(100% - 40px), var(--skinoto-max)); margin-inline: auto; }
.skinoto-section { padding: clamp(48px, 6vw, 88px) 0; }
.skinoto-eyebrow { margin: 0 0 12px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--skinoto-green-dark); }
.skinoto-title { margin: 0; font-family: var(--skinoto-serif); font-weight: 400; font-size: clamp(34px, 4vw, 64px); line-height: 1.02; letter-spacing: -.03em; }
.skinoto-copy { color: var(--skinoto-muted); max-width: 620px; }
.skinoto-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--skinoto-ink) !important;
  border-radius: 999px !important;
  background: var(--skinoto-ink) !important;
  color: #fff !important;
  padding: 13px 24px !important;
  min-height: 46px;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: .2s ease;
  cursor: pointer;
}
.skinoto-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover { background: var(--skinoto-green-dark) !important; border-color: var(--skinoto-green-dark) !important; transform: translateY(-1px); }

/* Header */
.skinoto-site-header { position:relative; z-index:50; background:rgba(255,253,249,.97); border-bottom:1px solid rgba(24,24,22,.08); backdrop-filter:blur(12px); }
.skinoto-site-header .skinoto-container { width:min(calc(100% - 72px),1440px); }
.skinoto-header-inner { min-height:64px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:28px; }
.skinoto-brand { justify-self:start; display:flex; align-items:center; }
.skinoto-brand .custom-logo { max-height:30px; width:auto; }
.skinoto-brand-text { display:flex; align-items:center; line-height:1; }
.skinoto-brand-text strong { font-family:var(--skinoto-sans); font-size:21px; font-weight:600; letter-spacing:-.025em; text-transform:uppercase; }
.skinoto-brand-text span { display:none; }
.skinoto-nav { justify-self:center; }
.skinoto-nav ul { list-style:none; display:flex; align-items:center; gap:46px; padding:0; margin:0; }
.skinoto-nav a { font-family:var(--skinoto-sans); font-size:10px; line-height:1; font-weight:600; letter-spacing:.02em; text-transform:uppercase; }
.skinoto-header-actions { justify-self:end; display:flex; align-items:center; gap:4px; }
.skinoto-icon-link { width:32px; height:32px; display:grid; place-items:center; border-radius:50%; }
.skinoto-icon-link:hover { background:var(--skinoto-soft); }
.skinoto-icon-link svg { width:18px; height:18px; stroke-width:1.7; }
.skinoto-cart-count { position:absolute; transform:translate(9px,-9px); min-width:14px; height:14px; padding:0 3px; border-radius:999px; display:grid; place-items:center; background:var(--skinoto-ink); color:#fff; font-size:8px; font-weight:600; }
.skinoto-menu-toggle { display:none; border:0; background:transparent; padding:7px; }

/* Hero */
.skinoto-hero { padding:24px 0 0; }
.skinoto-hero .skinoto-container { width:min(calc(100% - 64px),1280px); }
.skinoto-hero-card { position:relative; min-height:440px; overflow:hidden; border-radius:0 0 var(--skinoto-radius) var(--skinoto-radius); background:#f7f1e9; box-shadow:var(--skinoto-shadow); }
.skinoto-hero-card::after { content:""; position:absolute; z-index:2; inset:0 auto 0 0; width:51%; pointer-events:none; background:linear-gradient(90deg,rgba(247,241,233,.99) 0%,rgba(247,241,233,.95) 58%,rgba(247,241,233,.64) 78%,rgba(247,241,233,0) 100%); }
.skinoto-hero-copy { position:relative; z-index:3; width:min(45%,470px); min-height:440px; padding:clamp(44px,5vw,66px); display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.skinoto-hero-copy .skinoto-title { max-width:390px; font-size:clamp(42px,3.7vw,54px); line-height:.95; letter-spacing:-.036em; font-weight:500; }
.skinoto-hero-copy .skinoto-title span { display:block; }
.skinoto-hero-copy p { margin:18px 0 24px; max-width:300px; color:#55524d; font-size:12px; line-height:1.58; font-weight:400; letter-spacing:-.01em; }
.skinoto-hero-button { min-height:38px !important; padding:9px 19px !important; border-radius:4px !important; font-size:10px !important; font-weight:700 !important; letter-spacing:.035em !important; }
.skinoto-hero-stage { position:absolute; z-index:1; inset:0; display:block; overflow:hidden; background:#efe7dc; }
.skinoto-hero-banner { width:100%; height:100%; min-height:440px; object-fit:cover; object-position:center right; display:block; }
.skinoto-hero-stage:hover .skinoto-hero-banner { transform:scale(1.01); }

/* Trust strip */
.skinoto-trust { padding:18px 0; }
.skinoto-trust-grid { background:#fbf8f3; border:1px solid rgba(71,60,42,.08); border-radius:15px; display:grid; grid-template-columns:repeat(4,1fr); overflow:hidden; }
.skinoto-trust-item { min-height:92px; padding:18px 22px; display:grid; grid-template-columns:32px 1fr; gap:13px; align-items:center; border-right:1px solid var(--skinoto-line); }
.skinoto-trust-item:last-child { border-right:0; }
.skinoto-trust-item svg { width:24px; height:24px; stroke:var(--skinoto-green-dark); stroke-width:1.45; fill:none; }
.skinoto-trust-item strong { display:block; margin-bottom:5px; font-family:var(--skinoto-serif); font-size:16px; line-height:1.05; font-weight:600; color:var(--skinoto-ink); }
.skinoto-trust-item span { display:block; max-width:210px; font-size:11px; line-height:1.45; font-weight:500; color:#5c5851; }

.skinoto-editorial-poster { position:relative; overflow:hidden; border-radius:var(--skinoto-radius); background:#f5eee5; }
.skinoto-editorial-poster > img { display:block; width:100%; height:auto; }
.skinoto-editorial-overlay { position:absolute; z-index:2; left:clamp(24px,4vw,58px); top:50%; transform:translateY(-50%); width:min(31%,360px); }
.skinoto-editorial-overlay .skinoto-title { margin:0 0 12px; font-size:clamp(28px,2.35vw,42px); line-height:.95; font-weight:500; letter-spacing:-.03em; }
.skinoto-editorial-overlay .skinoto-title span { display:block; }
.skinoto-editorial-overlay p { margin:0 0 16px; max-width:250px; font-size:11px; line-height:1.5; font-weight:600; color:#4c4943; }
.skinoto-editorial-overlay .skinoto-button { min-height:34px; padding:9px 16px; border-radius:3px; font-size:9px !important; }

/* Founder */
.skinoto-founder-card { display:grid; grid-template-columns:minmax(360px,.92fr) 1.08fr; min-height:430px; overflow:hidden; border-radius:var(--skinoto-radius); background:var(--skinoto-surface); box-shadow:var(--skinoto-shadow); }
.skinoto-founder-image { position:relative; min-height:430px; overflow:hidden; background:#f1ece5; }
.skinoto-founder-image::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent 70%,rgba(255,253,249,.08)); pointer-events:none; }
.skinoto-founder-image img { width:100%; height:100%; min-height:430px; object-fit:cover; object-position:center; }
.skinoto-founder-copy { padding:clamp(46px,5vw,76px); display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.skinoto-founder-copy .skinoto-title { max-width:540px; font-size:clamp(38px,3.25vw,52px); line-height:1.01; font-weight:500; letter-spacing:-.025em; color:#181816; }
.skinoto-founder-copy p { max-width:590px; margin:18px 0 0; color:#2f2d29; font-size:15px; line-height:1.68; font-weight:400; letter-spacing:-.01em; }
.skinoto-founder-copy p:first-of-type { font-weight:500; }
.skinoto-founder-signature { margin-top:22px; font-family:'Allura',cursive; font-size:42px; line-height:1; color:#181816; transform:rotate(-3deg); transform-origin:left center; }
.skinoto-founder-role { margin-top:5px; color:#4d4943; font-size:12px; font-weight:600; letter-spacing:.01em; }

/* Essentials */
.skinoto-section-head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:28px; }
.skinoto-section-head .skinoto-title { font-size:clamp(32px,3vw,48px); }
.skinoto-product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.skinoto-product-card { min-width:0; }
.skinoto-product-card-media { position:relative; aspect-ratio:.82; border-radius:18px; background:#f5efe7; overflow:hidden; display:grid; place-items:center; padding:24px; }
.skinoto-product-card-media img { width:100%; height:100%; object-fit:contain; transition:transform .35s ease; }
.skinoto-product-card:hover img { transform:scale(1.055); }
.skinoto-product-card-body { padding:14px 5px 0; }
.skinoto-product-card-name { margin:0 0 3px; font-size:13px; font-weight:600; }
.skinoto-product-card-sub { margin:0; color:var(--skinoto-muted); font-size:11px; }
.skinoto-product-card-price { margin-top:7px; font-family:var(--skinoto-serif); font-size:17px; }
.skinoto-product-card .star-rating { font-size:10px; margin-top:7px; }

/* Routine */
.skinoto-routine-card { padding: clamp(28px,4vw,52px); border-radius:var(--skinoto-radius); background:linear-gradient(100deg,#f3eadf,#faf7f1); display:grid; grid-template-columns:260px 1fr; gap:24px; align-items:center; }
.skinoto-routine-intro .skinoto-title { font-size:clamp(30px,3vw,46px); }
.skinoto-routine-intro p { font-size:13px; color:var(--skinoto-muted); }
.skinoto-routine-steps { display:grid; grid-template-columns:1fr auto 1fr auto 1.25fr auto 1fr; align-items:center; gap:10px; }
.skinoto-routine-arrow { color:var(--skinoto-muted); font-size:24px; }
.skinoto-step { text-align:center; min-width:0; }
.skinoto-step-products { min-height:180px; display:flex; align-items:flex-end; justify-content:center; gap:8px; }
.skinoto-step-products img { max-height:170px; max-width:95px; width:auto; object-fit:contain; }
.skinoto-step small { display:block; margin-top:12px; font-size:9px; letter-spacing:.12em; }
.skinoto-step strong { display:block; margin-top:4px; font-size:12px; }
.skinoto-step span { display:block; font-size:10px; color:var(--skinoto-muted); }
.skinoto-routine-poster { width:100%; overflow:hidden; border-radius:var(--skinoto-radius); background:#fff; }
.skinoto-routine-poster img { display:block; width:100%; height:auto; object-fit:contain; }

/* Editorial home */
.skinoto-editorial-poster { width:100%; overflow:hidden; border-radius:var(--skinoto-radius); background:#fff; }
.skinoto-editorial-poster img { display:block; width:100%; height:auto; object-fit:contain; }
.skinoto-editorial-poster-section .skinoto-trust { padding-top:18px; }

/* Main/Footer */
.site-main { min-height:50vh; }
.skinoto-page-content { padding:50px 0; }
.skinoto-site-footer { margin-top:30px; padding:34px 0 22px; border-top:1px solid var(--skinoto-line); background:#f8f3eb; }
.skinoto-footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr 1fr; gap:36px; }
.skinoto-footer-brand strong { font-size:24px; font-weight:500; }
.skinoto-footer-brand p { max-width:300px; font-size:12px; color:var(--skinoto-muted); }
.skinoto-footer-title { margin:3px 0 12px; font-size:11px; text-transform:uppercase; letter-spacing:.09em; }
.skinoto-footer-menu { list-style:none; padding:0; margin:0; }
.skinoto-footer-menu li { margin:7px 0; font-size:12px; color:#4f4c47; }
.skinoto-footer-bottom { margin-top:30px; padding-top:18px; border-top:1px solid var(--skinoto-line); display:flex; justify-content:space-between; gap:20px; font-size:10px; color:var(--skinoto-muted); }

/* WooCommerce global */
.woocommerce .woocommerce-breadcrumb { margin:22px 0 20px; color:var(--skinoto-muted); font-size:11px; }
.skinoto-woo-shell { width:min(calc(100% - 40px), var(--skinoto-max)); margin-inline:auto; padding-bottom:60px; }
.woocommerce-message,.woocommerce-info,.woocommerce-error { border:0 !important; background:#f3ede4 !important; color:var(--skinoto-ink) !important; border-radius:14px; }
.woocommerce span.onsale { min-width:auto; min-height:auto; line-height:1; border-radius:999px; background:var(--skinoto-green-dark); padding:8px 11px; font-size:10px; }
.woocommerce ul.products { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; align-items:stretch; }
.woocommerce ul.products::before,.woocommerce ul.products::after { display:none; }
.woocommerce ul.products li.product { width:auto !important; float:none !important; margin:0 !important; display:flex; flex-direction:column; min-width:0; }
.woocommerce ul.products li.product .woocommerce-LoopProduct-link { display:flex; flex-direction:column; flex:1; }
.woocommerce ul.products li.product a img { width:100% !important; height:300px !important; object-fit:contain !important; object-position:center !important; padding:28px !important; background:#fff !important; border:1px solid rgba(35,30,23,.06); border-radius:18px; margin:0 0 14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height:42px; margin:0; font-size:13px; line-height:1.45; color:var(--skinoto-ink); }
.woocommerce ul.products li.product .price { min-height:26px; margin:8px 0 0; color:var(--skinoto-ink); font-family:var(--skinoto-serif); font-size:17px; }
.woocommerce ul.products li.product .button { align-self:flex-start; margin-top:16px !important; min-width:118px; text-align:center; }

/* Single product */
.single-product .skinoto-woo-shell { max-width:1220px; }
.single-product div.product { display:grid; grid-template-columns:minmax(0,1.16fr) minmax(330px,.84fr); grid-template-areas:"gallery summary" "story story" "trust trust" "related related"; column-gap:clamp(38px,5vw,74px); row-gap:clamp(28px,3vw,44px); align-items:start; }
.single-product div.product .woocommerce-product-gallery { grid-area:gallery; width:auto !important; float:none !important; margin:0 !important; position:relative !important; }
body.single-product div.product .summary.entry-summary { grid-area:summary; width:auto !important; float:none !important; margin:18px 0 0 !important; position:relative !important; inset:auto !important; top:0 !important; right:auto !important; bottom:auto !important; left:auto !important; transform:none !important; translate:none !important; align-self:start !important; z-index:1 !important; }
.single-product .woocommerce-product-gallery__wrapper { border-radius:20px; overflow:hidden; background:#fff; border:1px solid rgba(35,30,23,.06); }
.single-product .woocommerce-product-gallery__image a { display:block; }
.single-product .woocommerce-product-gallery__image img { width:100% !important; aspect-ratio:1.03; object-fit:contain; object-position:center; padding:32px; background:#fff; }
.single-product .flex-control-thumbs { display:grid !important; grid-template-columns:repeat(5,1fr); gap:10px; margin-top:12px !important; }
.single-product .flex-control-thumbs li { width:auto !important; float:none !important; }
.single-product .flex-control-thumbs img { border-radius:11px; background:#f5efe7; padding:5px; aspect-ratio:1; object-fit:contain; }
.single-product .product_title { font-family:var(--skinoto-serif); font-weight:400; font-size:clamp(38px,4.2vw,60px); line-height:1; letter-spacing:-.035em; }
.single-product .summary .price { color:var(--skinoto-ink) !important; font-family:var(--skinoto-serif); font-size:30px !important; }
.single-product .woocommerce-product-details__short-description { color:var(--skinoto-muted); font-size:14px; }
.single-product form.cart { display:flex; gap:10px; align-items:stretch; margin-top:24px !important; }
.single-product form.cart .quantity .qty { min-height:48px; border:1px solid var(--skinoto-line); border-radius:999px; background:#fff; }
.single-product form.cart .single_add_to_cart_button { flex:1; min-height:48px; }
.single-product .product_meta { margin-top:20px; padding-top:16px; border-top:1px solid var(--skinoto-line); color:var(--skinoto-muted); font-size:11px; }

.skinoto-product-story { grid-area:story; grid-column:1/-1; margin-top:22px; }
.skinoto-story-poster { min-height:760px; border-radius:var(--skinoto-radius); overflow:hidden; background:linear-gradient(118deg,#e8ded0 0%,#f4ede4 58%,#ece2d5 100%); display:grid; grid-template-columns:.82fr 1.18fr; grid-template-areas:"copy image" "details details"; align-items:stretch; }
.skinoto-story-copy { grid-area:copy; padding:clamp(48px,5vw,82px); display:flex; flex-direction:column; justify-content:center; }
.skinoto-story-copy .skinoto-title { font-size:clamp(40px,4.5vw,66px); max-width:540px; }
.skinoto-story-lead { max-width:470px; font-size:14px !important; line-height:1.75; color:#5f5b55; }
.skinoto-story-image { grid-area:image; position:relative; overflow:hidden; min-height:600px; display:flex; align-items:flex-end; justify-content:center; padding:48px 40px 0; }
.skinoto-story-image::before { content:""; position:absolute; left:13%; right:10%; bottom:34px; height:24%; border-radius:50%; background:linear-gradient(90deg,#d8c6ae,#eee2d2); transform:skewX(-8deg); opacity:.8; }
.skinoto-story-image img { position:relative; z-index:2; width:auto; max-width:76%; height:auto; max-height:610px; object-fit:contain; transform:scale(1.08); filter:drop-shadow(0 28px 26px rgba(58,45,28,.12)); }
.skinoto-story-orbit { position:absolute; border-radius:50%; border:1px solid rgba(68,83,57,.12); }
.skinoto-story-orbit-one { width:330px; height:330px; right:4%; top:8%; }
.skinoto-story-orbit-two { width:210px; height:210px; left:7%; bottom:22%; }
.skinoto-story-details { grid-area:details; display:grid; grid-template-columns:1.15fr .85fr; border-top:1px solid rgba(34,28,21,.08); background:rgba(255,255,255,.28); }
.skinoto-story-side,.skinoto-howto { padding:clamp(36px,4vw,60px); display:flex; flex-direction:column; justify-content:center; }
.skinoto-story-side { border-right:1px solid rgba(34,28,21,.08); }
.skinoto-story-side h3,.skinoto-howto h3 { font-family:var(--skinoto-serif); font-weight:400; font-size:clamp(25px,2.2vw,34px); margin:0 0 18px; }
.skinoto-benefit-list,.skinoto-ingredient-list { list-style:none; margin:20px 0 0; padding:0; }
.skinoto-benefit-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.skinoto-benefit-list li { padding:13px 0 0; border-top:1px solid rgba(34,28,21,.08); font-size:12px; }
.skinoto-ingredient-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:28px; }
.skinoto-ingredient-list li { padding:10px 0; border-bottom:1px solid rgba(34,28,21,.08); font-size:12px; }
.skinoto-benefit-list strong,.skinoto-ingredient-list strong { display:block; font-size:11px; text-transform:uppercase; letter-spacing:.07em; }
.skinoto-howto p { max-width:460px; color:var(--skinoto-muted); font-size:13px; line-height:1.7; }
.skinoto-related { grid-area:related; grid-column:1/-1; width:100%; margin-top:0; }
.skinoto-related .skinoto-section-head { align-items:center; margin-bottom:22px; }
.skinoto-related .skinoto-title { font-size:34px; line-height:.98; }
.skinoto-related-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; width:100%; }
.single-product .skinoto-trust { grid-area:trust; grid-column:1/-1; width:100%; margin-top:0; padding:0; }
.single-product .skinoto-trust-grid { width:100%; grid-template-columns:repeat(4,minmax(0,1fr)); }
.single-product .skinoto-trust-item { min-width:0; min-height:92px; padding:18px 22px; }

/* Cart/checkout/account */
.woocommerce-cart table.cart,.woocommerce-checkout-review-order-table,.woocommerce-account .woocommerce-MyAccount-content { background:#fffdf9; border:1px solid var(--skinoto-line) !important; border-radius:18px; overflow:hidden; }
.woocommerce table.shop_table { border-collapse:separate; border-spacing:0; }
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single { min-height:48px; border:1px solid var(--skinoto-line); border-radius:12px; background:#fff; padding:10px 13px; }
.woocommerce .cart_totals,.woocommerce-checkout #payment { background:#f5efe7 !important; border-radius:18px; padding:22px; }
.woocommerce-cart table.cart img { width:96px !important; height:118px !important; object-fit:contain !important; object-position:center !important; padding:8px; background:#fff; border-radius:10px; }
.skinoto-checkout-disabled { display:inline-flex !important; align-items:center; justify-content:center; min-height:48px; background:#d8d2c9 !important; color:#6f6a63 !important; cursor:not-allowed !important; pointer-events:none !important; opacity:1 !important; }
.woocommerce-MyAccount-navigation ul { list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:8px; }
.woocommerce-MyAccount-navigation a { display:block; padding:10px 14px; border-radius:999px; background:#f3ede4; font-size:12px; }

/* Simple content pages */
.skinoto-coming-soon { min-height:520px; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; max-width:760px; }
.skinoto-coming-soon .skinoto-title { margin:6px 0 18px; font-size:clamp(58px,7vw,96px); line-height:.9; }
.skinoto-coming-soon > p:not(.skinoto-eyebrow) { max-width:520px; margin:0 0 28px; color:var(--skinoto-muted); font-size:14px; line-height:1.75; }
.skinoto-contact-page { display:grid; grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr); gap:clamp(36px,6vw,84px); align-items:stretch; padding:18px 0 30px; }
.skinoto-contact-copy { padding:clamp(18px,3vw,36px) 0; }
.skinoto-contact-copy .skinoto-title { max-width:620px; margin:6px 0 18px; font-size:clamp(48px,5vw,72px); line-height:.95; }
.skinoto-contact-intro { max-width:560px; margin:0 0 34px; color:var(--skinoto-muted); font-size:14px; line-height:1.7; }
.skinoto-contact-details { display:grid; gap:0; border-top:1px solid var(--skinoto-line); }
.skinoto-contact-details > div { display:grid; grid-template-columns:150px 1fr; gap:24px; padding:17px 0; border-bottom:1px solid var(--skinoto-line); }
.skinoto-contact-details span { color:var(--skinoto-muted); font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.skinoto-contact-details strong { font-size:14px; line-height:1.65; font-weight:500; }
.skinoto-contact-map { min-height:560px; overflow:hidden; border-radius:var(--skinoto-radius); background:#eee8df; box-shadow:var(--skinoto-shadow); }
.skinoto-contact-map iframe { display:block; width:100%; height:100%; min-height:560px; border:0; filter:saturate(.78) contrast(.96); }

/* Elementor compatibility */
.elementor-page .site-main,.page-template-elementor-full-width .site-main { width:100%; max-width:none; }
.elementor-page .skinoto-page-content { padding:0; }

/* Responsive */
@media (max-width: 980px) {
  .skinoto-header-inner { grid-template-columns:1fr auto; }
  .skinoto-nav { display:none; grid-column:1/-1; justify-self:stretch; padding-bottom:18px; }
  .skinoto-nav.is-open { display:block; }
  .skinoto-nav ul { flex-direction:column; align-items:flex-start; gap:14px; }
  .skinoto-menu-toggle { display:grid; place-items:center; }
  .skinoto-header-actions { gap:4px; }
  .skinoto-hero-card { min-height:420px; }
  .skinoto-hero-card::after { width:62%; }
  .skinoto-hero-copy { width:55%; min-height:420px; padding:44px 38px; }
  .skinoto-hero-stage { min-height:420px; }
  .skinoto-hero-banner { min-height:420px; object-position:62% center; }
  .skinoto-hero-product-1 { left:8%; bottom:72px; }
  .skinoto-hero-product-2 { left:28%; bottom:56px; }
  .skinoto-hero-product-3 { left:48%; bottom:70px; }
  .skinoto-hero-product-4 { right:18%; bottom:56px; }
  .skinoto-hero-product-5 { right:2%; bottom:72px; }
  .skinoto-founder-card { grid-template-columns:1fr; }
  .skinoto-founder-image { min-height:340px; }
  .skinoto-product-grid,.woocommerce ul.products { grid-template-columns:repeat(2,1fr); }
  .skinoto-routine-card { grid-template-columns:1fr; }
  .skinoto-routine-steps { grid-template-columns:1fr; gap:22px; }
  .skinoto-routine-arrow { transform:rotate(90deg); }
  .skinoto-editorial { grid-template-columns:1fr; }
  .skinoto-footer-grid { grid-template-columns:repeat(2,1fr); }
  .single-product div.product { grid-template-columns:1fr; grid-template-areas:"gallery" "summary" "story" "trust" "related"; }
  body.single-product div.product .summary.entry-summary { grid-column:1; position:relative !important; inset:auto !important; top:0 !important; transform:none !important; }
  .single-product .skinoto-trust,.skinoto-related { grid-column:1; width:100%; }
  .skinoto-story-poster { grid-template-columns:1fr; grid-template-areas:"image" "copy" "details"; }
  .skinoto-story-image { min-height:460px; }
  .skinoto-story-details { grid-template-columns:1fr; }
  .skinoto-story-side { border-right:0; border-bottom:1px solid var(--skinoto-line); }
  .skinoto-contact-page { grid-template-columns:1fr; }
  .skinoto-contact-map,.skinoto-contact-map iframe { min-height:420px; }
  .woocommerce ul.products li.product a img { height:260px !important; }
}

@media (max-width: 680px) {
  .skinoto-container,.skinoto-woo-shell { width:min(calc(100% - 24px), var(--skinoto-max)); }
  .skinoto-hero .skinoto-container { width:min(calc(100% - 24px),1280px); }
  .skinoto-contact-details > div { grid-template-columns:1fr; gap:6px; }
  .skinoto-contact-map,.skinoto-contact-map iframe { min-height:320px; }
  .woocommerce ul.products li.product a img { height:220px !important; padding:18px !important; }
  .skinoto-header-inner { min-height:66px; gap:10px; }
  .skinoto-brand-text strong { font-size:21px; }
  .skinoto-icon-link { width:34px; height:34px; }
  .skinoto-hero { padding-top:12px; }
  .skinoto-hero-card { min-height:390px; border-radius:0 0 18px 18px; }
  .skinoto-hero-card::after { width:84%; background:linear-gradient(90deg,rgba(247,241,233,.99) 0%,rgba(247,241,233,.96) 56%,rgba(247,241,233,.76) 76%,rgba(247,241,233,0) 100%); }
  .skinoto-hero-copy { width:74%; min-height:390px; padding:34px 22px; }
  .skinoto-hero-copy .skinoto-title { font-size:clamp(36px,11vw,44px); max-width:290px; }
  .skinoto-hero-copy p { max-width:235px; font-size:11px; }
  .skinoto-hero-stage { min-height:390px; }
  .skinoto-hero-banner { min-height:390px; object-position:68% center; }
  .skinoto-hero-plinth { left:7%; right:2%; bottom:24px; height:82px; }
  .skinoto-hero-aura-one { width:240px; height:240px; right:-70px; top:12px; }
  .skinoto-hero-aura-two { width:150px; height:150px; left:8px; top:55px; }
  .skinoto-hero-product-1 { width:74px; left:5%; bottom:58px; }
  .skinoto-hero-product-2 { width:72px; left:25%; bottom:44px; }
  .skinoto-hero-product-3 { width:78px; left:45%; bottom:56px; }
  .skinoto-hero-product-4 { width:78px; right:18%; bottom:44px; }
  .skinoto-hero-product-5 { width:70px; right:1%; bottom:58px; }
  .skinoto-hero-product-1 img,.skinoto-hero-product-3 img { max-height:220px; }
  .skinoto-hero-product-2 img,.skinoto-hero-product-4 img,.skinoto-hero-product-5 img { max-height:180px; }
  .skinoto-trust-grid { grid-template-columns:repeat(2,1fr); }
  .skinoto-trust-item:nth-child(2) { border-right:0; }
  .skinoto-trust-item:nth-child(-n+2) { border-bottom:1px solid var(--skinoto-line); }
  .skinoto-founder-copy { padding:34px 26px 42px; }
  .skinoto-founder-image { min-height:300px; }
  .skinoto-product-grid,.woocommerce ul.products { grid-template-columns:repeat(2,1fr); gap:12px; }
  .skinoto-product-card-media { padding:15px; border-radius:14px; }
  .skinoto-routine-card { padding:28px 22px; }
  .skinoto-routine-steps { grid-template-columns:1fr 1fr; }
  .skinoto-routine-arrow { display:none; }
  .skinoto-step-products { min-height:145px; }
  .skinoto-step-products img { max-height:135px; max-width:72px; }
  .skinoto-editorial-copy { padding:34px 26px; }
  .skinoto-footer-grid { grid-template-columns:1fr 1fr; gap:26px 18px; }
  .skinoto-footer-bottom { flex-direction:column; }
  .single-product .woocommerce-product-gallery__image img { padding:18px; }
  .single-product form.cart { flex-direction:column; }
  .skinoto-story-image { min-height:340px; }
  .skinoto-story-copy,.skinoto-story-side { padding:34px 24px; }
  .skinoto-related-grid { grid-template-columns:1fr; }
}

/* Typography system — approved SKINOTO preview */
body { font-weight: 400; letter-spacing: 0; }
p, li, input, textarea, select, button { font-family: var(--skinoto-sans); }
.skinoto-title,
.single-product .product_title,
.skinoto-founder-name,
.skinoto-product-card-price,
.skinoto-story-side h3,
.skinoto-howto h3,
.skinoto-footer-brand strong { font-family: var(--skinoto-serif); font-weight: 500; }
.skinoto-title { letter-spacing: -.025em; line-height: .98; }
.skinoto-hero-copy .skinoto-title { font-size:clamp(42px,3.7vw,54px); font-weight:500; }
.skinoto-founder-copy .skinoto-title { font-weight: 500; letter-spacing: -.02em; }
.skinoto-section-head .skinoto-title { font-weight: 500; }
.skinoto-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .19em; line-height: 1.4; }
.skinoto-nav a { font-size: 10px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.skinoto-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { font-size: 10px !important; font-weight: 700 !important; letter-spacing: .075em; line-height: 1; }
.skinoto-hero-copy p,
.skinoto-founder-copy p,
.skinoto-routine-intro p,
.skinoto-editorial-copy p,
.single-product .woocommerce-product-details__short-description,
.skinoto-story-copy p,
.skinoto-howto p { font-size: 12px; font-weight: 400; line-height: 1.65; letter-spacing: -.005em; }
.skinoto-product-card-name { font-size: 11px; font-weight: 600; line-height: 1.35; letter-spacing: -.01em; }
.skinoto-product-card-price { font-size: 16px; font-weight: 500; letter-spacing: -.015em; }
.skinoto-step small { font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.skinoto-step strong { font-size: 10px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.skinoto-step span { font-size: 9px; line-height: 1.35; }
.single-product .product_title { font-weight: 500; letter-spacing: -.025em; line-height: .96; }
.skinoto-story-copy .skinoto-title { font-weight: 500; letter-spacing: -.02em; }
.skinoto-benefit-list strong,.skinoto-ingredient-list strong { font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.skinoto-benefit-list li,.skinoto-ingredient-list li { font-size: 10px; line-height: 1.45; }
.skinoto-trust-item strong { font-family: var(--skinoto-serif); font-size: 13px; font-weight: 600; letter-spacing: -.01em; }
.skinoto-trust-item span { font-size: 9px; line-height: 1.4; }
.skinoto-brand-text strong { font-family: var(--skinoto-sans); font-weight: 600; letter-spacing: .035em; }
.skinoto-brand-text span { font-weight: 500; letter-spacing: .06em; }

@media (max-width: 680px) {
  .skinoto-hero-copy .skinoto-title { font-size: clamp(42px,13vw,58px); }
  .skinoto-title { line-height: 1; }
  .skinoto-nav a { font-size: 11px; }
  .skinoto-product-card-name { font-size: 10px; }
  .skinoto-product-card-price { font-size: 15px; }
}

/* v0.1.1 — clean SKINOTO presentation imagery */
.skinoto-hero-product img,
.skinoto-step-products img,
.skinoto-product-card-media img,
.skinoto-editorial-media img,
.skinoto-story-image img,
.skinoto-howto-visual img {
  mix-blend-mode: multiply;
  background: transparent !important;
}
.skinoto-hero-product {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.skinoto-hero-products {
  background-color: transparent;
}
.home .skinoto-product-grid {
  gap:0;
  background:#fff;
}
.home .skinoto-product-card {
  padding:0 24px;
  border-right:1px solid var(--skinoto-line);
}
.home .skinoto-product-card:last-child {
  border-right:0;
}
.home .skinoto-product-card-media {
  height:230px;
  aspect-ratio:auto;
  border-radius:0;
  background:#fff !important;
  padding:12px 18px !important;
  overflow:hidden;
}
.home .skinoto-product-card-media img {
  width:auto !important;
  height:auto !important;
  max-width:78% !important;
  max-height:205px !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.home .skinoto-product-card:hover img {
  transform:none !important;
}
.home .skinoto-product-card-body {
  padding:12px 6px 0;
  text-align:center;
}
.home .skinoto-product-card-name {
  margin:0 auto 5px;
  max-width:180px;
  font-size:11px;
  line-height:1.35;
  font-weight:500;
}
.home .skinoto-product-card-price {
  margin-top:4px;
  font-size:14px;
}
@media (max-width:680px) {
  .home .skinoto-product-card { padding:0 12px 18px; }
  .home .skinoto-product-card:nth-child(2n) { border-right:0; }
  .home .skinoto-product-card-media { height:185px; padding:10px !important; }
  .home .skinoto-product-card-media img { max-height:165px !important; max-width:82% !important; }
  .skinoto-editorial-poster { min-height:270px; }
  .skinoto-editorial-poster > img { width:100%; height:270px; object-fit:cover; object-position:62% center; }
  .skinoto-editorial-overlay { left:20px; width:47%; }
  .skinoto-editorial-overlay .skinoto-title { font-size:26px; }
  .skinoto-editorial-overlay p { max-width:180px; font-size:9.5px; line-height:1.45; }
  .skinoto-trust-item { min-height:110px; padding:16px 14px; grid-template-columns:26px 1fr; gap:9px; }
  .skinoto-trust-item strong { font-size:14px; }
  .skinoto-trust-item span { font-size:10px; }
}
