/* ==========================================================================\n   YUME HONEYMOON · Visual System v1.0\n   Standalone from assets/styles.css by design.\n   ========================================================================== */

:root {
  --yh-wine-950:#1d0710;
  --yh-wine-900:#2b0d16;
  --yh-wine-800:#3b1020;
  --yh-wine-700:#53182d;
  --yh-wine-600:#6d2340;
  --yh-wine-500:#88324f;
  --yh-gold-700:#876333;
  --yh-gold-600:#b88e50;
  --yh-gold-500:#c9a56c;
  --yh-gold-400:#d8bd87;
  --yh-gold-300:#e7d5ae;
  --yh-ivory-50:#fffdf9;
  --yh-ivory-100:#faf6ef;
  --yh-ivory-200:#f4ede2;
  --yh-paper:#fcfaf6;
  --yh-ink:#171214;
  --yh-ink-soft:#40383b;
  --yh-muted:#746b6e;
  --yh-line:rgba(51,22,32,.13);
  --yh-line-light:rgba(255,255,255,.14);
  --yh-next-forest:#23352f;
  --yh-next-forest-2:#314a40;
  --yh-next-sand:#d8c3a0;
  --yh-next-clay:#a76149;
  --yh-next-sky:#b9cdd0;
  --yh-white:#fff;
  --yh-success:#2b6a4e;
  --yh-danger:#8a2933;
  --yh-shadow:0 22px 70px rgba(29,7,16,.12);
  --yh-shadow-soft:0 14px 42px rgba(29,7,16,.08);
  --yh-radius-xl:34px;
  --yh-radius-lg:24px;
  --yh-radius-md:16px;
  --yh-radius-sm:12px;
  --yh-container:min(1220px, calc(100vw - 48px));
  --yh-ease:cubic-bezier(.2,.8,.2,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--yh-ivory-100)}
