
:root{--navy:#061a3a;--navy2:#0b2a57;--gold:#d9ad55;--gold2:#f2d28b;--ink:#132039;--paper:#f7f8fb;--muted:#6d7788;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{color:inherit}
.wrap{width:min(1180px,92vw);margin:auto}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;border-radius:14px;padding:16px 24px;transition:.2s;box-shadow:0 12px 28px rgba(0,0,0,.18)}.btn:hover{transform:translateY(-2px)}
.gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#06204a}.white{background:#fff;color:var(--navy)}
.hero{min-height:92vh;display:grid;place-items:center;position:relative;overflow:hidden;background:#061a3a center/cover no-repeat}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,42,.96),rgba(3,17,42,.82) 42%,rgba(3,17,42,.18) 75%,rgba(3,17,42,.06))}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(3,17,42,.92))}
.hero-copy{position:relative;z-index:2;max-width:680px;color:white;padding:90px 0 110px}.eyebrow{font-weight:800;letter-spacing:.08em;color:var(--gold2);font-size:15px}.hero h1{font-size:clamp(42px,6vw,78px);line-height:1.08;margin:14px 0 20px;letter-spacing:-.05em}.hero h1 span{color:var(--gold2)}.lead{font-size:clamp(18px,2vw,24px);color:#edf3ff;margin:0 0 28px}.pills,.ctas{display:flex;gap:10px;flex-wrap:wrap}.pill{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08);padding:10px 14px;border-radius:999px;font-weight:700;font-size:14px}.ctas{margin-top:26px}
section{padding:84px 0}.section-head{text-align:center;max-width:780px;margin:0 auto 42px}.kicker{color:#9d7224;font-weight:900;letter-spacing:.06em}.section-head h2,.floor h2,.reserve h2{font-size:clamp(30px,4vw,48px);line-height:1.2;margin:8px 0 14px;letter-spacing:-.04em}.sub{color:var(--muted);font-size:18px}
.features{background:var(--paper)}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid #e8ebf1;border-radius:20px;padding:26px;box-shadow:0 10px 30px rgba(12,35,72,.06)}.card .icon{font-size:30px}.card h3{font-size:20px;margin:10px 0 8px}.card p{margin:0;color:var(--muted)}
.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:14px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px;display:block}.gallery .big{grid-row:span 2;min-height:520px}.gallery .small{min-height:250px}
.community{background:linear-gradient(180deg,#071b3b,#0a254d);color:white}.community .sub{color:#ccd7eb}.comm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.comm-card{position:relative;border-radius:18px;overflow:hidden;min-height:300px}.comm-card img{width:100%;height:100%;object-fit:cover}.comm-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.78))}.comm-label{position:absolute;left:20px;bottom:18px;z-index:2}.comm-label b{font-size:22px;display:block}.comm-label span{color:#f0d795}
.floor{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.floor img{width:100%;border-radius:18px;border:1px solid #e1e5ed}.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.spec{padding:18px;border-radius:16px;background:#f7f8fb;border:1px solid #e5e9f0}.spec b{display:block;color:var(--navy);font-size:22px}
.reserve{background:linear-gradient(135deg,#061a3a,#0b2d60);color:#fff;text-align:center}.reserve-box{max-width:860px;margin:auto;padding:46px;border:1px solid rgba(255,255,255,.15);border-radius:28px;background:rgba(255,255,255,.06)}.reserve-box p{color:#d9e4f6}
.footer{background:#031126;color:#aab7cb;padding:28px 0 90px;text-align:center;font-size:13px}.sticky{position:fixed;left:50%;bottom:14px;transform:translateX(-50%);z-index:30;display:flex;gap:8px;width:min(720px,94vw);padding:8px;border-radius:18px;background:rgba(3,17,38,.9);backdrop-filter:blur(12px);box-shadow:0 16px 50px rgba(0,0,0,.28)}.sticky a{flex:1;padding:13px 14px;border-radius:12px;text-align:center;text-decoration:none;font-weight:900}.sticky .book{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#092047}.sticky .call{background:#fff;color:var(--navy)}
@media(max-width:900px){.hero{min-height:auto;background-position:65% center}.hero-copy{padding:74px 0 110px}.grid4{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.gallery .big{grid-column:1/-1;grid-row:auto;min-height:380px}.comm-grid,.floor{grid-template-columns:1fr}}
@media(max-width:560px){section{padding:62px 0}.grid4,.gallery,.specs{grid-template-columns:1fr}.gallery .small,.gallery .big{min-height:260px}.reserve-box{padding:30px 20px}.sticky{bottom:8px}.sticky a{font-size:14px}}

.extra-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.extra-card{background:#fff;border:1px solid #e5e9f0;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(10,32,65,.07)}
.extra-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:#eef2f7}
.extra-card-body{padding:18px 18px 20px}
.extra-card h3{font-size:21px;margin:0 0 6px;letter-spacing:-.03em;color:#0b2148}
.extra-card p{margin:0;color:#6d7788;font-size:15px;white-space:pre-line}
@media(max-width:900px){.extra-gallery{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.extra-gallery{grid-template-columns:1fr}}

/* V3: Korean mobile typography */
body,h1,h2,h3,p,span,a,b,button,label,input,textarea,figcaption{
  word-break:keep-all;
  overflow-wrap:break-word;
}
h1,h2,.section-head h2,.hero h1{
  text-wrap:balance;
}
p,.lead,.sub{
  text-wrap:pretty;
}
.hero-white{color:#fff!important}
.media-card{margin:0;position:relative;overflow:hidden;border-radius:18px;background:#fff}
.media-card img{width:100%;height:100%;object-fit:cover;display:block}
.media-card figcaption{position:absolute;left:12px;bottom:12px;background:rgba(3,17,42,.78);color:#fff;padding:7px 10px;border-radius:9px;font-weight:800;font-size:14px}
.floorplan-img{width:100%;border-radius:18px;border:1px solid #e1e5ed}
.community-kicker,.reserve-kicker{color:#f0d795!important}
.reserve-ctas{justify-content:center}
.extra-gallery{justify-content:center}
.extra-gallery:has(.extra-card:nth-child(1):last-child){grid-template-columns:minmax(0,420px)}
.extra-gallery:has(.extra-card:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,420px))}
@media(max-width:900px){
  .hero h1{font-size:clamp(38px,9vw,58px)}
  .hero-copy{max-width:82vw}
  .section-head{max-width:88vw}
  .section-head h2,.floor h2,.reserve h2{font-size:clamp(28px,7vw,42px)}
}
@media(max-width:560px){
  body{font-size:15px}
  .wrap{width:min(92vw,1180px)}
  .hero{background-position:62% center}
  .hero-copy{max-width:100%;padding:62px 0 104px}
  .hero h1{font-size:clamp(34px,11vw,48px);line-height:1.13}
  .lead{font-size:17px;line-height:1.75}
  .pills{gap:7px}.pill{font-size:12px;padding:8px 10px}
  .ctas{display:grid;grid-template-columns:1fr}
  .btn{width:100%;padding:14px 16px}
  .section-head{max-width:100%;margin-bottom:30px}
  .section-head h2,.floor h2,.reserve h2{font-size:30px;line-height:1.28}
  .sub{font-size:16px;line-height:1.8}
  .card h3,.extra-card h3,.comm-label b{font-size:19px}
  .gallery{gap:12px}
  .media-card.big,.media-card.small{min-height:0}
  .media-card img{aspect-ratio:4/3;height:auto}
  .floor{gap:22px}
  .spec b{font-size:18px}
  .sticky{gap:6px}
  .sticky a{font-size:12px;line-height:1.3;padding:11px 7px}
}

/* V4: stronger Korean word-safe responsive typography */
html,body{max-width:100%;overflow-x:hidden}
body,h1,h2,h3,h4,p,span,a,b,strong,em,button,label,figcaption,.pill,.comm-label,.spec{
  word-break:keep-all;
  overflow-wrap:normal;
  line-break:strict;
}
input,textarea{word-break:normal;overflow-wrap:break-word}
.hero h1,.section-head h2,.floor h2,.reserve h2,.card h3,.extra-card h3,.comm-label b{
  word-break:keep-all;
  overflow-wrap:normal;
}
@media(max-width:560px){
  .hero h1{font-size:clamp(30px,9.5vw,42px);line-height:1.2;letter-spacing:-.04em}
  .section-head h2,.floor h2,.reserve h2{font-size:clamp(27px,8vw,32px);line-height:1.35;letter-spacing:-.035em}
  .hero-copy,.section-head,.card,.extra-card-body,.reserve-box{min-width:0}
  .lead,.sub,.card p,.extra-card p,.reserve-box p{word-break:keep-all;overflow-wrap:normal}
}


/* V5: mobile polish based on real-device screenshots */
@media(max-width:560px){

  /* Overall rhythm */
  section{padding:48px 0}
  .wrap{width:min(90vw,1180px)}
  .section-head{margin-bottom:24px}
  .kicker{font-size:13px;letter-spacing:.07em}

  /* Hero: reduce visual height and prevent oversized CTA blocks */
  .hero{min-height:0;background-position:60% center}
  .hero-copy{padding:54px 0 92px}
  .eyebrow{font-size:13px;letter-spacing:.07em}
  .hero h1{
    font-size:clamp(31px,9.2vw,40px);
    line-height:1.16;
    margin:12px 0 18px;
  }
  .lead{
    font-size:16px;
    line-height:1.72;
    margin-bottom:22px;
    max-width:100%;
  }
  .pills{gap:7px}
  .pill{
    font-size:11.5px;
    line-height:1.35;
    padding:8px 10px;
    white-space:nowrap;
  }
  .ctas{margin-top:20px;gap:10px}
  .btn{
    min-height:52px;
    padding:12px 14px;
    border-radius:13px;
    font-size:15px;
  }

  /* Section headings */
  .section-head h2,.floor h2,.reserve h2{
    font-size:clamp(25px,7.4vw,30px);
    line-height:1.34;
    margin:7px 0 11px;
  }
  .sub{
    font-size:15px;
    line-height:1.7;
    max-width:92%;
    margin-left:auto;
    margin-right:auto;
  }

  /* Feature cards: less vertical whitespace */
  .grid4{gap:12px}
  .card{
    padding:20px 18px;
    border-radius:17px;
  }
  .card .icon{font-size:26px}
  .card h3{
    font-size:18px;
    line-height:1.4;
    margin:8px 0 6px;
  }
  .card p{
    font-size:14px;
    line-height:1.65;
  }

  /* Interior: consistent image ratios instead of very tall images */
  .gallery{gap:14px}
  .media-card{
    border-radius:16px;
  }
  .media-card.big,.media-card.small{
    min-height:0!important;
  }
  .media-card img{
    width:100%;
    height:auto!important;
    aspect-ratio:4/3;
    object-fit:cover;
  }
  .media-card figcaption{
    left:10px;
    bottom:10px;
    font-size:13px;
    padding:6px 9px;
  }

  /* Community / additional gallery */
  .extra-gallery,.comm-grid{gap:14px}
  .extra-card,.comm-card{border-radius:16px}
  .extra-card-body{padding:15px 16px 17px}
  .extra-card h3,.comm-label b{font-size:18px}
  .extra-card p{font-size:14px;line-height:1.6}
  .comm-card{min-height:240px}
  .comm-label{left:16px;bottom:14px}

  /* Floor/specs */
  .floor{gap:20px}
  .specs{gap:9px}
  .spec{padding:14px;border-radius:14px}
  .spec b{font-size:17px;line-height:1.4}
  .floorplan-img{border-radius:15px}

  /* Reservation */
  .reserve-box{padding:26px 18px;border-radius:20px}
  .reserve-box p{font-size:15px;line-height:1.7}

  /* Sticky CTA: make it thinner so it covers less content */
  .sticky{
    width:calc(100vw - 24px);
    bottom:8px;
    padding:6px;
    gap:6px;
    border-radius:16px;
  }
  .sticky a{
    min-width:0;
    padding:10px 7px;
    border-radius:11px;
    font-size:11.5px;
    line-height:1.25;
    white-space:nowrap;
  }

  /* Give page enough breathing room above fixed CTA */
  .footer{padding-bottom:78px}
}

/* Extra-small phones */
@media(max-width:390px){
  .hero h1{font-size:30px}
  .section-head h2,.floor h2,.reserve h2{font-size:25px}
  .lead{font-size:15px}
  .pill{font-size:10.8px;padding:7px 9px}
  .sticky a{font-size:10.8px}
}

/* V6 inline reservation form */
.visit-form{margin-top:26px;text-align:left}
.visit-form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
.visit-field{display:grid;gap:7px;font-weight:800}
.visit-field span{color:#fff;font-size:14px}
.visit-field input{
  width:100%;min-width:0;border:1px solid rgba(255,255,255,.28);
  background:#fff;color:#10203a;border-radius:12px;padding:14px 13px;
  font:inherit;outline:none
}
.visit-field input:focus{border-color:#f2d28b;box-shadow:0 0 0 3px rgba(242,210,139,.2)}
.consent{display:flex;align-items:flex-start;gap:9px;margin:15px 0;color:#d9e4f6;font-size:13px;line-height:1.55}
.consent input{margin-top:3px;flex:0 0 auto}
.visit-submit{width:100%;box-shadow:none;border:0}
.form-status{min-height:24px;margin-top:10px;text-align:center;font-weight:800}
.form-status.ok{color:#bff0ce}.form-status.err{color:#ffd0d0}
.reserve-phone{display:inline-block;margin-top:14px;color:#fff;font-weight:900;text-decoration:none;font-size:20px}
.specs{grid-template-columns:repeat(3,1fr)}

@media(max-width:900px){
  .visit-form-grid{grid-template-columns:1fr}
  .specs{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .visit-form{margin-top:20px}
  .visit-field span{font-size:13px}
  .visit-field input{padding:13px 12px}
  .consent{font-size:12px}
  .visit-submit{min-height:50px}
  .reserve-phone{font-size:18px}
  .specs{grid-template-columns:1fr}
  body{padding-bottom:74px}
  .sticky{bottom:8px}
  .sticky a{padding:9px 6px}
}


/* V7: refined mobile hero CTA spacing and proportions */
@media(max-width:560px){
  /* Hero: keep content compact but move primary CTAs lower */
  .hero{
    min-height:auto;
    background-position:60% center;
  }
  .hero-copy{
    padding:54px 0 72px;
  }

  /* Give the pill row and CTAs a clearer vertical rhythm */
  .pills{
    margin-bottom:0;
  }
  .ctas{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    width:90%;
    margin:34px auto 0;
  }

  /* Primary hero buttons: narrower than screen with comfortable inner space */
  .hero .ctas .btn{
    width:100%;
    min-height:58px;
    padding:13px 18px;
    border-radius:16px;
    font-size:15px;
    line-height:1.3;
    box-shadow:0 10px 24px rgba(0,0,0,.16);
  }

  /* Avoid an overly tall empty area under the hero buttons */
  .hero + section{
    padding-top:44px;
  }

  /* Sticky CTA: smaller footprint and more side breathing room */
  .sticky{
    width:calc(100vw - 34px);
    bottom:10px;
    padding:6px;
    gap:7px;
    border-radius:18px;
  }
  .sticky a{
    padding:10px 8px;
    border-radius:12px;
    font-size:11px;
    line-height:1.2;
    white-space:nowrap;
  }

  /* Keep page content clear of the fixed CTA */
  body{
    padding-bottom:82px;
  }
}

@media(max-width:390px){
  .ctas{
    width:88%;
    margin-top:30px;
  }
  .hero .ctas .btn{
    min-height:54px;
    font-size:14px;
    padding:12px 14px;
  }
  .sticky{
    width:calc(100vw - 24px);
  }
  .sticky a{
    font-size:10.5px;
    padding:9px 6px;
  }
}


/* =========================================================
   V8 FINAL: CTA pills / internal reservation / logo / 3 floorplans / final phone
   ========================================================= */

/* Hero logo */
.hero .wrap{position:relative}
.hero-logo-wrap{
  position:absolute;
  top:28px;
  left:0;
  z-index:3;
  max-width:230px;
  line-height:0;
}
.hero-logo-wrap[hidden]{display:none!important}
.hero-logo{
  display:block;
  max-width:100%;
  width:auto;
  height:auto;
  max-height:68px;
  object-fit:contain;
  object-position:left center;
  background:transparent;
  filter:drop-shadow(0 3px 10px rgba(0,0,0,.12));
}
.hero-logo-wrap:not([hidden]) + .hero-copy{padding-top:108px}

/* Hero CTAs: capsule-shaped, with more breathing room */
.hero .ctas{
  margin-top:38px;
  gap:14px;
}
.hero .ctas .btn{
  border-radius:999px;
  min-height:62px;
  padding:14px 28px;
}
.hero .ctas .gold{box-shadow:0 13px 30px rgba(0,0,0,.18)}
.hero .ctas .white{box-shadow:0 13px 30px rgba(0,0,0,.16)}

/* Built-in reservation section anchor */
#reserveSection{scroll-margin-top:24px}

/* Up to 3 floorplans */
.floor-section-wrap{display:grid;gap:34px}
.floor-copy{max-width:920px;margin:0 auto;width:100%;text-align:center}
.floor-copy .sub{margin-left:auto;margin-right:auto}
.floor-copy .specs{margin-top:24px}
.floorplan-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.floorplan-gallery.count-1{grid-template-columns:minmax(0,820px);justify-content:center}
.floorplan-gallery.count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:960px;margin:auto;width:100%}
.floorplan-card{
  margin:0;
  background:#fff;
  border:1px solid #e1e5ed;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(11,31,62,.08);
}
.floorplan-card img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  background:#fff;
}
.floorplan-card figcaption{
  padding:11px 14px;
  text-align:center;
  font-weight:900;
  color:var(--navy);
  background:#f8f9fc;
}

/* Final phone CTA: large, readable and page-width balanced */
.reserve-phone{
  margin:20px auto 0;
  width:min(620px,100%);
  min-height:78px;
  padding:14px 26px;
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  text-decoration:none;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
  line-height:1.15;
}
.reserve-phone-label{
  font-size:17px;
  font-weight:900;
  opacity:.84;
}
.reserve-phone strong{
  font-size:30px;
  font-weight:950;
  letter-spacing:.01em;
}

/* Sticky CTA: same capsule language */
.sticky{border-radius:999px}
.sticky a{border-radius:999px}

/* Admin preview helper styles (admin page itself has inline base styles) */
.logo-photo img{object-fit:contain!important;background:#eef2f7!important}

@media(max-width:900px){
  .floorplan-gallery{grid-template-columns:1fr 1fr}
  .floorplan-gallery.count-1{grid-template-columns:1fr}
}

@media(max-width:700px){
  .hero-logo-wrap{top:18px;left:0;max-width:180px}
  .hero-logo{max-height:54px}
  .hero-logo-wrap:not([hidden]) + .hero-copy{padding-top:78px}
}

@media(max-width:560px){
  .hero-copy{padding-bottom:58px}

  .hero .ctas{
    width:86%;
    margin:48px auto 0;
    gap:13px;
  }
  .hero .ctas .btn{
    min-height:58px;
    padding:13px 16px;
    border-radius:999px;
    font-size:14.5px;
  }

  .floor-section-wrap{gap:24px}
  .floor-copy{text-align:left}
  .floor-copy .sub{max-width:100%;margin-left:0;margin-right:0}
  .floorplan-gallery,
  .floorplan-gallery.count-2,
  .floorplan-gallery.count-3{
    grid-template-columns:1fr;
    max-width:none;
    gap:14px;
  }
  .floorplan-card{border-radius:16px}

  .reserve-phone{
    min-height:70px;
    padding:13px 16px;
    gap:7px 10px;
  }
  .reserve-phone-label{font-size:14px}
  .reserve-phone strong{
    width:100%;
    text-align:center;
    font-size:24px;
  }

  .sticky{
    width:calc(100vw - 30px);
    border-radius:999px;
  }
  .sticky a{
    border-radius:999px;
    font-size:11px;
  }
}

@media(max-width:390px){
  .hero .ctas{width:84%;margin-top:44px}
  .hero-logo-wrap{max-width:165px}
  .reserve-phone strong{font-size:22px}
}

/* =========================================================
   V9 FINAL: hero CTA vertical-position refinement only
   ========================================================= */

/* Desktop/tablet: slightly more space above the two main CTA buttons */
.hero .ctas{
  margin-top:52px;
}

/* Mobile: move the visit-reservation / sales-inquiry buttons lower
   without changing their size, colors, font treatment, or capsule shape. */
@media(max-width:560px){
  .hero .ctas{
    margin-top:74px;
  }

  /* Keep enough space below the lowered buttons so the next section
     does not feel cramped. */
  .hero-copy{
    padding-bottom:72px;
  }
}

/* Extra-small phones */
@media(max-width:390px){
  .hero .ctas{
    margin-top:66px;
  }
}

/* =========================================================
   TRUE FINAL: premium hero CTA / logo cleanup / slimmer sticky
   ========================================================= */

/* Main hero CTA group: lower placement + premium card treatment */
.hero .hero-ctas{
  width:min(620px,92%);
  margin:58px 0 0;
  gap:14px;
}
.hero .hero-action{
  width:100%;
  min-height:78px;
  border-radius:999px;
  padding:10px 18px 10px 12px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) 26px;
  align-items:center;
  gap:15px;
  text-align:left;
  letter-spacing:-.02em;
}
.hero .hero-action-icon{
  width:56px;
  height:56px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--navy);
  font-size:27px;
  line-height:1;
  box-shadow:0 7px 18px rgba(0,0,0,.14);
  font-family:Arial,sans-serif;
}
.hero .hero-action-icon-phone{
  font-size:25px;
}
.hero .hero-action-copy{
  min-width:0;
  display:grid;
  gap:2px;
}
.hero .hero-action-copy strong{
  display:block;
  font-size:21px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:-.035em;
  white-space:normal;
}
.hero .hero-action-copy small{
  display:block;
  font-size:12.5px;
  line-height:1.35;
  font-weight:700;
  opacity:.72;
  letter-spacing:-.01em;
}
.hero .hero-action-arrow{
  justify-self:end;
  font-family:Arial,sans-serif;
  font-size:32px;
  font-weight:400;
  line-height:1;
  transform:translateY(-1px);
}
.hero .hero-action.gold{
  background:linear-gradient(135deg,#f8dfa0,#deb158);
  color:#071d43;
}
.hero .hero-action.white{
  background:rgba(255,255,255,.97);
  color:var(--navy);
}

/* Logo: transparent output is shown without a forced plate/background */
.hero-logo-wrap{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.hero-logo{
  background:transparent!important;
}

/* Final reservation phone CTA: a little tighter and better balanced */
.reserve-phone{
  gap:8px 14px;
  min-height:72px;
  padding:12px 24px;
}
.reserve-phone-label{
  letter-spacing:-.02em;
}
.reserve-phone strong{
  letter-spacing:.015em;
}

/* Slimmer fixed bottom CTA so it hides less page content */
.sticky{
  min-height:0;
  padding:5px;
  gap:6px;
  border-radius:999px;
}
.sticky a{
  min-height:44px;
  padding:8px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  line-height:1.15;
}

/* Admin logo preview: transparent logos should visually sit on a neutral checker-like plate */
.logo-photo img{
  object-fit:contain!important;
  background:
    linear-gradient(45deg,#eef2f7 25%,transparent 25%),
    linear-gradient(-45deg,#eef2f7 25%,transparent 25%),
    linear-gradient(45deg,transparent 75%,#eef2f7 75%),
    linear-gradient(-45deg,transparent 75%,#eef2f7 75%),
    #fff!important;
  background-size:18px 18px!important;
  background-position:0 0,0 9px,9px -9px,-9px 0!important;
}

/* Mobile-specific final proportions */
@media(max-width:560px){
  .hero .hero-ctas{
    width:84%;
    margin:78px auto 0;
    gap:13px;
  }

  .hero .hero-action{
    min-height:72px;
    grid-template-columns:52px minmax(0,1fr) 22px;
    gap:12px;
    padding:9px 15px 9px 10px;
  }

  .hero .hero-action-icon{
    width:50px;
    height:50px;
    font-size:24px;
  }

  .hero .hero-action-icon-phone{
    font-size:23px;
  }

  .hero .hero-action-copy strong{
    font-size:17px;
    line-height:1.2;
  }

  .hero .hero-action-copy small{
    font-size:11px;
  }

  .hero .hero-action-arrow{
    font-size:27px;
  }

  .hero-copy{
    padding-bottom:76px;
  }

  .reserve-phone{
    width:min(92%,620px);
    min-height:66px;
    padding:11px 16px;
    gap:5px 8px;
  }
  .reserve-phone-label{
    font-size:13px;
  }
  .reserve-phone strong{
    width:100%;
    font-size:23px;
  }

  .sticky{
    width:calc(100vw - 26px);
    bottom:7px;
    padding:4px;
  }
  .sticky a{
    min-height:40px;
    padding:7px 7px;
    font-size:10.8px;
  }

  body{
    padding-bottom:72px;
  }
}

@media(max-width:390px){
  .hero .hero-ctas{
    width:82%;
    margin-top:70px;
  }
  .hero .hero-action{
    min-height:68px;
    grid-template-columns:48px minmax(0,1fr) 20px;
    gap:10px;
  }
  .hero .hero-action-icon{
    width:46px;
    height:46px;
    font-size:22px;
  }
  .hero .hero-action-copy strong{
    font-size:16px;
  }
  .hero .hero-action-copy small{
    font-size:10.5px;
  }
}
