/*
Theme Name: Golden Shot
Theme URI: https://goldenshot.pt
Author: Golden Shot
Author URI: https://goldenshot.pt
Description: Tema WordPress one-page para a Golden Shot — experiências premium de photobooth para casamentos, eventos corporativos e celebrações em Portugal. Página única com navegação por scroll suave, alternância de idioma PT/EN instantânea, formulário ligado ao Web3Forms e Política de Privacidade. HTML/CSS/JS puros, sem page builders.
Version: 1.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: golden-shot
*/

/* ============================================================
   GOLDEN SHOT — Design System (mockup-matched)
   Dark elegance · gold accents · premium events
   ============================================================ */

:root {
  /* Brand palette */
  --green:        #123524;
  --green-deep:   #0E2A1D;
  --green-light:  #1A4A33;
  --gold:         #C9A24A;
  --gold-soft:    #D4B468;
  --gold-deep:    #B88A3B;
  --ivory:        #FAF8F3;
  --sand:         #F2EEE5;
  --charcoal:     #222222;
  --soft:         #5F5F5F;
  --line:         #E7E1D5;
  --white:        #ffffff;

  /* Tweakable tokens */
  --heading-font: 'Playfair Display', Georgia, serif;
  --body-font:    'Inter', system-ui, sans-serif;
  --btn-radius:   8px;
  --card-radius:  6px;
  --section-y:    120px;
  --gold-strength: 1;

  --maxw: 1240px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body-font);
  color: var(--charcoal);
  background: var(--ivory);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,h2,h3,h4 { font-family: var(--heading-font); font-weight: 700; line-height: 1.1; color: var(--green); letter-spacing: -0.005em; }
p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 40px; }
.section { padding-block: var(--section-y); }
.section--sand { background: var(--sand); }

/* ---------- Section headings ---------- */
.sec-head { text-align: center; max-width: 720px; margin-inline: auto; margin-bottom: 64px; }
.sec-eyebrow {
  font-family: var(--body-font);
  font-weight: 600; font-size: 12.5px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold-deep);
  display: block; margin-bottom: 16px;
}
.sec-title { font-size: clamp(28px, 3.6vw, 42px); }
.sec-title--caps { text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; font-size: clamp(24px, 3vw, 34px); }
.sec-rule { width: 54px; height: 2px; background: var(--gold); opacity: var(--gold-strength); margin: 22px auto 0; }
.sec-rule--left { margin-inline: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  font-family: var(--body-font); font-weight: 600;
  font-size: 13.5px; letter-spacing: 0.12em; text-transform: uppercase;
  line-height: 1; padding: 16px 30px;
  border-radius: var(--btn-radius);
  border: 1.5px solid transparent; cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .2s var(--ease), box-shadow .25s var(--ease);
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn .wa-ico { width: 26px; height: 26px; flex: none; padding: 5px; border-radius: 50%; }

.btn--gold { background: var(--gold); color: var(--green-deep); }
.btn--gold:hover { background: var(--gold-deep); box-shadow: 0 14px 30px -14px rgba(201,162,74,.7); }
.btn--gold .wa-ico { background: rgba(18,42,29,.14); }

/* outline gold — on dark backgrounds */
.btn--outline { background: transparent; color: var(--gold-soft); border-color: rgba(201,162,74,.55); }
.btn--outline:hover { background: var(--gold); color: var(--green-deep); border-color: var(--gold); }
.btn--outline .wa-ico { background: rgba(201,162,74,.18); }
.btn--outline:hover .wa-ico { background: rgba(18,42,29,.14); }

/* outline dark — on light backgrounds */
.btn--outline-dark { background: transparent; color: var(--green); border-color: rgba(18,53,36,.4); }
.btn--outline-dark:hover { background: var(--green); color: #fff; border-color: var(--green); }

.btn--lg { padding: 18px 36px; font-size: 14px; }
.btn--block { width: 100%; }

.wa-ico svg { width: 100%; height: 100%; fill: currentColor; }

/* "saber mais" text link */
.link-more {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--body-font); font-weight: 600;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-deep);
}
.link-more svg { width: 22px; height: 8px; transition: transform .25s var(--ease); }
.link-more:hover { color: var(--gold); }
.link-more:hover svg { transform: translateX(5px); }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; }
.logo__img { height: 56px; width: auto; display: block; }
.logo--footer .logo__img { height: 64px; }
.drawer .logo__img { height: 48px; }
/* header swap: ivory over hero (top), color on ivory bg (scrolled) */
.header .logo__img--color { display: none; }
.header.scrolled .logo__img--ivory { display: none; }
.header.scrolled .logo__img--color { display: block; }

