/* Кавовий сервіз «Золото» — індивідуальна мобільна вёрстка (360–480px) */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&display=swap');

:root{
  --bg:#f0e2c8;
  --bg-deep:#e6d2a4;
  --surface:#fffaf0;
  --surface-soft:#fbf1dd;
  --ink:#2c2013;
  --text-dim:#5f4d34;
  --text-faint:#8a7452;
  --gold:#c07f16;
  --gold-bright:#eab338;
  --gold-light:#f6dfa0;
  --gold-deep:#8a5a10;
  --black:#171310;
  --black-soft:#231d16;
  --line:rgba(44,32,19,.14);
  --line-gold:rgba(192,127,22,.45);
  --shadow:0 14px 30px -18px rgba(44,32,19,.45);
  --radius-lg:22px;
  --radius-md:16px;
  --maxw:480px;
}

*{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Georgia,'Times New Roman',serif;
  font-size:16px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%;height:auto;}
h1,h2,h3{
  font-family:'Playfair Display',Georgia,serif;
  font-weight:800;
  line-height:1.16;
  margin:0 0 12px;
  color:var(--ink);
}
p{margin:0 0 12px;}
a{color:inherit;}
button{font-family:inherit;}

.container{max-width:var(--maxw);margin:0 auto;padding:0 20px;}

/* ---------- Заголовок/акценти ---------- */
.kicker{
  display:inline-block;
  font-family:'Playfair Display',Georgia,serif;
  font-weight:700;
  font-size:12.5px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--gold-deep);
  margin-bottom:10px;
}
.kicker--onblack{color:var(--gold-bright);}
.rule{
  width:52px;height:3px;border-radius:3px;
  background:linear-gradient(90deg,var(--gold-light),var(--gold),var(--gold-deep));
  margin-bottom:16px;
}
.serif{font-family:'Playfair Display',Georgia,serif;}

/* ---------- Золота shimmer-рамка (картки, фото) ---------- */
.gold-frame{
  position:relative;
  border-radius:var(--radius-lg);
  padding:2px;
  background:linear-gradient(120deg,var(--gold-light) 0%,var(--gold) 30%,var(--gold-deep) 50%,var(--gold-bright) 70%,var(--gold-light) 100%);
  background-size:220% 220%;
  animation:shimmer 7s ease-in-out infinite;
  box-shadow:var(--shadow);
}
.gold-frame__inner{
  background:var(--surface);
  border-radius:calc(var(--radius-lg) - 2px);
  overflow:hidden;
}
@keyframes shimmer{
  0%{background-position:0% 50%;}
  50%{background-position:100% 50%;}
  100%{background-position:0% 50%;}
}
@media (prefers-reduced-motion:reduce){
  .gold-frame{animation:none;}
}

/* ---------- Кнопка CTA ---------- */
.btn-cta{
  display:block;
  width:100%;
  border:none;
  border-radius:14px;
  padding:17px 20px;
  font-family:'Playfair Display',Georgia,serif;
  font-weight:800;
  font-size:16.5px;
  letter-spacing:.03em;
  text-align:center;
  text-decoration:none;
  color:var(--black);
  background:linear-gradient(135deg,var(--gold-bright),var(--gold) 55%,var(--gold-deep));
  box-shadow:0 12px 22px -10px rgba(138,90,16,.65);
  cursor:pointer;
}
.btn-cta:active{transform:translateY(1px);}

/* ---------- Header для інфо-сторінок ---------- */
.info-header{
  background:var(--black);
  padding:14px 0;
}
.info-header .container{display:flex;align-items:center;justify-content:space-between;}
.back-link{color:var(--gold-bright);text-decoration:none;font-size:14px;font-weight:700;}
.header-price{color:var(--gold-light);font-family:'Playfair Display',Georgia,serif;font-weight:800;font-size:15px;}

/* ---------- HERO ---------- */
.hero{padding:26px 0 30px;background:var(--bg);}
.hero-sub{color:var(--text-dim);font-size:15px;}
.hero h1{font-size:27px;letter-spacing:-.01em;}
.hero h1 em{
  font-style:normal;
  background:linear-gradient(120deg,var(--gold-deep),var(--gold-bright) 45%,var(--gold-deep));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero-media{position:relative;margin:18px 0 20px;}
.hero-media-chip{
  position:absolute;
  left:14px;bottom:14px;
  background:var(--black);
  color:var(--gold-bright);
  font-family:'Playfair Display',Georgia,serif;
  font-weight:700;
  font-size:12.5px;
  letter-spacing:.04em;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid var(--gold);
}
.gift-chip{
  position:absolute;
  right:14px;top:14px;
  background:var(--black);
  color:var(--gold-bright);
  font-family:'Playfair Display',Georgia,serif;
  font-weight:700;
  font-size:12px;
  letter-spacing:.03em;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid var(--gold-bright);
}

.price-panel{
  background:var(--surface);
  border-radius:var(--radius-lg);
  padding:18px 18px 20px;
  box-shadow:var(--shadow);
  border:1px solid var(--line-gold);
}
.price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:8px;}
.price-old{color:var(--text-faint);font-size:16px;text-decoration:line-through;}
.price-new{
  font-family:'Playfair Display',Georgia,serif;
  font-weight:900;
  font-size:34px;
  color:var(--gold-deep);
}
.price-new span{font-size:17px;font-weight:700;margin-left:4px;}
.price-badge{
  display:inline-block;
  background:var(--black);
  color:var(--gold-bright);
  font-size:12.5px;
  font-weight:700;
  letter-spacing:.03em;
  padding:5px 11px;
  border-radius:999px;
  margin-bottom:14px;
}