body{
  margin:0;
  color:var(--yh-ink);
  background:var(--yh-ivory-100);
  font-family:"Raleway",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.yh-menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
::selection{background:var(--yh-gold-300);color:var(--yh-wine-950)}

.yh-skip{
  position:fixed;left:16px;top:-60px;z-index:9999;
  padding:12px 16px;background:#fff;color:var(--yh-wine-900);border-radius:10px;
  box-shadow:var(--yh-shadow-soft);transition:top .2s ease;
}
.yh-skip:focus{top:16px}

/* ---------- Navigation ---------- */
.yh-nav-wrap{
  position:fixed;inset:0 0 auto 0;z-index:1000;
  padding:14px 20px;pointer-events:none;
}
.yh-nav{
  width:var(--yh-container);min-height:72px;margin:0 auto;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;
  padding:8px 10px 8px 14px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:22px;
  background:rgba(31,9,18,.66);
  -webkit-backdrop-filter:blur(20px) saturate(130%);
  backdrop-filter:blur(20px) saturate(130%);
  box-shadow:0 10px 40px rgba(15,4,9,.18);
  transition:background .35s var(--yh-ease),border-color .35s var(--yh-ease),box-shadow .35s var(--yh-ease),transform .35s var(--yh-ease);
  pointer-events:auto;
}
.yh-nav-wrap.is-scrolled .yh-nav{
  background:rgba(250,246,239,.9);
  border-color:rgba(51,22,32,.1);
  box-shadow:0 10px 36px rgba(29,7,16,.09);
}
.yh-brand{display:flex;align-items:center;gap:12px;min-width:205px}
.yh-brand-mark{
  width:44px;height:44px;border-radius:50%;overflow:hidden;flex:0 0 auto;
  background:#fff;border:1px solid rgba(255,255,255,.25);
}
.yh-brand-mark img{width:100%;height:100%;object-fit:cover}
.yh-brand-copy{display:flex;flex-direction:column;line-height:1}
.yh-brand-master{font:600 12px/1 "Raleway",sans-serif;letter-spacing:.18em;color:#fff;opacity:.8}
.yh-brand-line{margin-top:6px;font:600 18px/1 "Playfair Display",serif;letter-spacing:.035em;color:#fff}
.yh-nav-wrap.is-scrolled .yh-brand-master,.yh-nav-wrap.is-scrolled .yh-brand-line{color:var(--yh-wine-900)}
.yh-desktop-nav{display:flex;justify-content:center;align-items:center;gap:26px}
.yh-desktop-nav a{
  color:rgba(255,255,255,.84);font-size:13px;font-weight:600;letter-spacing:.025em;
  position:relative;padding:10px 0;transition:color .2s ease;
}
.yh-desktop-nav a::after{
  content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--yh-gold-400);transition:right .25s var(--yh-ease)
}
.yh-desktop-nav a:hover::after,.yh-desktop-nav a:focus-visible::after{right:0}
.yh-nav-wrap.is-scrolled .yh-desktop-nav a{color:var(--yh-ink-soft)}
.yh-nav-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;
  padding:0 20px;border:1px solid rgba(255,255,255,.24);border-radius:14px;
  background:linear-gradient(135deg,var(--yh-gold-500),var(--yh-gold-700));
  color:var(--yh-wine-950);font-size:13px;font-weight:800;letter-spacing:.02em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 8px 18px rgba(15,4,9,.16);
  transition:transform .2s ease,box-shadow .2s ease;
}
.yh-nav-cta:hover{transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 12px 22px rgba(15,4,9,.22)}
.yh-menu-btn{display:none;width:46px;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.08);color:#fff}
.yh-nav-wrap.is-scrolled .yh-menu-btn{border-color:var(--yh-line);background:#fff;color:var(--yh-wine-900)}
.yh-menu-btn span,.yh-menu-btn::before,.yh-menu-btn::after{content:"";display:block;width:20px;height:1.5px;margin:5px auto;background:currentColor;transition:transform .25s ease,opacity .25s ease}
.yh-menu-btn[aria-expanded="true"] span{opacity:0}
.yh-menu-btn[aria-expanded="true"]::before{transform:translateY(6.5px) rotate(45deg)}
.yh-menu-btn[aria-expanded="true"]::after{transform:translateY(-6.5px) rotate(-45deg)}

.yh-mobile-panel{
  position:fixed;inset:0;z-index:990;padding:108px 24px 28px;
  background:radial-gradient(circle at 84% 15%,rgba(201,165,108,.12),transparent 28%),linear-gradient(155deg,var(--yh-wine-950),#12050a 70%);
  color:#fff;opacity:0;visibility:hidden;transform:translateY(-14px);transition:.32s var(--yh-ease);
}
.yh-mobile-panel.is-open{opacity:1;visibility:visible;transform:none}
.yh-mobile-nav{display:grid;gap:3px;max-width:640px;margin:0 auto}
.yh-mobile-nav a{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1);font:500 clamp(25px,7vw,38px)/1.15 "Playfair Display",serif}
.yh-mobile-nav .yh-mobile-kicker{margin-top:20px;border:0;font:700 11px/1.2 "Raleway",sans-serif;text-transform:uppercase;letter-spacing:.18em;color:var(--yh-gold-400)}
.yh-mobile-home{margin-top:28px!important;font-size:14px!important;font-family:"Raleway",sans-serif!important;color:rgba(255,255,255,.66)}

/* ---------- Hero ---------- */
.yh-hero{
  min-height:100svh;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:var(--yh-wine-950);color:#fff;
}
.yh-hero-media{position:absolute;inset:0}
.yh-hero-media picture,.yh-hero-media img{width:100%;height:100%}
.yh-hero-media img{object-fit:cover;object-position:center 46%;filter:saturate(.8) contrast(1.03) brightness(.72);transform:scale(1.02)}
.yh-hero::before{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,rgba(22,4,10,.88) 0%,rgba(22,4,10,.68) 38%,rgba(22,4,10,.18) 72%),linear-gradient(0deg,rgba(22,4,10,.84) 0%,transparent 45%);
}
.yh-hero::after{
  content:"";position:absolute;inset:auto -10% -25% 45%;z-index:1;width:55vw;height:55vw;border-radius:50%;background:rgba(177,125,76,.18);filter:blur(100px)
}
.yh-hero-inner{
  position:relative;z-index:2;width:var(--yh-container);margin:0 auto;padding:180px 0 76px;
  display:grid;grid-template-columns:minmax(0,760px) 1fr;gap:70px;align-items:end;
}
.yh-eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:24px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.22em;color:var(--yh-gold-400)}
.yh-eyebrow::before{content:"";width:36px;height:1px;background:currentColor}
.yh-hero h1{margin:0;max-width:780px;font:500 clamp(52px,7.2vw,112px)/.9 "Playfair Display",serif;letter-spacing:-.045em}
.yh-hero h1 em{font-style:italic;font-weight:500;color:var(--yh-gold-300)}
.yh-hero-lead{max-width:660px;margin:28px 0 0;font-size:clamp(17px,1.7vw,22px);line-height:1.58;color:rgba(255,255,255,.79)}
.yh-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.yh-btn{
  min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:0 22px;border:1px solid transparent;border-radius:14px;
  font-size:13px;font-weight:800;letter-spacing:.025em;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.yh-btn:hover{transform:translateY(-2px)}
.yh-btn--gold{background:linear-gradient(135deg,var(--yh-gold-400),var(--yh-gold-700));color:var(--yh-wine-950);box-shadow:0 14px 34px rgba(10,3,6,.25)}
.yh-btn--ghost{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.07);color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.yh-btn--wine{background:var(--yh-wine-900);color:#fff;border-color:var(--yh-wine-900)}
.yh-btn--outline{border-color:rgba(59,16,32,.2);background:transparent;color:var(--yh-wine-900)}
.yh-hero-note{align-self:end;justify-self:end;max-width:300px;padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}
.yh-hero-note strong{display:block;font:600 18px/1.2 "Playfair Display",serif;color:var(--yh-gold-300)}
.yh-hero-note span{display:block;margin-top:8px;font-size:12px;line-height:1.55;color:rgba(255,255,255,.7)}
.yh-scroll-cue{position:absolute;z-index:3;right:24px;bottom:28px;writing-mode:vertical-rl;font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.6)}

/* ---------- Global sections ---------- */
.yh-section{padding:118px 0}
.yh-section--paper{background:var(--yh-paper)}
.yh-section--wine{background:var(--yh-wine-900);color:#fff}
.yh-section--next{background:linear-gradient(145deg,#1e2e29,var(--yh-next-forest));color:#fff}
.yh-container{width:var(--yh-container);margin:0 auto}
.yh-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,460px);gap:72px;align-items:end;margin-bottom:56px}
.yh-kicker{margin:0 0 15px;font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--yh-gold-700)}
.yh-section--wine .yh-kicker,.yh-section--next .yh-kicker{color:var(--yh-gold-400)}
.yh-title{margin:0;font:500 clamp(42px,5vw,74px)/.98 "Playfair Display",serif;letter-spacing:-.035em}
.yh-title em{color:var(--yh-wine-600);font-style:italic}
.yh-section--wine .yh-title em,.yh-section--next .yh-title em{color:var(--yh-gold-300)}
.yh-section-intro{margin:0;color:var(--yh-muted);font-size:16px;line-height:1.8}
.yh-section--wine .yh-section-intro,.yh-section--next .yh-section-intro{color:rgba(255,255,255,.67)}
.yh-rule{height:1px;background:var(--yh-line);margin:56px 0}

/* ---------- Method ---------- */
.yh-method-intro{display:grid;grid-template-columns:1.2fr .8fr;gap:76px;align-items:start}
.yh-manifesto{font:500 clamp(28px,3.2vw,48px)/1.16 "Playfair Display",serif;letter-spacing:-.025em;margin:0}
.yh-manifesto strong{color:var(--yh-wine-700);font-weight:500}
.yh-manifesto-note{margin:22px 0 0;max-width:700px;color:var(--yh-muted);line-height:1.8}
.yh-method-proof{padding:24px;border-left:1px solid var(--yh-gold-500)}
.yh-method-proof strong{font:600 20px/1.2 "Playfair Display",serif}
.yh-method-proof p{margin:10px 0 0;color:var(--yh-muted);line-height:1.7;font-size:14px}
.yh-values{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:60px}
.yh-value{min-height:290px;padding:28px;border:1px solid var(--yh-line);border-radius:var(--yh-radius-lg);background:rgba(255,255,255,.58);position:relative;overflow:hidden}
.yh-value::after{content:"";position:absolute;right:-55px;bottom:-70px;width:160px;height:160px;border-radius:50%;background:var(--yh-gold-300);opacity:.13;filter:blur(2px)}
.yh-value-num{font-size:10px;font-weight:800;letter-spacing:.18em;color:var(--yh-gold-700)}
.yh-value h3{margin:70px 0 12px;font:600 24px/1.05 "Playfair Display",serif}
.yh-value p{margin:0;color:var(--yh-muted);font-size:13px;line-height:1.7}

/* ---------- Two product lines ---------- */
.yh-lines{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.yh-line-card{position:relative;min-height:610px;border-radius:var(--yh-radius-xl);overflow:hidden;isolation:isolate;box-shadow:var(--yh-shadow)}
.yh-line-card__media{position:absolute;inset:0;z-index:-2;background:#29101b}
.yh-line-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--yh-ease)}
.yh-line-card:hover .yh-line-card__media img{transform:scale(1.035)}
.yh-line-card::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(13,5,8,.88),rgba(13,5,8,.18) 68%)}
.yh-line-card--next::after{background:linear-gradient(0deg,rgba(15,31,26,.94),rgba(15,31,26,.22) 68%)}
.yh-line-card__content{position:absolute;inset:auto 34px 34px;color:#fff}
.yh-line-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.09);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.yh-line-card h3{margin:18px 0 12px;font:500 clamp(40px,4vw,62px)/.95 "Playfair Display",serif}
.yh-line-card p{max-width:530px;margin:0;color:rgba(255,255,255,.76);line-height:1.65}
.yh-line-meta{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 28px}
.yh-line-meta span{font-size:11px;padding:8px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.05)}
.yh-inline-link{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--yh-gold-300)}
.yh-line-card--next .yh-inline-link{color:var(--yh-next-sand)}

