
  :root{
    --ink:#1B1512;
    --bordeaux:#6E1E3D;
    --bordeaux-deep:#4E1530;
    --bordeaux-light:#9C3A5F;
    --rosegold:#C4915B;
    --rosegold-light:#DCB688;
    --cream:#FAF3E9;
    --paper:#FFFDFB;
    --blush:#EFDFD3;
    --blush-deep:#E4CCBB;
    --text:#2A211D;
    --text-muted:#7A6A60;
    --line:rgba(42,33,29,0.12);
    --shadow: 0 20px 50px -25px rgba(27,21,18,0.35);
    --radius: 22px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important;}
  }
  body{
    margin:0;
    background:var(--cream);
    color:var(--text);
    font-family:'Inter',sans-serif;
    -webkit-font-smoothing:antialiased;
  }
  a{color:inherit;text-decoration:none;}
  img,svg{display:block;max-width:100%;}
  h1,h2,h3{font-family:'Fraunces',serif; margin:0; letter-spacing:-0.01em;}
  p{margin:0;}
  ::selection{background:var(--bordeaux); color:var(--paper);}
  :focus-visible{outline:2px solid var(--bordeaux); outline-offset:3px; border-radius:4px;}

  .eyebrow{
    font-family:'IBM Plex Mono',monospace;
    font-size:12px;
    letter-spacing:0.16em;
    text-transform:uppercase;
    color:var(--bordeaux);
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
  }
  .eyebrow::before{
    content:'';
    width:20px;height:1px;
    background:var(--rosegold);
    display:inline-block;
  }
  .wrap{max-width:1180px; margin:0 auto; padding:0 28px;}
  section{padding:110px 0;}
  @media(max-width:720px){ section{padding:72px 0;} .wrap{padding:0 20px;} }

  /* ---------- NAV ---------- */
  .nav{
    position:sticky; top:0; z-index:100;
    background:rgba(250,243,233,0.88);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .nav-inner{
    max-width:1180px; margin:0 auto; padding:16px 28px;
    display:flex; align-items:center; justify-content:space-between;
  }
  .brand{
    font-family:'Fraunces',serif; font-size:20px; font-weight:600;
    display:flex; align-items:baseline; gap:6px;
  }
  .brand em{font-style:italic; font-weight:400; color:var(--bordeaux);}
  .nav-links{
    display:flex; gap:32px; align-items:center;
    font-size:14px; font-weight:500;
  }
  .nav-links a{opacity:0.75; transition:opacity 0.2s;}
  .nav-links a:hover{opacity:1;}
  .nav-cta{
    background:var(--ink); color:var(--paper) !important;
    padding:10px 20px; border-radius:100px;
    font-size:13px; font-weight:600;
    opacity:1 !important;
    transition:background 0.2s;
  }
  .nav-cta:hover{background:var(--bordeaux);}
  .nav-burger{display:none; background:none; border:none; cursor:pointer; padding:6px;}
  .nav-burger span{display:block; width:22px; height:2px; background:var(--ink); margin:5px 0; border-radius:2px;}
  @media(max-width:860px){
    .nav-links{display:none;}
    .nav-burger{display:block;}
  }

  /* ---------- HERO ---------- */
  .hero{
    padding:88px 0 60px;
    position:relative;
    overflow:hidden;
  }
  .hero-grid{
    display:grid; grid-template-columns:1.15fr 0.85fr; gap:60px; align-items:center;
  }
  @media(max-width:900px){ .hero-grid{grid-template-columns:1fr;} }
  .hero h1{
    font-size:clamp(48px,7vw,84px);
    line-height:0.94;
    font-weight:600;
  }
  .hero h1 .by{
    display:block;
    font-style:italic; font-weight:400;
    color:var(--bordeaux);
    font-size:0.5em;
    margin-top:6px;
  }
  .hero-sub{
    margin-top:26px;
    font-size:18px; line-height:1.6;
    color:var(--text-muted);
    max-width:480px;
  }
  .rating-badge{
    margin-top:28px;
    display:inline-flex; align-items:center; gap:10px;
    background:var(--paper); border:1px solid var(--line);
    padding:10px 16px; border-radius:100px;
    font-size:14px; font-weight:600;
    box-shadow:0 8px 20px -12px rgba(27,21,18,0.2);
  }
  .stars{color:var(--rosegold); letter-spacing:1px;}
  .hero-ctas{margin-top:36px; display:flex; gap:16px; flex-wrap:wrap;}
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:15px 28px; border-radius:100px;
    font-size:15px; font-weight:600;
    cursor:pointer; border:none;
    transition:transform 0.25s cubic-bezier(.2,.8,.2,1), background 0.25s, box-shadow 0.25s;
    font-family:'Inter',sans-serif;
  }
  .btn-primary{background:var(--bordeaux); color:var(--paper); box-shadow:0 14px 30px -14px rgba(110,30,61,0.65);}
  .btn-primary:hover{background:var(--bordeaux-deep); transform:translateY(-2px);}
  .btn-ghost{background:transparent; color:var(--ink); border:1px solid var(--line);}
  .btn-ghost:hover{border-color:var(--ink); transform:translateY(-2px);}

  /* signature swatch strip */
  .swatch-strip{
    margin-top:56px;
    display:flex; gap:18px; flex-wrap:wrap;
  }
  .swatch{
    width:58px; height:58px; border-radius:50%;
    position:relative; cursor:pointer;
    box-shadow: inset 0 -6px 10px rgba(0,0,0,0.18), inset 0 6px 8px rgba(255,255,255,0.35), 0 10px 18px -10px rgba(27,21,18,0.4);
    transition:transform 0.35s cubic-bezier(.2,.8,.2,1);
    opacity:0; transform:translateY(14px) scale(0.85);
    animation:swatchIn 0.6s cubic-bezier(.2,.8,.2,1) forwards;
    border:none;
  }
  .swatch:hover{transform:translateY(-6px) scale(1.06);}
  .swatch:nth-child(1){animation-delay:0.05s;}
  .swatch:nth-child(2){animation-delay:0.12s;}
  .swatch:nth-child(3){animation-delay:0.19s;}
  .swatch:nth-child(4){animation-delay:0.26s;}
  .swatch:nth-child(5){animation-delay:0.33s;}
  .swatch:nth-child(6){animation-delay:0.4s;}
  @keyframes swatchIn{ to{opacity:1; transform:translateY(0) scale(1);} }
  .ig-follow{
    display:inline-flex; align-items:center; gap:8px;
    margin-top:22px; font-size:13.5px; color:var(--text-muted);
    transition:color 0.2s;
  }
  .ig-follow:hover{color:var(--bordeaux);}
  .ig-follow b{color:var(--ink); font-weight:600;}
  .swatch-label{
    margin-top:14px;
    font-family:'IBM Plex Mono',monospace;
    font-size:11px; letter-spacing:0.06em; text-transform:uppercase;
    color:var(--text-muted);
  }

  .hero-visual{
    position:relative;
    display:flex; align-items:center; justify-content:center;
    height:100%;
  }
  .hero-nail-cluster{position:relative; width:100%; max-width:380px;}

  /* ---------- MARQUEE / TRUST BAR ---------- */
  .trust-bar{
    background:var(--ink); color:var(--blush);
    padding:16px 0; overflow:hidden;
    border-top:1px solid rgba(255,255,255,0.08);
    border-bottom:1px solid rgba(255,255,255,0.08);
  }
  .trust-track{
    display:flex; gap:48px; white-space:nowrap;
    animation:scrollTrack 28s linear infinite;
    width:max-content;
    font-family:'IBM Plex Mono',monospace;
    font-size:13px; letter-spacing:0.08em; text-transform:uppercase;
  }
  @keyframes scrollTrack{ from{transform:translateX(0);} to{transform:translateX(-50%);} }
  .trust-track span{opacity:0.7;}
  .trust-track span.hi{color:var(--rosegold-light); opacity:1;}

  /* ---------- ABOUT ---------- */
  .about-grid{
    display:grid; grid-template-columns:0.85fr 1.15fr; gap:70px; align-items:center;
  }
  @media(max-width:900px){ .about-grid{grid-template-columns:1fr; gap:40px;} }
  .about-portrait{
    aspect-ratio:4/5; border-radius:var(--radius);
    background:
      radial-gradient(circle at 30% 20%, rgba(255,255,255,0.5), transparent 45%),
      linear-gradient(155deg, var(--blush) 0%, var(--rosegold) 55%, var(--bordeaux) 100%);
    position:relative; overflow:hidden;
    box-shadow:var(--shadow);
  }
  .about-portrait img{
    width:100%; height:100%; object-fit:cover; display:block;
  }
  .about-portrait .initial{
    position:absolute; inset:0;
    display:flex; align-items:center; justify-content:center;
    font-family:'Fraunces',serif; font-style:italic; font-weight:400;
    font-size:180px; color:rgba(255,255,255,0.35);
  }
  h2.section-title{
    font-size:clamp(32px,4vw,46px); font-weight:600; line-height:1.08;
  }
  .about-copy{margin-top:22px; font-size:17px; line-height:1.75; color:var(--text-muted);}
  .about-copy p + p{margin-top:16px;}
  .pull-quote{
    margin-top:32px; padding-left:22px; border-left:2px solid var(--rosegold);
    font-family:'Fraunces',serif; font-style:italic; font-size:20px; line-height:1.5;
    color:var(--ink);
  }
  .pull-quote cite{
    display:block; margin-top:10px; font-family:'IBM Plex Mono',monospace;
    font-style:normal; font-size:12px; letter-spacing:0.05em; color:var(--text-muted);
  }

  /* ---------- SERVICES ---------- */
  .services-head{display:flex; justify-content:space-between; align-items:flex-end; gap:24px; flex-wrap:wrap; margin-bottom:52px;}
  .service-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  @media(max-width:940px){.service-grid{grid-template-columns:repeat(2,1fr);}}
  @media(max-width:620px){.service-grid{grid-template-columns:1fr;}}
  .service-card{
    background:var(--paper); border-radius:18px; padding:30px 26px;
    border:1px solid var(--line);
    transition:transform 0.3s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s;
    display:flex; flex-direction:column; gap:16px;
  }
  .service-card:hover{transform:translateY(-6px); box-shadow:var(--shadow);}
  .service-top{display:flex; align-items:center; justify-content:space-between;}
  .service-swatch{width:34px; height:34px; border-radius:50%; box-shadow: inset 0 -4px 6px rgba(0,0,0,0.18), inset 0 4px 6px rgba(255,255,255,0.35);}
  .service-name{font-family:'Fraunces',serif; font-size:21px; font-weight:600;}
  .service-desc{font-size:14.5px; line-height:1.6; color:var(--text-muted); flex:1;}
  .service-meta{
    display:flex; justify-content:space-between; align-items:center;
    padding-top:14px; border-top:1px dashed var(--line);
    font-family:'IBM Plex Mono',monospace; font-size:12.5px;
  }
  .service-price{color:var(--bordeaux); font-weight:600;}
  .service-time{color:var(--text-muted);}

  /* ---------- GALLERY ---------- */
  .gallery-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:22px;
  }
  @media(max-width:900px){.gallery-grid{grid-template-columns:1fr;}}
  .gallery-card{
    background:var(--paper); border-radius:18px; padding:24px 18px 18px;
    border:1px solid var(--line);
    display:flex; flex-direction:column; align-items:center; gap:14px;
    transition:transform 0.3s;
  }
  .gallery-card:hover{transform:translateY(-5px); box-shadow:var(--shadow);}
  .gallery-card.photo{padding:12px;}
  .gallery-card.photo img{
    width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:12px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
  }
  .gallery-caption{font-size:12.5px; text-align:center; color:var(--text-muted); font-weight:500;}

  /* ---------- REVIEWS ---------- */
  .review-summary{
    display:flex; align-items:center; gap:28px; margin-bottom:52px; flex-wrap:wrap;
  }
  .rating-big{font-family:'Fraunces',serif; font-size:72px; font-weight:600; line-height:1;}
  .rating-side{font-size:14px; color:var(--text-muted); line-height:1.5;}
  .review-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  @media(max-width:940px){.review-grid{grid-template-columns:repeat(2,1fr);}}
  @media(max-width:640px){.review-grid{grid-template-columns:1fr;}}
  .review-card{
    background:var(--paper); border:1px solid var(--line); border-radius:18px; padding:26px;
    display:flex; flex-direction:column; gap:14px;
  }
  .review-stars{color:var(--rosegold); font-size:14px; letter-spacing:2px;}
  .review-text{font-size:15px; line-height:1.65; color:var(--text);}
  .review-who{display:flex; align-items:center; gap:10px; margin-top:auto; padding-top:6px;}
  .review-avatar{
    width:32px; height:32px; border-radius:50%;
    background:linear-gradient(135deg, var(--rosegold), var(--bordeaux));
    display:flex; align-items:center; justify-content:center;
    color:var(--paper); font-family:'Fraunces',serif; font-size:13px;
  }
  .review-name{font-size:13px; font-weight:600;}
  .review-meta{font-size:11.5px; color:var(--text-muted);}

  /* ---------- BOOKING ---------- */
  .booking-section{background:var(--ink); color:var(--blush); border-radius:32px; margin:0 28px; padding:70px 46px;}
  @media(max-width:720px){.booking-section{margin:0 12px; padding:48px 22px; border-radius:24px;}}
  .booking-section .eyebrow{color:var(--rosegold-light);}
  .booking-section .eyebrow::before{background:var(--rosegold);}
  .booking-section h2{color:var(--paper);}
  .coats{display:flex; gap:10px; margin:36px 0 44px; max-width:520px;}
  .coat{
    flex:1; text-align:center; padding:14px 8px; border-radius:12px;
    background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.1);
    font-family:'IBM Plex Mono',monospace; font-size:11.5px; letter-spacing:0.04em;
    color:rgba(239,223,211,0.5);
    cursor:pointer; transition:all 0.3s;
  }
  .coat.active{background:var(--bordeaux); border-color:var(--bordeaux); color:var(--paper);}
  .coat.done{background:rgba(196,145,91,0.18); border-color:var(--rosegold); color:var(--rosegold-light);}
  .coat .coat-num{display:block; font-family:'Fraunces',serif; font-size:20px; font-style:italic; margin-bottom:4px; color:inherit;}

  .booking-panel{background:var(--paper); border-radius:22px; padding:36px; color:var(--text);}
  @media(max-width:640px){.booking-panel{padding:24px 20px;}}
  .panel-step{display:none;}
  .panel-step.active{display:block; animation:fadeUp 0.4s ease;}
  @keyframes fadeUp{ from{opacity:0; transform:translateY(10px);} to{opacity:1; transform:translateY(0);} }

  .svc-pick-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:22px;}
  @media(max-width:560px){.svc-pick-grid{grid-template-columns:1fr;}}
  .svc-pick{
    display:flex; align-items:center; gap:14px;
    padding:16px 18px; border-radius:14px; border:1.5px solid var(--line);
    cursor:pointer; transition:all 0.2s; text-align:left; background:var(--paper); width:100%;
    font-family:'Inter',sans-serif;
  }
  .svc-pick:hover{border-color:var(--rosegold);}
  .svc-pick.selected{border-color:var(--bordeaux); background:var(--blush);}
  .svc-pick-swatch{width:26px; height:26px; border-radius:50%; flex-shrink:0; box-shadow: inset 0 -3px 5px rgba(0,0,0,0.18), inset 0 3px 5px rgba(255,255,255,0.35);}
  .svc-pick-name{font-weight:600; font-size:14.5px;}
  .svc-pick-sub{font-size:12px; color:var(--text-muted); font-family:'IBM Plex Mono',monospace;}

  .date-scroller{display:flex; gap:10px; overflow-x:auto; padding:22px 2px 10px; -webkit-overflow-scrolling:touch;}
  .date-pill{
    flex:0 0 auto; width:64px; padding:12px 6px; border-radius:14px; border:1.5px solid var(--line);
    text-align:center; cursor:pointer; transition:all 0.2s; background:var(--paper);
  }
  .date-pill:hover{border-color:var(--rosegold);}
  .date-pill.selected{border-color:var(--bordeaux); background:var(--bordeaux); color:var(--paper);}
  .date-pill .dow{font-family:'IBM Plex Mono',monospace; font-size:10px; text-transform:uppercase; opacity:0.7;}
  .date-pill .dnum{font-family:'Fraunces',serif; font-size:22px; font-weight:600; margin-top:2px;}
  .date-pill .dmon{font-size:10px; margin-top:2px;}

  .time-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-top:18px;}
  @media(max-width:560px){.time-grid{grid-template-columns:repeat(3,1fr);}}
  .time-slot{
    padding:12px 6px; border-radius:12px; border:1.5px solid var(--line); text-align:center;
    font-family:'IBM Plex Mono',monospace; font-size:13px; cursor:pointer; transition:all 0.2s; background:var(--paper);
  }
  .time-slot:hover:not(.taken){border-color:var(--rosegold);}
  .time-slot.selected{border-color:var(--bordeaux); background:var(--bordeaux); color:var(--paper);}
  .time-slot.taken{opacity:0.35; cursor:not-allowed; text-decoration:line-through;}

  .field-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:22px;}
  @media(max-width:560px){.field-grid{grid-template-columns:1fr;}}
  .field{display:flex; flex-direction:column; gap:6px;}
  .field.full{grid-column:1/-1;}
  .field label{font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:0.04em; color:var(--text-muted); font-family:'IBM Plex Mono',monospace;}
  .field input, .field textarea{
    padding:13px 14px; border-radius:10px; border:1.5px solid var(--line);
    font-family:'Inter',sans-serif; font-size:14.5px; background:var(--paper); color:var(--text);
  }
  .field input:focus, .field textarea:focus{border-color:var(--bordeaux); outline:none;}
  .field textarea{resize:vertical; min-height:70px;}

  .panel-nav{display:flex; justify-content:space-between; align-items:center; margin-top:32px; gap:14px; flex-wrap:wrap;}
  .summary-chip{
    background:var(--blush); border-radius:12px; padding:16px 18px; margin-top:22px;
    font-size:13.5px; line-height:1.7;
  }
  .summary-chip b{color:var(--bordeaux);}

  .confirm-box{text-align:center; padding:20px 0;}
  .confirm-mark{
    width:64px; height:64px; border-radius:50%; background:var(--bordeaux); color:var(--paper);
    display:flex; align-items:center; justify-content:center; margin:0 auto 22px;
    font-size:28px;
  }

  /* ---------- FAQ ---------- */
  .faq-list{max-width:760px;}
  .faq-item{border-bottom:1px solid var(--line);}
  .faq-q{
    width:100%; text-align:left; background:none; border:none; cursor:pointer;
    padding:24px 0; display:flex; justify-content:space-between; align-items:center; gap:20px;
    font-family:'Fraunces',serif; font-size:19px; color:var(--ink);
  }
  .faq-icon{font-family:'IBM Plex Mono',monospace; font-size:18px; color:var(--rosegold); transition:transform 0.3s; flex-shrink:0;}
  .faq-item.open .faq-icon{transform:rotate(45deg);}
  .faq-a{max-height:0; overflow:hidden; transition:max-height 0.35s ease;}
  .faq-a-in{padding-bottom:24px; font-size:15px; line-height:1.7; color:var(--text-muted); max-width:600px;}

  /* ---------- FOOTER ---------- */
  footer{background:var(--ink); color:var(--blush); padding:70px 0 30px; margin-top:110px;}
  .footer-grid{display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:50px;}
  @media(max-width:760px){.footer-grid{grid-template-columns:1fr; gap:34px;}}
  footer h3{font-family:'Fraunces',serif; font-style:italic; font-weight:400; font-size:22px; color:var(--rosegold-light); margin-bottom:16px;}
  .footer-copy{font-size:14px; line-height:1.7; color:rgba(239,223,211,0.65); max-width:320px;}
  .footer-list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:12px; font-size:14px;}
  .footer-list a{color:rgba(239,223,211,0.75); transition:color 0.2s;}
  .footer-list a:hover{color:var(--paper);}
  .footer-bottom{
    margin-top:60px; padding-top:24px; border-top:1px solid rgba(255,255,255,0.1);
    display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
    font-size:12.5px; color:rgba(239,223,211,0.5); font-family:'IBM Plex Mono',monospace;
  }

  /* ---------- MOBILE STICKY BAR ---------- */
  .mobile-bar{
    display:none; position:fixed; bottom:0; left:0; right:0; z-index:200;
    background:var(--paper); border-top:1px solid var(--line);
    padding:12px 16px; box-shadow:0 -10px 30px -15px rgba(0,0,0,0.3);
  }
  .mobile-bar .btn{width:100%; justify-content:center;}
  @media(max-width:640px){
    .mobile-bar{display:block;}
    body{padding-bottom:76px;}
  }