.timer{
  display:flex;align-items:center;justify-content:space-between;
  background:var(--bg-deep);
  border-radius:12px;
  padding:10px 14px;
  margin-bottom:14px;
  font-size:13px;
  color:var(--text-dim);
}
.timer-cells{display:flex;gap:8px;}
.timer-cells div{
  background:var(--black);
  color:var(--gold-bright);
  border-radius:8px;
  min-width:38px;
  text-align:center;
  padding:5px 4px 4px;
}
.timer-cells b{display:block;font-family:'Playfair Display',Georgia,serif;font-size:15px;line-height:1.1;}
.timer-cells span{display:block;font-size:9.5px;letter-spacing:.04em;text-transform:uppercase;opacity:.75;}

.price-note{text-align:center;font-size:12.5px;color:var(--text-faint);margin-top:10px;margin-bottom:0;}

.trust-row{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-top:16px;
  font-size:11.5px;
  color:var(--text-dim);
  text-align:center;
}
.trust-row span{flex:1;position:relative;padding-top:2px;}

/* ---------- Секції ---------- */
.section{padding:34px 0;}
.section--alt{background:var(--bg-deep);}
.section-head{margin-bottom:16px;}
.section-head p{color:var(--text-dim);font-size:14.5px;}
.section h2{font-size:22px;}

.media-frame{margin-bottom:20px;}
.media-frame img{width:100%;}

/* ---------- Фічі / деталі ---------- */
.feature-list{display:flex;flex-direction:column;gap:12px;}
.feature-item{
  display:flex;gap:13px;
  background:var(--surface);
  border:1px solid var(--line-gold);
  border-radius:var(--radius-md);
  padding:14px 15px;
  box-shadow:var(--shadow);
}
.feature-num{
  flex:none;
  width:30px;height:30px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold-bright),var(--gold-deep));
  color:var(--black);
  font-family:'Playfair Display',Georgia,serif;
  font-weight:800;
  font-size:13px;
  display:flex;align-items:center;justify-content:center;
}
.feature-item h3{font-size:16.5px;margin-bottom:4px;}
.feature-item p{font-size:14px;color:var(--text-dim);margin:0;}

/* ---------- Комплектація ---------- */
.kit-list{display:flex;flex-direction:column;gap:10px;margin-bottom:14px;}
.kit-row{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  background:var(--surface);
  border:1px solid var(--line-gold);
  border-radius:14px;
  padding:13px 15px;
  box-shadow:var(--shadow);
}
.kit-row b{font-size:15.5px;font-family:'Playfair Display',Georgia,serif;}
.kit-row span.kit-sub{display:block;font-size:13px;color:var(--text-dim);margin-top:2px;}
.kit-count{
  flex:none;
  background:var(--black);
  color:var(--gold-bright);
  font-family:'Playfair Display',Georgia,serif;
  font-weight:800;
  font-size:16px;
  width:38px;height:38px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
}
.kit-total{
  text-align:center;
  font-size:14.5px;
  color:var(--text-dim);
  margin:0;
}
.kit-total b{color:var(--gold-deep);}

/* ---------- Розміри / таблиця характеристик ---------- */
.spec-table{
  background:var(--surface);
  border:1px solid var(--line-gold);
  border-radius:var(--radius-lg);
  padding:6px 16px;
  box-shadow:var(--shadow);
}
.spec-table dl{margin:0;}
.spec-table div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:11px 0;
  border-bottom:1px solid var(--line);
  font-size:14px;
}
.spec-table div:last-child{border-bottom:none;}
.spec-table dt{color:var(--text-faint);flex:none;width:44%;}
.spec-table dd{margin:0;text-align:right;font-weight:700;color:var(--ink);}