/* ---------- Header ---------- */
.header { position: fixed; inset: 0 0 auto 0; z-index: 60; transition: background .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease); border-bottom: 1px solid transparent; }
.header__bar { display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 24px; }
.header .nav__links a { color: rgba(250,248,243,.86); }
.header .lang { color: rgba(250,248,243,.7); }
.header .lang b { color: #fff; }

.header.scrolled { background: rgba(250,248,243,.92); backdrop-filter: blur(14px) saturate(1.1); border-bottom-color: var(--line); box-shadow: 0 8px 30px -24px rgba(18,53,36,.5); }
.header.scrolled .nav__links a { color: var(--charcoal); }
.header.scrolled .lang { color: var(--soft); }
.header.scrolled .lang b { color: var(--green); }
.header.scrolled .btn--outline { color: var(--green); border-color: rgba(18,53,36,.35); }
.header.scrolled .btn--outline .wa-ico { background: rgba(18,53,36,.1); }
.header.scrolled .btn--outline:hover { background: var(--green); color: #fff; border-color: var(--green); }

.nav { display: flex; align-items: center; gap: 36px; }
.nav__links { display: flex; gap: 34px; list-style: none; }
.nav__links a { font-size: 13px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; position: relative; padding-block: 6px; transition: color .2s; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1.5px; background: var(--gold); transition: width .28s var(--ease); }
.nav__links a:hover { color: var(--gold) !important; }
.nav__links a:hover::after { width: 100%; }
.lang { display: inline-flex; gap: 7px; font-size: 13px; font-weight: 600; letter-spacing: .08em; align-items: center; }
.lang button { background: none; border: none; cursor: pointer; color: inherit; font: inherit; padding: 0; transition: color .2s, opacity .2s; opacity: .6; }
.lang button.on { opacity: 1; color: var(--gold); }
.header.scrolled .lang button.on { color: var(--gold-deep); }
.header__right { display: flex; align-items: center; gap: 26px; }
.nav__cta { padding: 13px 22px; font-size: 12px; }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { width: 24px; height: 2px; background: var(--gold); border-radius: 2px; transition: .3s var(--ease); }
.header.scrolled .burger span { background: var(--green); }

/* Mobile drawer */
.drawer { position: fixed; inset: 0; z-index: 80; background: var(--green); color: #fff; display: flex; flex-direction: column; padding: 32px; transform: translateX(100%); transition: transform .4s var(--ease); visibility: hidden; }
.drawer.open { transform: translateX(0); visibility: visible; }
.drawer__top { display: flex; justify-content: space-between; align-items: center; }
.drawer__close { background: none; border: none; font-size: 30px; color: var(--gold); cursor: pointer; line-height: 1; }
.drawer__links { list-style: none; display: flex; flex-direction: column; gap: 4px; margin-top: 48px; }
.drawer__links a { font-family: var(--heading-font); font-size: 28px; color: #fff; padding-block: 12px; border-bottom: 1px solid rgba(201,162,74,.2); }
.drawer .btn { margin-top: 36px; }

/* ---------- Image placeholder ---------- */
.ph {
  position: relative; width: 100%;
  background-color: var(--sand);
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, var(--green) 8%, transparent) 0 1px, transparent 1px 13px);
  overflow: hidden; display: grid; place-items: center;
}
.ph--dark { background-color: var(--green-deep); background-image: repeating-linear-gradient(-45deg, rgba(201,162,74,.1) 0 1px, transparent 1px 14px); }
.ph__label {
  font-family: 'Courier New', monospace; font-size: 11px; letter-spacing: .03em;
  color: var(--gold-deep); background: rgba(250,248,243,.82);
  padding: 6px 12px; border-radius: 100px; text-align: center; max-width: 84%; line-height: 1.4;
}
.ph--dark .ph__label { color: var(--gold-soft); background: rgba(14,42,29,.7); }

/* ---------- HERO ---------- */
.hero { position: relative; background: var(--green); color: var(--ivory); overflow: hidden; }
.hero__media { position: absolute; top: 0; right: 0; bottom: 0; width: 66%; }
.hero__media .ph { width: 100%; height: 100%; }
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 45%; display: block;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 6%, rgba(0,0,0,.55) 30%, #000 56%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 6%, rgba(0,0,0,.55) 30%, #000 56%);
}
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--green) 0%, rgba(18,53,36,.7) 22%, rgba(18,53,36,.12) 55%, transparent 100%); }
.hero__inner { position: relative; z-index: 2; padding-top: 180px; padding-bottom: 130px; max-width: 620px; }
.hero__tick { width: 42px; height: 2px; background: var(--gold); margin-bottom: 32px; }
.hero h1 { color: #fff; font-size: clamp(36px, 4.2vw, 54px); font-weight: 600; line-height: 1.16; }
.hero h1 .g { color: var(--gold); }
.hero__sub { margin-top: 30px; font-size: 18px; color: rgba(250,248,243,.82); max-width: 30em; line-height: 1.7; }
.hero__cta { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- EXPERIÊNCIAS cards ---------- */
.exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.exp-card { text-align: center; }
.exp-card__img { display: block; overflow: hidden; border-radius: var(--card-radius); margin-bottom: 26px; }
.exp-card__img .ph { aspect-ratio: 4/3; transition: transform .6s var(--ease); }
.exp-card__photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.exp-card:hover .exp-card__img .ph,
.exp-card:hover .exp-card__photo { transform: scale(1.05); }
.exp-card h3 { font-size: 21px; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 600; margin-bottom: 14px; }
.exp-card p { color: var(--soft); font-size: 15.5px; max-width: 30em; margin: 0 auto 22px; }

/* ---------- COMO FUNCIONA ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 8px; }
.step { text-align: center; padding: 12px 40px; position: relative; }
.step + .step::before { content: ""; position: absolute; left: 0; top: 14%; bottom: 14%; width: 1px; background: var(--line); }
.step__ico { width: 44px; height: 44px; margin: 0 auto 16px; display: grid; place-items: center; }
.step__ico svg { width: 40px; height: 40px; stroke: var(--green); fill: none; stroke-width: 1.3; }
.step__num { font-family: var(--heading-font); font-style: italic; font-size: 34px; color: color-mix(in srgb, var(--gold) calc(var(--gold-strength)*100%), #c9b896); line-height: 1; margin-bottom: 18px; }
.step h3 { font-size: 20px; margin-bottom: 14px; font-weight: 600; }
.step p { color: var(--soft); font-size: 15px; max-width: 24em; margin-inline: auto; }

/* ---------- GALERIA ---------- */
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.gallery .ph { border-radius: var(--card-radius); aspect-ratio: 3/4; transition: transform .5s var(--ease), filter .5s var(--ease); }
.gallery a { overflow: hidden; border-radius: var(--card-radius); display: block; }
.gallery a:nth-child(odd) .ph { aspect-ratio: 3/4; margin-top: 22px; }
.gallery a:hover .ph { transform: scale(1.05); }
.gallery .ph__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery-more { text-align: center; margin-top: 44px; }

/* ---------- TESTIMONIALS ---------- */
.tcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tcard { background: var(--ivory); border: 1px solid var(--line); border-radius: 10px; padding: 38px 34px; position: relative; }
.tcard__quote { font-family: var(--heading-font); font-size: 56px; line-height: .6; color: var(--gold); opacity: .55; height: 30px; }
.tcard p { font-size: 16px; color: var(--charcoal); line-height: 1.7; font-style: italic; margin-bottom: 28px; }
.tcard__person { display: flex; align-items: center; gap: 14px; }
.tcard__person .ph { width: 48px; height: 48px; border-radius: 50%; flex: none; }
.tcard__person .ph__label { display: none; }
.tcard__person b { display: block; font-family: var(--body-font); font-weight: 600; font-size: 15px; color: var(--charcoal); }
.tcard__person span { font-size: 13px; color: var(--gold-deep); letter-spacing: .02em; }
.tdots { display: flex; gap: 10px; justify-content: center; margin-top: 40px; }
.tdots span { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.tdots span.on { background: var(--gold); }

/* ---------- TRUSTED BY ---------- */
.logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 28px 64px; }
.brand { text-align: center; color: var(--soft); opacity: .65; transition: opacity .3s; }
.brand:hover { opacity: 1; }
.brand b { display: block; font-family: var(--heading-font); font-size: 20px; font-weight: 700; letter-spacing: .04em; color: var(--green); line-height: 1.05; white-space: nowrap; }
.brand small { display: block; font-size: 9px; letter-spacing: .26em; text-transform: uppercase; margin-top: 4px; color: var(--soft); }
.brand i { font-style: italic; font-weight: 600; font-size: 14px; }

/* ---------- CONTACT FORM (dark) ---------- */
.contact { background: var(--green); color: var(--ivory); position: relative; overflow: hidden; }
.contact__leaf { position: absolute; left: -40px; bottom: -30px; width: 280px; height: 380px; opacity: .5; pointer-events: none;
  background-image: repeating-linear-gradient(-45deg, rgba(201,162,74,.14) 0 1px, transparent 1px 18px); -webkit-mask: radial-gradient(120% 100% at 0% 100%, #000 30%, transparent 62%); mask: radial-gradient(120% 100% at 0% 100%, #000 30%, transparent 62%); }
.contact__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 72px; align-items: center; position: relative; z-index: 2; }
.contact h2 { color: #fff; font-size: clamp(32px, 4vw, 46px); font-weight: 600; line-height: 1.15; }
.contact h2 .g { color: var(--gold); }
.contact__lead { color: rgba(250,248,243,.78); font-size: 17px; margin-top: 22px; max-width: 26em; line-height: 1.7; }
.contact__phones { display: flex; gap: 40px; margin-top: 34px; flex-wrap: wrap; }
.cphone { display: flex; align-items: center; gap: 13px; }
.cphone__ico { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(201,162,74,.4); display: grid; place-items: center; flex: none; }
.cphone__ico svg { width: 17px; height: 17px; stroke: var(--gold); fill: none; }
.cphone small { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); }
.cphone b { font-weight: 500; font-size: 15px; color: var(--ivory); }

.cform { background: rgba(250,248,243,.04); border: 1px solid rgba(201,162,74,.22); border-radius: 14px; padding: 34px; display: grid; gap: 14px; }
.cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cfield { display: grid; gap: 6px; }
.cfield input, .cfield select, .cfield textarea {
  font-family: var(--body-font); font-size: 15px;
  padding: 14px 16px; border: 1px solid rgba(201,162,74,.28); border-radius: 8px;
  background: rgba(14,42,29,.45); color: var(--ivory); width: 100%;
  transition: border-color .2s, box-shadow .2s;
}
.cfield input::placeholder, .cfield textarea::placeholder { color: rgba(250,248,243,.5); }
.cfield select { color: rgba(250,248,243,.5); }
.cfield select.filled { color: var(--ivory); }
.cfield select option { color: #222; }
.cfield textarea { resize: vertical; min-height: 80px; }
.cfield input:focus, .cfield select:focus, .cfield textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,74,.18); }
.cfield.invalid input, .cfield.invalid select { border-color: #e0857b; }
.cform .btn { margin-top: 8px; }

/* consent checkbox */
.consent { display: flex; align-items: flex-start; gap: 12px; margin-top: 18px; cursor: pointer; }
.consent input { position: absolute; opacity: 0; width: 0; height: 0; }
.consent__box {
  flex: none; width: 22px; height: 22px; margin-top: 1px;
  border: 1.5px solid rgba(201,162,74,.45);
  border-radius: 6px; background: rgba(14,42,29,.45);
  display: grid; place-items: center;
  transition: background .2s, border-color .2s;
}
.consent__box svg { width: 13px; height: 13px; stroke: var(--green-deep); fill: none; stroke-width: 3; opacity: 0; transform: scale(.6); transition: opacity .2s, transform .2s; }
.consent input:checked + .consent__box { background: var(--gold); border-color: var(--gold); }
.consent input:checked + .consent__box svg { opacity: 1; transform: none; }
.consent input:focus-visible + .consent__box { box-shadow: 0 0 0 3px rgba(201,162,74,.3); }
.consent__text { font-size: 13.5px; line-height: 1.5; color: rgba(250,248,243,.78); }
.consent__text a { color: var(--gold-soft); text-decoration: underline; text-underline-offset: 2px; font-weight: 500; }
.consent__text a:hover { color: var(--gold); }
.consent.invalid .consent__box { border-color: #e0857b; }
.consent.invalid .consent__text { color: #e8a89f; }
.cform__err { display: none; margin-top: 14px; font-size: 14px; color: #e8a89f; text-align: center; line-height: 1.5; }
.cform__err.show { display: block; }
.cform .btn[disabled] { opacity: .65; cursor: progress; }
.cform__ok { display: none; text-align: center; padding: 30px 10px; }
.cform__ok.show { display: block; }
.cform__ok .check { width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; }
.cform__ok .check svg { width: 30px; height: 30px; stroke: var(--green-deep); stroke-width: 2.6; fill: none; }
.cform__ok h3 { color: #fff; font-size: 26px; }
.cform__ok p { color: rgba(250,248,243,.8); margin-top: 10px; font-size: 15px; }

/* ---------- FOOTER ---------- */
.footer { background: var(--green-deep); color: rgba(250,248,243,.66); padding-block: 70px 34px; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1.3fr 1fr; gap: 48px; align-items: center; }
.footer__about { margin-top: 20px; font-size: 14.5px; color: rgba(250,248,243,.6); max-width: 24em; line-height: 1.7; }
.footer h4 { color: var(--gold); font-family: var(--body-font); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; margin-bottom: 22px; }
.footer ul { list-style: none; display: grid; gap: 14px; }
.footer ul a, .footer ul li { font-size: 14.5px; color: rgba(250,248,243,.7); transition: color .2s; display: flex; align-items: center; gap: 10px; }
.footer ul a:hover { color: var(--gold); }
.footer ul svg { width: 15px; height: 15px; stroke: var(--gold); fill: none; flex: none; }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(201,162,74,.4); display: grid; place-items: center; transition: background .25s, border-color .25s; }
.footer__social a:hover { background: var(--gold); border-color: var(--gold); }
.footer__social svg { width: 17px; height: 17px; stroke: var(--ivory); fill: none; }
.footer__social a:hover svg { stroke: var(--green-deep); }
.footer__bottom { margin-top: 54px; padding-top: 26px; border-top: 1px solid rgba(201,162,74,.18); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 13px; color: rgba(250,248,243,.5); }
.footer__bottom a:hover { color: var(--gold); }
.footer__bottom .links { display: flex; gap: 26px; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; bottom: 26px; right: 26px; z-index: 55; width: 56px; height: 56px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; box-shadow: 0 16px 34px -12px rgba(201,162,74,.6); transition: transform .25s var(--ease), background .25s; }
.wa-float:hover { transform: scale(1.07); background: var(--gold-deep); }
.wa-float svg { width: 27px; height: 27px; fill: var(--green-deep); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- EXPERIÊNCIAS / PACOTES (tiers) ---------- */
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
.pkg {
  position: relative;
  background: #FCFAF5;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 50px 38px 40px;
  text-align: center;
  display: flex; flex-direction: column;
  box-shadow: 0 22px 50px -38px rgba(18,53,36,.5);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.pkg:hover { transform: translateY(-6px); box-shadow: 0 34px 60px -34px rgba(18,53,36,.55); }
.pkg--bronze:hover { box-shadow: 0 0 32px 1px rgba(138,90,48,.40), 0 22px 46px -18px rgba(138,90,48,.55); border-color: rgba(138,90,48,.55); }
.pkg--silver:hover { box-shadow: 0 0 32px 1px rgba(139,145,153,.45), 0 22px 46px -18px rgba(139,145,153,.55); border-color: rgba(139,145,153,.6); }
.pkg--gold:hover   { box-shadow: 0 0 32px 1px rgba(201,162,74,.45), 0 22px 46px -18px rgba(201,162,74,.55); border-color: rgba(201,162,74,.65); }
.pkg--featured {
  border: 1.5px solid var(--gold);
  background: #FFFDF8;
  box-shadow: 0 30px 60px -30px rgba(201,162,74,.55);
  transform: translateY(-16px);
}
.pkg--featured:hover { transform: translateY(-22px); }

.pkg__badge {
  width: 86px; height: 86px; border-radius: 50%;
  margin: 0 auto 26px; display: grid; place-items: center;
  box-shadow: inset 0 2px 5px rgba(255,255,255,.55), inset 0 -4px 8px rgba(0,0,0,.18), 0 12px 24px -12px rgba(18,53,36,.45);
}
.pkg__badge svg { width: 38px; height: 38px; stroke: #FBF7EE; fill: none; stroke-width: 1.5; }
.pkg--bronze .pkg__badge { background: radial-gradient(circle at 36% 30%, #DBAE82, #9C6B3F); }
.pkg--silver .pkg__badge { background: radial-gradient(circle at 36% 30%, #DDE1E6, #8B9199); }
.pkg--gold   .pkg__badge { background: radial-gradient(circle at 36% 30%, #E4CB77, #B88A3B); }

.pkg__name {
  font-family: var(--heading-font); font-weight: 600;
  font-size: 34px; letter-spacing: 0.14em; text-transform: uppercase;
  line-height: 1; margin-top: 4px;
}
.pkg--bronze .pkg__name { color: #8A5A30; }
.pkg--silver .pkg__name { color: #8B9199; }
.pkg--gold   .pkg__name { color: var(--gold-deep); }

.pkg__orn { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 18px 0 30px; }
.pkg__orn::before, .pkg__orn::after { content: ""; width: 30px; height: 1px; background: var(--gold); opacity: var(--gold-strength); }
.pkg__orn i { width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); display: block; }

.pkg__tag { color: var(--soft); font-size: 15.5px; line-height: 1.55; min-height: 3em; }
.pkg__divide { height: 1px; background: var(--line); margin: 26px 0 24px; }
.pkg__list { list-style: none; text-align: left; display: grid; gap: 15px; margin-bottom: 34px; }
.pkg__list li { display: flex; align-items: center; gap: 13px; font-size: 15.5px; color: var(--charcoal); }
.pkg__list .tk { width: 19px; height: 19px; flex: none; }
.pkg__list .tk svg { width: 100%; height: 100%; stroke: var(--gold-deep); fill: none; stroke-width: 2.4; }
.pkg--bronze .pkg__list .tk svg { stroke: #8A5A30; }
.pkg--silver .pkg__list .tk svg { stroke: #8B9199; }
.pkg--gold .pkg__list .tk svg { stroke: var(--gold-deep); }
.pkg .btn { margin-top: auto; }
.pkg .btn .arr { width: 20px; height: 12px; flex: none; }
.pkg .btn .arr svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.6; }

.btn--green { background: var(--green); color: var(--ivory); }
.btn--green:hover { background: var(--green-light); box-shadow: 0 14px 30px -14px rgba(18,53,36,.7); }
.btn--outline-gold { background: transparent; color: var(--gold-deep); border-color: rgba(201,162,74,.7); }
.btn--outline-gold:hover { background: var(--gold); color: var(--green-deep); border-color: var(--gold); }

/* tier buttons take each title's colour */
.pkg--bronze .btn { color: #8A5A30; border-color: rgba(138,90,48,.5); }
.pkg--bronze .btn:hover { background: #8A5A30; color: var(--ivory); border-color: #8A5A30; }
.pkg--silver .btn { color: #7E848D; border-color: rgba(139,145,153,.6); }
.pkg--silver .btn:hover { background: #8B9199; color: #fff; border-color: #8B9199; }
.pkg--gold .btn { color: var(--gold-deep); border-color: rgba(201,162,74,.7); }
.pkg--gold .btn:hover { background: var(--gold); color: var(--green-deep); border-color: var(--gold); }

/* ============================================================
   Responsive
   ============================================================ */
/* Visible label for the date field (placeholders are ignored by date inputs) */
.cfield__label { font-size: 12px; font-weight: 500; letter-spacing: .03em; color: rgba(250,248,243,.62); }

/* Language toggle inside the mobile drawer */
.drawer__lang { margin-top: 26px; }
.drawer__lang .lang { color: rgba(250,248,243,.82); font-size: 15px; gap: 10px; letter-spacing: .08em; align-items: center; display: inline-flex; }
.drawer__lang .lang button { background: none; border: none; cursor: pointer; color: inherit; font: inherit; padding: 0; opacity: .55; transition: opacity .2s, color .2s; }
.drawer__lang .lang button.on { opacity: 1; color: var(--gold); }

@media (max-width: 1000px) {
  :root { --section-y: 88px; }
  .nav__links, .header__right .lang, .nav__cta { display: none; }
  .burger { display: flex; }
  .hero__media { position: relative; width: 100% !important; height: 460px; }
  .hero__img { -webkit-mask-image: linear-gradient(180deg, #000 74%, rgba(0,0,0,.35) 92%, transparent 100%); mask-image: linear-gradient(180deg, #000 74%, rgba(0,0,0,.35) 92%, transparent 100%); }
  .hero__media::after { background: linear-gradient(0deg, var(--green) 0%, rgba(18,53,36,.35) 26%, transparent 55%); }
  .hero__inner { max-width: none; padding-top: 40px; padding-bottom: 70px; }
  .exp-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; gap: 48px; }
  .steps { grid-template-columns: 1fr; gap: 44px; }
  .step + .step::before { display: none; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery a:nth-child(odd) .ph { margin-top: 0; }
  .tcards { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .pkg-grid { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; gap: 40px; }
  .pkg--featured { transform: none; }
  .pkg--featured:hover { transform: translateY(-6px); }
  .contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { padding-inline: 22px; }
  .hero__cta .btn { width: 100%; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .cform__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .footer__bottom { flex-direction: column; gap: 12px; }
  .contact__phones { gap: 22px; }
}