/* ===================== MULTI-PAGE ADDITIONS ===================== */
.nav-links a[aria-current="page"]{opacity:1; color:var(--bordeaux); font-weight:600;}

.page-header{
  padding:150px 0 60px;
  text-align:center;
}
.page-header .eyebrow{justify-content:center;}
.page-header h1{font-size:clamp(38px,6vw,60px); font-weight:600;}
.page-header p{max-width:520px; margin:18px auto 0; color:var(--text-muted); font-size:16.5px; line-height:1.6;}

/* mobile nav panel */
.nav-links.open{
  display:flex !important;
  flex-direction:column;
  position:absolute; top:100%; right:20px; left:20px;
  background:var(--paper); padding:22px 26px; border-radius:16px;
  box-shadow:0 24px 50px -20px rgba(27,21,18,0.35);
  gap:18px; align-items:flex-start;
  border:1px solid var(--line);
}
.nav-links.open a{font-size:16px;}
.nav-links.open .nav-cta{align-self:stretch; text-align:center;}

/* lightbox */
.lightbox{
  position:fixed; inset:0; background:rgba(27,21,18,0.88);
  display:none; align-items:center; justify-content:center; z-index:500;
  padding:30px;
}
.lightbox.open{display:flex;}
.lightbox img{max-width:min(720px,92vw); max-height:86vh; border-radius:16px; box-shadow:0 30px 80px -20px rgba(0,0,0,0.6);}
.lightbox-close{
  position:absolute; top:24px; right:28px;
  width:44px; height:44px; border-radius:50%;
  background:rgba(255,255,255,0.12); color:#fff; border:1px solid rgba(255,255,255,0.3);
  font-size:20px; cursor:pointer;
}
.gallery-card.photo{cursor:zoom-in;}