/* ---------- Блок «Для подарунка» — чорний акцент ---------- */
.gift-section{
  background:var(--black);
  padding:36px 0 34px;
  position:relative;
}
.gift-section h2{color:var(--gold-light);font-size:22px;}
.gift-section .rule{background:linear-gradient(90deg,var(--gold-deep),var(--gold-bright),var(--gold-deep));}
.gift-lead{color:#e7d9bc;font-size:15px;}

.gift-box-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:linear-gradient(135deg,var(--gold-bright),var(--gold-deep));
  color:var(--black);
  font-family:'Playfair Display',Georgia,serif;
  font-weight:800;
  font-size:13px;
  letter-spacing:.03em;
  padding:9px 16px;
  border-radius:999px;
  margin-bottom:18px;
}

.occasion-list{display:flex;flex-direction:column;gap:10px;margin-top:18px;}
.occasion-item{
  border:1px solid rgba(234,179,56,.35);
  border-radius:14px;
  padding:14px 15px;
  background:var(--black-soft);
}
.occasion-item h3{color:var(--gold-bright);font-size:16px;margin-bottom:4px;}
.occasion-item p{color:#cbb98c;font-size:13.5px;margin:0;}

/* ---------- Форма замовлення ---------- */
.order-section{background:var(--bg);}
.order-card{
  background:var(--surface);
  border:1px solid var(--line-gold);
  border-radius:var(--radius-lg);
  padding:20px 18px 18px;
  box-shadow:var(--shadow);
}
.order-price{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-bottom:16px;
  flex-wrap:wrap;
}
.order-price .price-old{font-size:14px;}
.order-price .price-new{font-size:26px;}
.order-price .price-badge{margin-bottom:0;}

.form-field{display:block;margin-bottom:12px;}
.form-field span{
  display:block;
  font-size:12.5px;
  color:var(--text-dim);
  margin-bottom:5px;
  font-weight:700;
}
.form-field input{
  width:100%;
  border:1.5px solid var(--line-gold);
  border-radius:11px;
  padding:13px 14px;
  font-size:15.5px;
  background:var(--bg);
  color:var(--ink);
}
.form-field input:focus{outline:2px solid var(--gold);outline-offset:1px;}
.form-field input.input-error{border-color:#b23b3b;background:#fbeaea;}

.form-note{
  font-size:12px;
  color:var(--text-faint);
  text-align:center;
  margin:12px 0 0;
}
.form-note a{color:var(--gold-deep);text-decoration:underline;}

/* ---------- Подяка ---------- */
.thankyou{padding:40px 0 60px;}
.thankyou-card{
  background:var(--surface);
  border:1px solid var(--line-gold);
  border-radius:var(--radius-lg);
  padding:28px 22px;
  text-align:center;
  box-shadow:var(--shadow);
}
.thankyou-badge{
  display:inline-block;
  background:var(--black);
  color:var(--gold-bright);
  font-size:12px;
  font-weight:700;
  letter-spacing:.03em;
  padding:6px 13px;
  border-radius:999px;
  margin-bottom:14px;
}
.thankyou-card h1{font-size:24px;}
.thankyou-meta{color:var(--text-faint);font-size:13px;}

/* ---------- Футер ---------- */
.site-footer{background:var(--black);padding:26px 0 100px;}
.footer-legal{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  margin-bottom:14px;
}
.footer-legal a{color:#cbb98c;text-decoration:none;font-size:13px;}
.footer-copy{color:#7a6a4c;font-size:12px;margin:0;}

/* ---------- Юридичні сторінки ---------- */
.legal-page{padding:26px 0 60px;}
.page-kicker{color:var(--gold-deep);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;}
.legal-page h1{font-size:24px;margin-bottom:16px;}
.legal-page h2{font-size:17px;margin-top:22px;}
.legal-page p,.legal-page li{font-size:14.5px;color:var(--text-dim);}
.legal-page ul{padding-left:18px;margin:0 0 12px;}
.legal-page a{color:var(--gold-deep);}

/* ---------- Sticky CTA ---------- */
.sticky-cta{
  position:fixed;
  left:0;right:0;bottom:0;
  z-index:20;
  background:var(--black);
  border-top:1px solid var(--gold-deep);
  padding:10px 16px calc(10px + env(safe-area-inset-bottom));
  display:flex;
  align-items:center;
  gap:12px;
}
.sticky-cta-price{flex:none;color:var(--gold-light);font-family:'Playfair Display',Georgia,serif;line-height:1.2;}
.sticky-cta-price .price-old{display:block;font-size:11px;color:#8a7a58;}
.sticky-cta-price b{font-size:18px;color:var(--gold-bright);}
.sticky-cta .btn-cta{flex:1;padding:13px 14px;font-size:14.5px;}

@media (max-width:359px){
  .hero h1{font-size:24px;}
  .price-new{font-size:29px;}
}