/* ---------- Destinations ---------- */
.yh-destinations{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}
.yh-destination{min-height:390px;position:relative;border-radius:24px;overflow:hidden;isolation:isolate;color:#fff;box-shadow:var(--yh-shadow-soft)}
.yh-destination:nth-child(1){grid-column:span 7}
.yh-destination:nth-child(2){grid-column:span 5}
.yh-destination:nth-child(3){grid-column:span 5}
.yh-destination:nth-child(4){grid-column:span 7}
.yh-destination__media{position:absolute;inset:0;z-index:-2}
.yh-destination__media img{width:100%;height:100%;object-fit:cover;filter:saturate(.84);transition:transform .7s var(--yh-ease)}
.yh-destination:hover img{transform:scale(1.03)}
.yh-destination::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(17,5,10,.88),rgba(17,5,10,.12) 72%)}
.yh-destination--ocean{background:radial-gradient(circle at 75% 20%,#8cc7cb 0,transparent 38%),linear-gradient(145deg,#103d4c,#0f6c78 52%,#d2b57f)}
.yh-destination--thai{background:radial-gradient(circle at 20% 15%,#d9b75e 0,transparent 33%),linear-gradient(145deg,#39291e,#6f5033 55%,#25463d)}
.yh-destination__content{position:absolute;inset:auto 26px 26px}
.yh-destination__eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--yh-gold-300);font-weight:800}
.yh-destination h3{margin:10px 0 8px;font:500 clamp(30px,3vw,48px)/1 "Playfair Display",serif}
.yh-destination p{max-width:560px;margin:0;color:rgba(255,255,255,.74);font-size:13px;line-height:1.6}

/* ---------- Budget intelligence ---------- */
.yh-budget{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}
.yh-budget-quote{padding:38px;border:1px solid rgba(255,255,255,.13);border-radius:var(--yh-radius-xl);background:rgba(255,255,255,.045)}
.yh-budget-quote blockquote{margin:0;font:500 clamp(30px,3.7vw,52px)/1.12 "Playfair Display",serif}
.yh-budget-quote blockquote em{color:var(--yh-gold-300);font-style:italic}
.yh-budget-quote p{margin:24px 0 0;color:rgba(255,255,255,.62);line-height:1.75}
.yh-budget-list{display:grid;gap:12px}
.yh-budget-item{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}
.yh-budget-item:last-child{border-bottom:0}
.yh-budget-item span{width:42px;height:42px;border:1px solid rgba(201,165,108,.35);border-radius:50%;display:grid;place-items:center;color:var(--yh-gold-300);font-size:11px;font-weight:800}
.yh-budget-item h3{margin:0;font:600 20px/1.2 "Playfair Display",serif}
.yh-budget-item p{margin:7px 0 0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.65}

/* ---------- Match ---------- */
.yh-match-shell{display:grid;grid-template-columns:.78fr 1.22fr;min-height:640px;border:1px solid var(--yh-line);border-radius:var(--yh-radius-xl);overflow:hidden;background:#fff;box-shadow:var(--yh-shadow)}
.yh-match-aside{padding:42px;background:linear-gradient(160deg,var(--yh-wine-950),var(--yh-wine-700));color:#fff;display:flex;flex-direction:column;justify-content:space-between}
.yh-match-aside h3{margin:0;font:500 42px/1 "Playfair Display",serif}
.yh-match-aside p{color:rgba(255,255,255,.66);line-height:1.7}
.yh-match-trust{display:grid;gap:11px;margin-top:30px}
.yh-match-trust span{font-size:11px;padding:10px 0;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.72)}
.yh-match-main{padding:42px;position:relative}
.yh-progress{height:3px;background:var(--yh-ivory-200);border-radius:10px;overflow:hidden;margin-bottom:32px}
.yh-progress span{display:block;height:100%;width:20%;background:linear-gradient(90deg,var(--yh-wine-700),var(--yh-gold-500));transition:width .35s var(--yh-ease)}
.yh-match-step{display:none;animation:yhFade .35s ease}
.yh-match-step.is-active{display:block}
@keyframes yhFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.yh-step-count{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.18em;color:var(--yh-gold-700)}
.yh-match-step h4{margin:10px 0 26px;font:500 clamp(30px,3vw,42px)/1.05 "Playfair Display",serif}
.yh-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.yh-option{min-height:74px;text-align:left;padding:16px 18px;border:1px solid var(--yh-line);border-radius:15px;background:var(--yh-ivory-50);color:var(--yh-ink);transition:.2s ease}
.yh-option:hover,.yh-option:focus-visible{border-color:rgba(109,35,64,.45);transform:translateY(-1px)}
.yh-option.is-selected{background:var(--yh-wine-900);border-color:var(--yh-wine-900);color:#fff}
.yh-option strong{display:block;font-size:13px}
.yh-option small{display:block;margin-top:5px;line-height:1.35;opacity:.64}
.yh-match-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}
.yh-match-nav{min-height:44px;padding:0 15px;border:1px solid var(--yh-line);border-radius:12px;background:#fff;color:var(--yh-wine-900);font-size:12px;font-weight:800}
.yh-match-nav--next{margin-left:auto;background:var(--yh-wine-900);color:#fff;border-color:var(--yh-wine-900)}
.yh-match-nav:disabled{opacity:.35;cursor:not-allowed}
.yh-result{display:none}
.yh-result.is-active{display:block}
.yh-result-badge{display:inline-flex;padding:8px 11px;border-radius:999px;background:var(--yh-ivory-200);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:var(--yh-wine-700)}
.yh-result h4{margin:18px 0 12px;font:500 clamp(38px,4vw,58px)/1 "Playfair Display",serif;color:var(--yh-wine-900)}
.yh-result p{color:var(--yh-muted);line-height:1.75}
.yh-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:22px 0}
.yh-result-grid div{padding:13px;border:1px solid var(--yh-line);border-radius:12px;background:var(--yh-ivory-50)}
.yh-result-grid small{display:block;color:var(--yh-muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em}
.yh-result-grid strong{display:block;margin-top:4px;font-size:12px}

/* ---------- Wedding Journey / landing page ---------- */
.yh-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.yh-device-stage{position:relative;min-height:580px;display:grid;place-items:center}
.yh-device-stage::before{content:"";position:absolute;width:70%;height:70%;border-radius:50%;background:rgba(201,165,108,.17);filter:blur(45px)}
.yh-phone{position:relative;z-index:1;width:min(290px,65vw);aspect-ratio:9/19;border:8px solid #241a1e;border-radius:42px;background:var(--yh-paper);box-shadow:0 40px 90px rgba(20,5,11,.28);overflow:hidden;transform:rotate(3deg)}
.yh-phone-bar{height:28px;width:90px;margin:8px auto 0;border-radius:999px;background:#1a1416}
.yh-phone-cover{height:39%;margin:8px;background:linear-gradient(155deg,rgba(29,7,16,.16),rgba(29,7,16,.72)),url('/assets/maison_desk.jpg') center/cover;border-radius:28px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:22px}
.yh-phone-cover small{font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:var(--yh-gold-300)}
.yh-phone-cover strong{font:500 25px/1 "Playfair Display",serif;margin-top:7px}
.yh-phone-body{padding:12px 18px}
.yh-phone-mini{height:7px;border-radius:10px;background:#e9e1d5;margin:8px 0}.yh-phone-mini:nth-child(2){width:72%}.yh-phone-mini:nth-child(3){width:88%}
.yh-phone-cards{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:16px}.yh-phone-cards div{height:72px;border-radius:12px;background:linear-gradient(145deg,#f0e6d6,#fff)}
.yh-tech-copy .yh-title{max-width:650px}
.yh-tech-copy>p{color:var(--yh-muted);line-height:1.8;max-width:680px}
.yh-tech-features{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:30px 0}
.yh-tech-feature{padding:16px;border:1px solid var(--yh-line);border-radius:14px;background:rgba(255,255,255,.55)}
.yh-tech-feature strong{font-size:12px;color:var(--yh-wine-800)}
.yh-tech-feature p{margin:6px 0 0;color:var(--yh-muted);font-size:11px;line-height:1.55}

/* ---------- Atelier ---------- */
.yh-atelier{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.yh-atelier-main,.yh-atelier-side{border-radius:var(--yh-radius-xl);overflow:hidden;position:relative}
.yh-atelier-main{min-height:520px;padding:48px;background:linear-gradient(155deg,rgba(29,7,16,.2),rgba(29,7,16,.86)),url('/assets/team-yume.jpg') center/cover;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}
.yh-atelier-main h3{margin:0;font:500 clamp(40px,4vw,62px)/1 "Playfair Display",serif}
.yh-atelier-main p{max-width:640px;color:rgba(255,255,255,.7);line-height:1.7}
.yh-atelier-side{padding:34px;background:var(--yh-ivory-200);display:flex;flex-direction:column;justify-content:space-between}
.yh-atelier-side h4{margin:0;font:600 30px/1.05 "Playfair Display",serif}
.yh-atelier-side p{color:var(--yh-muted);line-height:1.7}
.yh-atelier-data{display:grid;gap:10px;margin-top:28px}
.yh-atelier-data div{padding:14px 0;border-top:1px solid var(--yh-line)}
.yh-atelier-data small{display:block;color:var(--yh-gold-700);font-size:9px;text-transform:uppercase;letter-spacing:.14em;font-weight:800}
.yh-atelier-data strong{display:block;margin-top:5px;font-size:13px}

/* ---------- Lead form ---------- */
.yh-contact-wrap{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:start}
.yh-contact-copy{position:sticky;top:120px}
.yh-contact-copy .yh-title{color:#fff}
.yh-contact-copy p{color:rgba(255,255,255,.66);line-height:1.8}
.yh-contact-points{display:grid;gap:10px;margin-top:30px}
.yh-contact-points span{font-size:12px;color:rgba(255,255,255,.78);padding:11px 0;border-top:1px solid rgba(255,255,255,.1)}
.yh-form{padding:34px;border:1px solid rgba(255,255,255,.13);border-radius:var(--yh-radius-xl);background:rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.yh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.yh-field{display:grid;gap:7px}.yh-field--full{grid-column:1/-1}
.yh-field label{font-size:11px;font-weight:700;color:rgba(255,255,255,.82)}
.yh-field input,.yh-field select,.yh-field textarea{
  width:100%;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.08);color:#fff;min-height:48px;padding:12px 13px;outline:none;transition:border-color .2s ease,background .2s ease
}
.yh-field textarea{min-height:120px;resize:vertical}
.yh-field input::placeholder,.yh-field textarea::placeholder{color:rgba(255,255,255,.38)}
.yh-field input:focus,.yh-field select:focus,.yh-field textarea:focus{border-color:var(--yh-gold-400);background:rgba(255,255,255,.11)}
.yh-field select option{color:#111}
.yh-check{grid-column:1/-1;display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;margin-top:5px}
.yh-check input{accent-color:var(--yh-gold-500);margin-top:3px}.yh-check label{font-size:10px;line-height:1.5;color:rgba(255,255,255,.58)}.yh-check a{text-decoration:underline}
.yh-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}
.yh-form-status{min-height:20px;margin:12px 0 0;font-size:12px;color:var(--yh-gold-300)}
.yh-form .yh-btn{width:100%;margin-top:12px;border:0}

/* ---------- FAQ ---------- */
.yh-faq{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}
.yh-faq-list{border-top:1px solid var(--yh-line)}
.yh-faq-item{border-bottom:1px solid var(--yh-line)}
.yh-faq-q{width:100%;display:grid;grid-template-columns:1fr 30px;gap:16px;align-items:center;text-align:left;padding:22px 0;border:0;background:none;color:var(--yh-ink);font-weight:700}
.yh-faq-q span:last-child{width:28px;height:28px;border:1px solid var(--yh-line);border-radius:50%;display:grid;place-items:center;transition:transform .2s ease}
.yh-faq-item.is-open .yh-faq-q span:last-child{transform:rotate(45deg)}
.yh-faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s var(--yh-ease)}
.yh-faq-a>div{overflow:hidden}.yh-faq-a p{margin:0;padding:0 40px 22px 0;color:var(--yh-muted);font-size:14px;line-height:1.75}
.yh-faq-item.is-open .yh-faq-a{grid-template-rows:1fr}

/* ---------- NEXT page ---------- */
.yh-next-hero{background:var(--yh-next-forest);min-height:92svh}
.yh-next-hero::before{background:linear-gradient(90deg,rgba(12,27,22,.89),rgba(12,27,22,.62) 45%,rgba(12,27,22,.12)),linear-gradient(0deg,rgba(12,27,22,.86),transparent 46%)}
.yh-next-hero h1 em{color:var(--yh-next-sand)}
.yh-next-hero .yh-eyebrow{color:var(--yh-next-sand)}
.yh-next-story{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.yh-next-story-card{padding:38px;border-radius:var(--yh-radius-xl);background:linear-gradient(145deg,var(--yh-next-forest),#16251f);color:#fff;box-shadow:var(--yh-shadow)}
.yh-next-story-card h3{font:500 38px/1.05 "Playfair Display",serif;margin:0}
.yh-next-story-card p{color:rgba(255,255,255,.65);line-height:1.8}
.yh-next-modes{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:42px}
.yh-next-mode{padding:26px;border:1px solid rgba(35,53,47,.13);border-radius:22px;background:#fff}
.yh-next-mode small{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--yh-next-clay);font-weight:800}
.yh-next-mode h3{margin:34px 0 10px;font:600 24px/1.05 "Playfair Display",serif}
.yh-next-mode p{margin:0;color:var(--yh-muted);font-size:12px;line-height:1.65}

/* ---------- Wedding page service ---------- */
.yh-service-hero{min-height:80svh;background:linear-gradient(145deg,var(--yh-wine-950),var(--yh-wine-700));display:flex;align-items:flex-end;color:#fff;padding:170px 0 70px}
.yh-service-hero-inner{width:var(--yh-container);margin:0 auto;display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:end}
.yh-service-hero h1{margin:0;font:500 clamp(52px,7vw,100px)/.92 "Playfair Display",serif;letter-spacing:-.04em}
.yh-service-hero p{color:rgba(255,255,255,.68);line-height:1.8}

/* ---------- Footer ---------- */
.yh-footer{background:#12050a;color:#fff;padding:60px 0 28px}
.yh-footer-grid{width:var(--yh-container);margin:0 auto;display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:60px}
.yh-footer-brand h3{margin:0;font:500 32px/1 "Playfair Display",serif}.yh-footer-brand p{max-width:460px;color:rgba(255,255,255,.5);font-size:12px;line-height:1.7}
.yh-footer-col strong{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--yh-gold-400)}
.yh-footer-col a{display:block;margin-top:13px;font-size:12px;color:rgba(255,255,255,.65)}.yh-footer-col a:hover{color:#fff}
.yh-footer-bottom{width:var(--yh-container);margin:40px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.4);font-size:10px;line-height:1.6}

/* ---------- Cookie ---------- */
.yh-cookie{position:fixed;z-index:2000;left:20px;right:20px;bottom:20px;max-width:720px;margin:auto;padding:20px;border:1px solid var(--yh-line);border-radius:18px;background:rgba(255,253,249,.96);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--yh-shadow);display:none}
.yh-cookie.is-open{display:block}
.yh-cookie strong{font:600 18px/1.2 "Playfair Display",serif}.yh-cookie p{margin:8px 0;color:var(--yh-muted);font-size:11px;line-height:1.55}.yh-cookie-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.yh-cookie-actions button{min-height:38px;padding:0 13px;border-radius:10px;border:1px solid var(--yh-line);background:#fff;font-size:11px;font-weight:800}.yh-cookie-actions .primary{background:var(--yh-wine-900);border-color:var(--yh-wine-900);color:#fff}
.yh-cookie-prefs{display:none;margin-top:14px;padding-top:14px;border-top:1px solid var(--yh-line)}.yh-cookie-prefs.is-open{display:grid;gap:9px}.yh-cookie-prefs label{display:flex;align-items:center;gap:9px;font-size:11px;color:var(--yh-ink-soft)}

/* ---------- Reveal ---------- */
[data-yh-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s var(--yh-ease),transform .65s var(--yh-ease)}
[data-yh-reveal].is-visible{opacity:1;transform:none}

/* ---------- Sticky mobile CTA ---------- */
.yh-mobile-cta{display:none;position:fixed;z-index:800;left:12px;right:12px;bottom:12px;min-height:54px;border-radius:15px;background:linear-gradient(135deg,var(--yh-gold-400),var(--yh-gold-700));color:var(--yh-wine-950);box-shadow:0 14px 30px rgba(29,7,16,.28);font-size:12px;font-weight:900;align-items:center;justify-content:center;gap:10px}

/* ---------- Responsive ---------- */
@media (max-width:1080px){
  :root{--yh-container:min(calc(100% - 36px), 960px)}
  .yh-desktop-nav{gap:15px}.yh-desktop-nav a{font-size:11px}.yh-brand{min-width:180px}.yh-nav-cta{padding:0 14px}
  .yh-values{grid-template-columns:1fr 1fr}.yh-value{min-height:240px}.yh-value h3{margin-top:45px}
  .yh-section-head{gap:44px}.yh-hero-inner{grid-template-columns:1fr .45fr;gap:28px}
  .yh-tech-grid,.yh-budget,.yh-contact-wrap,.yh-faq{gap:46px}
}

@media (max-width:820px){
  :root{--yh-container:calc(100vw - 28px)}
  .yh-nav-wrap{padding:10px 10px}.yh-nav{min-height:64px;grid-template-columns:1fr auto;padding:7px 8px 7px 10px;border-radius:18px}.yh-desktop-nav,.yh-nav>.yh-nav-cta{display:none}.yh-menu-btn{display:block}.yh-brand-mark{width:40px;height:40px}.yh-brand-master{font-size:9px}.yh-brand-line{font-size:16px}
  .yh-hero{min-height:92svh}.yh-hero::before{background:linear-gradient(0deg,rgba(22,4,10,.94),rgba(22,4,10,.36) 68%,rgba(22,4,10,.2))}.yh-hero-inner{display:block;padding:150px 0 62px}.yh-hero h1{max-width:700px}.yh-hero-note{display:none}.yh-scroll-cue{display:none}
  .yh-section{padding:82px 0}.yh-section-head{grid-template-columns:1fr;gap:22px;margin-bottom:38px}.yh-section-intro{max-width:680px}
  .yh-method-intro{grid-template-columns:1fr;gap:28px}.yh-values{grid-template-columns:1fr 1fr;gap:10px}
  .yh-lines{grid-template-columns:1fr}.yh-line-card{min-height:540px}
  .yh-destination:nth-child(n){grid-column:span 6;min-height:330px}
  .yh-budget{grid-template-columns:1fr;gap:32px}
  .yh-match-shell{grid-template-columns:1fr}.yh-match-aside{padding:30px}.yh-match-aside>div:last-child{display:none}.yh-match-main{padding:30px}
  .yh-tech-grid{grid-template-columns:1fr;gap:28px}.yh-device-stage{order:2;min-height:500px}
  .yh-atelier{grid-template-columns:1fr}.yh-atelier-main{min-height:460px}
  .yh-contact-wrap{grid-template-columns:1fr}.yh-contact-copy{position:static}.yh-faq{grid-template-columns:1fr;gap:30px}
  .yh-footer-grid{grid-template-columns:1fr 1fr}.yh-footer-brand{grid-column:1/-1}.yh-footer-bottom{flex-direction:column}
  .yh-next-story{grid-template-columns:1fr}.yh-next-modes{grid-template-columns:1fr 1fr}.yh-service-hero-inner{grid-template-columns:1fr;gap:25px}
}

@media (max-width:560px){
  :root{--yh-container:calc(100vw - 24px)}
  body{padding-bottom:72px}.yh-hero{min-height:94svh}.yh-hero-media img{object-position:center center}.yh-hero-inner{padding-top:138px}.yh-hero h1{font-size:clamp(48px,15vw,72px)}.yh-hero-lead{font-size:15px}.yh-hero-actions{display:grid}.yh-btn{width:100%}
  .yh-section{padding:68px 0}.yh-title{font-size:clamp(37px,12vw,52px)}.yh-manifesto{font-size:31px}
  .yh-values{grid-template-columns:1fr}.yh-value{min-height:210px}.yh-value h3{margin-top:34px}
  .yh-line-card{min-height:520px;border-radius:26px}.yh-line-card__content{inset:auto 24px 24px}.yh-line-card h3{font-size:42px}
  .yh-destinations{grid-template-columns:1fr}.yh-destination:nth-child(n){grid-column:auto;min-height:360px}
  .yh-budget-quote{padding:26px}.yh-budget-item{padding:16px 0}
  .yh-match-shell{border-radius:25px}.yh-match-aside,.yh-match-main{padding:24px}.yh-match-aside h3{font-size:35px}.yh-options{grid-template-columns:1fr}.yh-option{min-height:68px}.yh-result-grid{grid-template-columns:1fr}
  .yh-tech-features{grid-template-columns:1fr}.yh-device-stage{min-height:470px}.yh-phone{width:240px}
  .yh-atelier-main{padding:30px;min-height:450px}.yh-atelier-side{padding:26px}
  .yh-form{padding:22px}.yh-form-grid{grid-template-columns:1fr}.yh-field--full,.yh-check{grid-column:auto}
  .yh-footer{padding-bottom:20px}.yh-footer-grid{grid-template-columns:1fr;gap:32px}.yh-footer-brand{grid-column:auto}
  .yh-next-modes{grid-template-columns:1fr}.yh-service-hero{padding-top:150px}.yh-service-hero h1{font-size:55px}
  .yh-mobile-cta{display:flex}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  [data-yh-reveal]{opacity:1;transform:none}
}

/* ---------- Destination links / Korea / World ---------- */
.yh-destination-link{display:block;text-decoration:none;color:inherit;cursor:pointer}
.yh-destination-link:focus-visible{outline:3px solid var(--yh-gold-400);outline-offset:4px}
.yh-destination__link{display:inline-flex;margin-top:18px;font-size:11px;font-weight:800;letter-spacing:.05em;color:var(--yh-gold-300)}
.yh-destination--korea{background:linear-gradient(145deg,#3b2937,#17151e);color:#fff}
.yh-destination--world{background:linear-gradient(145deg,#27332d,#171b18);color:#fff}
.yh-destination--korea .yh-destination__content p,
.yh-destination--world .yh-destination__content p{color:rgba(255,255,255,.68)}
.yh-destination--korea .yh-destination__eyebrow,
.yh-destination--world .yh-destination__eyebrow{color:var(--yh-gold-300)}
.yh-destination-link{transition:transform .28s var(--yh-ease),box-shadow .28s var(--yh-ease)}
.yh-destination-link:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(43,13,22,.12)}

/* ---------- Match invitation: never steals the initial hero ---------- */
.yh-match-teaser{
  position:fixed;
  z-index:760;
  right:22px;
  bottom:22px;
  width:min(360px,calc(100vw - 32px));
  padding:20px 46px 20px 20px;
  border:1px solid rgba(201,165,108,.28);
  border-radius:18px;
  background:rgba(43,13,22,.96);
  color:#fff;
  box-shadow:0 24px 70px rgba(29,7,16,.28);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  opacity:0;
  transform:translateY(22px);
  pointer-events:none;
  visibility:hidden;
  transition:opacity .35s var(--yh-ease),transform .35s var(--yh-ease),visibility .35s;
}
.yh-match-teaser.is-visible{opacity:1;transform:none;pointer-events:auto;visibility:visible}
.yh-match-teaser__close{
  position:absolute;right:10px;top:10px;width:30px;height:30px;border:0;border-radius:50%;
  background:rgba(255,255,255,.08);color:#fff;font-size:18px;cursor:pointer
}
.yh-match-teaser__eyebrow{display:block;color:var(--yh-gold-300);font-size:9px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;margin-bottom:8px}
.yh-match-teaser strong{display:block;font:500 21px/1.2 "Playfair Display",serif}
.yh-match-teaser a{display:inline-flex;margin-top:13px;color:var(--yh-gold-300);font-size:11px;font-weight:800;text-decoration:none}

/* ---------- World custom destination ---------- */
#yh-destinazione-custom-field[hidden]{display:none!important}
#yh-destinazione-custom-field:not([hidden]){
  padding:14px;
  border:1px solid rgba(201,165,108,.24);
  border-radius:14px;
  background:rgba(201,165,108,.06)
}

@media(max-width:560px){
  .yh-match-teaser{right:12px;left:12px;bottom:78px;width:auto}
}

/* Five curated Honeymoon doors: 2 hero cards + 3 balanced cards */
@media (min-width:821px){
  .yh-destination:nth-child(3),
  .yh-destination:nth-child(4),
  .yh-destination:nth-child(5){grid-column:span 4}
}
@media (min-width:561px) and (max-width:820px){
  .yh-destination:nth-child(5){grid-column:span 12}
}


/* ---------- Fully clickable cards ---------- */
.yh-click-card{cursor:pointer;transition:transform .28s var(--yh-ease),box-shadow .28s var(--yh-ease)}
.yh-click-card:hover,.yh-click-card:focus-visible{transform:translateY(-4px);box-shadow:0 28px 68px rgba(29,7,16,.16)}
.yh-click-card:focus-visible{outline:2px solid var(--yh-gold-400);outline-offset:5px}
.yh-click-card:hover .yh-line-card__media img{transform:scale(1.025)}
.yh-click-card .yh-inline-link span{transition:transform .2s ease}
.yh-click-card:hover .yh-inline-link span{transform:translateX(4px)}

/* ---------- Honeymoon contact dock ---------- */
.yh-contact-dock{
  position:fixed;right:18px;bottom:18px;z-index:880;width:250px;padding:10px;border:1px solid rgba(201,165,108,.28);
  border-radius:18px;background:rgba(29,7,16,.94);box-shadow:0 22px 62px rgba(29,7,16,.32);
  -webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)
}
.yh-contact-dock__label{display:block;padding:2px 7px 8px;color:var(--yh-gold-300);font-size:9px;letter-spacing:.16em;text-transform:uppercase;font-weight:800}
.yh-contact-dock__item{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;padding:10px;border-radius:12px;color:#fff;text-decoration:none;transition:background .2s ease,transform .2s ease}
.yh-contact-dock__item:hover{background:rgba(255,255,255,.08);transform:translateY(-1px)}
.yh-contact-dock__item--wa{background:rgba(201,165,108,.09)}
.yh-contact-dock__icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(201,165,108,.28);border-radius:50%;color:var(--yh-gold-300)}
.yh-contact-dock__icon svg{width:19px;height:19px;fill:currentColor}
.yh-contact-dock__item strong{display:block;font-size:12px}
.yh-contact-dock__item small{display:block;margin-top:2px;color:rgba(255,255,255,.54);font-size:9px}
@media(max-width:560px){
  .yh-contact-dock{left:12px;right:12px;bottom:12px;width:auto;display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:7px}
  .yh-contact-dock__label{display:none}
  .yh-contact-dock__item{grid-template-columns:30px 1fr;padding:8px}
  .yh-contact-dock__icon{width:30px;height:30px}
  .yh-contact-dock__item small{display:none}
  .yh-mobile-cta{bottom:78px}
  body{padding-bottom:80px}
}

@media(max-width:560px){
  .yh-has-contact-dock .yh-mobile-cta{display:none!important}
  .yh-has-contact-dock .yh-match-teaser{bottom:86px}
}


/* ---------- Mobile V3 refinement: compact nav + lighter contact dock ---------- */
@media(max-width:820px){
  .yh-nav-wrap{
    padding:10px 12px;
    transition:padding .3s var(--yh-ease);
  }
  .yh-nav{
    min-height:72px;
    border-radius:20px;
    transition:min-height .3s var(--yh-ease),padding .3s var(--yh-ease),border-radius .3s var(--yh-ease),background .3s var(--yh-ease),box-shadow .3s var(--yh-ease);
  }
  .yh-brand{min-width:0;transition:gap .3s var(--yh-ease)}
  .yh-brand-mark,.yh-menu-btn,.yh-brand-line,.yh-brand-master{transition:all .3s var(--yh-ease)}
  .yh-nav-wrap.is-compact{padding:6px 10px}
  .yh-nav-wrap.is-compact .yh-nav{min-height:58px;padding:5px 7px 5px 10px;border-radius:16px}
  .yh-nav-wrap.is-compact .yh-brand{gap:8px}
  .yh-nav-wrap.is-compact .yh-brand-mark{width:34px;height:34px}
  .yh-nav-wrap.is-compact .yh-brand-master{font-size:9px;letter-spacing:.14em}
  .yh-nav-wrap.is-compact .yh-brand-line{font-size:15px;margin-top:4px}
  .yh-nav-wrap.is-compact .yh-menu-btn{width:38px;height:38px;border-radius:12px}
  .yh-nav-wrap.is-compact .yh-menu-btn span,
  .yh-nav-wrap.is-compact .yh-menu-btn::before,
  .yh-nav-wrap.is-compact .yh-menu-btn::after{width:17px}
}

.yh-contact-dock{
  opacity:0;
  transform:translateY(12px);
  pointer-events:none;
  transition:opacity .28s var(--yh-ease),transform .28s var(--yh-ease),filter .2s ease;
}
.yh-contact-dock.is-visible{opacity:1;transform:none;pointer-events:auto}
.yh-contact-dock.is-muted{opacity:.22;pointer-events:none;filter:saturate(.6)}

@media(max-width:560px){
  .yh-contact-dock{
    left:10px;right:10px;bottom:8px;
    padding:4px;gap:4px;border-radius:14px;
  }
  .yh-contact-dock__item{
    grid-template-columns:26px 1fr;gap:7px;
    min-height:48px;padding:6px 9px;border-radius:10px;
  }
  .yh-contact-dock__icon{width:26px;height:26px}
  .yh-contact-dock__icon svg{width:15px;height:15px}
  .yh-contact-dock__item strong{font-size:11px}
  .yh-has-contact-dock .yh-match-teaser{bottom:72px}
  body{padding-bottom:64px}
}


/* ---------- Contrast refinement: destination cards + contact dock ---------- */
.yh-destination h3{
  color:#FAF6EF;
  text-shadow:0 2px 18px rgba(17,5,10,.34);
}
.yh-destination::after{
  background:linear-gradient(0deg,rgba(17,5,10,.90) 0%,rgba(17,5,10,.50) 48%,rgba(17,5,10,.10) 78%);
}
.yh-destination__eyebrow,
.yh-destination__link{
  text-shadow:0 1px 12px rgba(17,5,10,.28);
}

.yh-contact-dock{
  border-color:rgba(216,189,135,.44);
  background:rgba(29,7,16,.97);
}
.yh-contact-dock__item,
.yh-contact-dock__item:visited,
.yh-contact-dock__item strong{
  color:#FAF6EF !important;
}
.yh-contact-dock__item small{
  color:#E7D5AE !important;
}
.yh-contact-dock__icon{
  color:#D8BD87;
  border-color:rgba(216,189,135,.48);
}
.yh-contact-dock.is-muted{
  opacity:.62;
}


/* ==========================================================================
   Navigation contrast states · audit fix
   ========================================================================== */
.yh-nav{
  background:rgba(29,7,16,.90);
  border-color:rgba(255,255,255,.18);
}
.yh-brand-master,
.yh-brand-line{
  color:#FAF6EF;
}
.yh-desktop-nav a{
  color:rgba(250,246,239,.90);
}
.yh-desktop-nav a:hover,
.yh-desktop-nav a:focus-visible{
  color:#E7D5AE;
}
.yh-desktop-nav a::after{
  background:#D8BD87;
}
.yh-menu-btn{
  color:#FAF6EF;
  border-color:rgba(250,246,239,.24);
  background:rgba(255,255,255,.07);
}
.yh-nav-wrap.is-scrolled .yh-nav{
  background:rgba(250,246,239,.96);
  border-color:rgba(43,13,22,.10);
}
.yh-nav-wrap.is-scrolled .yh-brand-master,
.yh-nav-wrap.is-scrolled .yh-brand-line{
  color:#2B0D16;
}
.yh-nav-wrap.is-scrolled .yh-desktop-nav a{
  color:#44373B;
}
.yh-nav-wrap.is-scrolled .yh-desktop-nav a:hover,
.yh-nav-wrap.is-scrolled .yh-desktop-nav a:focus-visible{
  color:#2B0D16;
}
.yh-nav-wrap.is-scrolled .yh-desktop-nav a::after{
  background:#88324F;
}
.yh-nav-wrap.is-scrolled .yh-menu-btn{
  color:#2B0D16;
  border-color:rgba(43,13,22,.12);
  background:#fff;
}
.yh-desktop-nav a:focus-visible,
.yh-nav-cta:focus-visible,
.yh-menu-btn:focus-visible{
  outline:2px solid #D8BD87;
  outline-offset:4px;
}

@media(max-width:820px){
  .yh-nav{
    background:rgba(250,246,239,.96);
    border-color:rgba(43,13,22,.10);
  }
  .yh-brand-master,
  .yh-brand-line,
  .yh-menu-btn{
    color:#2B0D16;
  }
  .yh-menu-btn{
    background:#fff;
    border-color:rgba(43,13,22,.12);
  }
}


/* iPhone / mobile browser safe areas */
@media(max-width:560px){
  .yh-contact-dock{
    bottom:max(8px,env(safe-area-inset-bottom));
  }
  body.yh-has-contact-dock{
    padding-bottom:calc(64px + env(safe-area-inset-bottom));
  }
}


/* ==========================================================================
   DESTINATION NAV FINAL OVERRIDE · 2026-09-22
   Keep hero navigation readable over dark imagery; invert only after scroll.
   ========================================================================== */
@media (min-width:821px){
  .yhd-page .yh-nav-wrap:not(.is-scrolled) .yh-nav{
    background:rgba(29,7,16,.92)!important;
    border-color:rgba(255,255,255,.18)!important;
  }
  .yhd-page .yh-nav-wrap:not(.is-scrolled) .yh-brand-master,
  .yhd-page .yh-nav-wrap:not(.is-scrolled) .yh-brand-line,
  .yhd-page .yh-nav-wrap:not(.is-scrolled) .yh-desktop-nav a{
    color:#FAF6EF!important;
  }
  .yhd-page .yh-nav-wrap:not(.is-scrolled) .yh-desktop-nav a:hover,
  .yhd-page .yh-nav-wrap:not(.is-scrolled) .yh-desktop-nav a:focus-visible{
    color:#E7D5AE!important;
  }
  .yhd-page .yh-nav-wrap:not(.is-scrolled) .yh-desktop-nav a::after{
    background:#D8BD87!important;
  }

  .yhd-page .yh-nav-wrap.is-scrolled .yh-nav{
    background:rgba(250,246,239,.97)!important;
    border-color:rgba(43,13,22,.10)!important;
  }
  .yhd-page .yh-nav-wrap.is-scrolled .yh-brand-master,
  .yhd-page .yh-nav-wrap.is-scrolled .yh-brand-line,
  .yhd-page .yh-nav-wrap.is-scrolled .yh-desktop-nav a{
    color:#2B0D16!important;
  }
  .yhd-page .yh-nav-wrap.is-scrolled .yh-desktop-nav a:hover,
  .yhd-page .yh-nav-wrap.is-scrolled .yh-desktop-nav a:focus-visible{
    color:#88324F!important;
  }
}