/* full gallery page layout */
.full-gallery-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
@media(max-width:900px){.full-gallery-grid{grid-template-columns:1fr;}}
.shade-strip{display:flex; gap:20px; flex-wrap:wrap; margin-top:20px;}
.shade-item{display:flex; flex-direction:column; align-items:center; gap:10px;}
.shade-circle{width:64px; height:64px; border-radius:50%; box-shadow: inset 0 -6px 10px rgba(0,0,0,0.18), inset 0 6px 8px rgba(255,255,255,0.35), 0 10px 18px -10px rgba(27,21,18,0.4);}
.shade-name{font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:0.05em; text-transform:uppercase; color:var(--text-muted);}

/* contact page */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start;}
@media(max-width:860px){.contact-grid{grid-template-columns:1fr;}}
.contact-card{background:var(--paper); border:1px solid var(--line); border-radius:20px; padding:34px;}
.contact-row{display:flex; gap:16px; padding:16px 0; border-bottom:1px dashed var(--line);}
.contact-row:last-child{border-bottom:none;}
.contact-row .ico{width:38px; height:38px; border-radius:50%; background:var(--blush); display:flex; align-items:center; justify-content:center; flex-shrink:0; color:var(--bordeaux);}
.contact-row .label{font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:0.05em; text-transform:uppercase; color:var(--text-muted); margin-bottom:4px;}
.contact-row .value{font-size:15.5px; font-weight:600;}
.map-frame{border-radius:20px; overflow:hidden; border:1px solid var(--line); box-shadow:var(--shadow); height:100%; min-height:380px;}
.map-frame iframe{width:100%; height:100%; min-height:380px; border:0; display:block;}

/* home page section preview */
.preview-head{display:flex; justify-content:space-between; align-items:flex-end; gap:20px; flex-wrap:wrap; margin-bottom:40px;}
.see-all{font-size:14px; font-weight:600; color:var(--bordeaux); display:inline-flex; align-items:center; gap:6px;}
.cta-banner{
  background:linear-gradient(135deg, var(--bordeaux) 0%, var(--bordeaux-deep) 100%);
  border-radius:28px; padding:64px 46px; text-align:center; color:var(--paper);
  margin:0 28px;
}
@media(max-width:720px){.cta-banner{margin:0 12px; padding:44px 24px;}}
.cta-banner h2{color:var(--paper); font-size:clamp(28px,4vw,42px);}
.cta-banner p{color:rgba(255,255,255,0.75); margin-top:14px; font-size:16px;}
.cta-banner .btn-primary{background:var(--paper); color:var(--ink); margin-top:26px;}
.cta-banner .btn-primary:hover{background:var(--rosegold-light);}
