/* ============================================================
   Tropical Refuge — design system
   Fonts: Playfair Display (h1) + Cormorant Garamond (h2–h5) + Montserrat (UI/body) + Yellowtail (script)
   Palette: warm cream + terracotta, deep-turquoise actions, pink ribbon
   ============================================================ */

/* ---------- self-hosted fonts (client Claude design kit) ---------- */
@font-face{font-family:'Playfair Display';src:url('../assets/fonts/PlayfairDisplay-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Playfair Display';src:url('../assets/fonts/PlayfairDisplay-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Playfair Display';src:url('../assets/fonts/PlayfairDisplay-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Playfair Display';src:url('../assets/fonts/PlayfairDisplay-Italic.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'Cormorant Garamond';src:url('../assets/fonts/CormorantGaramond-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Cormorant Garamond';src:url('../assets/fonts/CormorantGaramond-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Cormorant Garamond';src:url('../assets/fonts/CormorantGaramond-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Cormorant Garamond';src:url('../assets/fonts/CormorantGaramond-Italic.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'Montserrat';src:url('../assets/fonts/Montserrat-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Montserrat';src:url('../assets/fonts/Montserrat-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Montserrat';src:url('../assets/fonts/Montserrat-SemiBold.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Montserrat';src:url('../assets/fonts/Montserrat-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Allura';src:url('../assets/fonts/Allura-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Yellowtail';src:url('../assets/fonts/Yellowtail-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}

:root {
  --cream:        #fef6ed;
  --cream-2:      #fdf1ec;
  --cream-3:      #fbe9dd;
  --terracotta:   #993500;
  --terracotta-2: #9e3b1b;
  --orange:       #ff8044;
  --orange-soft:  #fe9361;
  --teal:         #2caa9f;
  --teal-dark:    #1f8079;
  --turquoise:      #0a7d8c;
  --turquoise-dark: #06606b;
  --pink:           #e6a4b4;
  --pink-dark:      #d98ba0;
  --peach:        #fadcd9;
  --ink:          #3a2b22;
  --ink-soft:     #6a5448;
  --muted:        #8f8f8f;
  --white:        #ffffff;

  --maxw: 1180px;
  --radius: 14px;
  --radius-lg: 26px;
  --shadow: 0 14px 40px rgba(153, 53, 0, 0.10);
  --shadow-sm: 0 6px 20px rgba(153, 53, 0, 0.08);

  --font-head:    'Montserrat', 'Helvetica Neue', Arial, sans-serif; /* UI: nav, buttons, eyebrows */
  --font-body:    'Montserrat', 'Helvetica Neue', Arial, sans-serif; /* body copy */
  --font-display: 'Playfair Display', Georgia, serif;               /* big titles (h1) */
  --font-accent:  'Cormorant Garamond', Georgia, serif;             /* section headings (h2–h5) */
  --font-script:  'Yellowtail', 'Allura', cursive;                  /* script flourishes */
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-accent);
  font-weight: 600;
  color: var(--terracotta);
  line-height: 1.14;
  margin: 0 0 .5em;
  letter-spacing: 0;
}

h1 { font-family: var(--font-display); font-weight: 500; font-size: clamp(2.5rem, 5.6vw, 4.1rem); line-height: 1.1; }
h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); }
h3 { font-size: clamp(1.45rem, 2.7vw, 1.95rem); }

/* script flourish */
.script { font-family: var(--font-script); font-weight: 400; letter-spacing: 0; text-transform: none; line-height: 1; }

/* "Find your refuge in Manhattan Beach" treatment (mirrors active-site hero) */
.refuge-city { font-family: var(--font-accent); font-weight: 300; color: var(--ink); line-height: .94; margin: 0; letter-spacing: .012em; font-size: clamp(3rem, 9vw, 6.4rem); text-shadow: 0 2px 8px rgba(58,43,34,.07); }
.refuge-pre { display: block; font-weight: 500; color: var(--ink); font-size: clamp(1.5rem, 3.6vw, 2.6rem); line-height: 1.05; text-shadow: none; letter-spacing: 0; margin-bottom: .04em; }
.refuge-script { display: block; font-family: 'Allura', cursive; font-weight: 400; color: var(--teal); font-size: clamp(2.9rem, 8.4vw, 5.8rem); line-height: .8; margin-top: -.24em; text-shadow: none; letter-spacing: 0; }
.refuge-tag { font-family: var(--font-accent); color: var(--ink); font-size: clamp(1.35rem, 3vw, 2.1rem); line-height: 1.2; margin: .55em 0 .25em; }
.refuge-services { font-family: var(--font-accent); color: var(--teal); font-weight: 500; font-size: clamp(1.05rem, 2.2vw, 1.5rem); line-height: 1.55; max-width: 700px; margin: .3em auto 0; }

p { margin: 0 0 1.1em; }

a { color: var(--terracotta-2); text-decoration: none; transition: color .2s; }
a:hover { color: var(--orange); }

img { max-width: 100%; display: block; }

.eyebrow {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .78rem;
  color: var(--teal);
  margin-bottom: 1rem;
  font-weight: 500;
}

/* ---------- layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(56px, 9vw, 110px) 0; }
.section--tint { background: var(--cream-2); }
.section--peach { background: linear-gradient(160deg, var(--cream-2), var(--peach)); }
.center { text-align: center; }
.lead { font-size: 1.18rem; color: var(--ink-soft); max-width: 720px; }
.center .lead { margin-left: auto; margin-right: auto; }
.narrow { max-width: 760px; margin-left: auto; margin-right: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
  padding: 15px 32px;
  border-radius: 999px;
  background: var(--turquoise);
  color: #fff;
  border: 1.5px solid var(--turquoise);
  cursor: pointer;
  transition: transform .15s, background .2s, color .2s, box-shadow .2s;
  box-shadow: var(--shadow-sm);
}
.btn:hover { background: var(--turquoise-dark); border-color: var(--turquoise-dark); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--turquoise); border-color: var(--turquoise); }
.btn--ghost:hover { background: var(--turquoise); color: #fff; }
.btn--teal { background: var(--teal); border-color: var(--teal); }
.btn--teal:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.btn--gradient { background: linear-gradient(95deg, #7ec7cd 0%, #eeb2c6 100%); border: 0; color: #fff; text-shadow: 0 1px 3px rgba(58,43,34,.28); padding: 17px 40px; }
.btn--gradient:hover { filter: brightness(1.05); color: #fff; transform: translateY(-2px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 1.6rem; }
.center .btn-row { justify-content: center; }

/* ---------- header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(254, 246, 237, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--cream-3);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 14px 24px; max-width: 1280px; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { height: 61px; width: auto; }
.brand .brand-name {
  font-family: 'Allura', cursive; color: var(--turquoise);
  font-size: 1.95rem; letter-spacing: 0; text-transform: none; line-height: 1;
}
.nav-links { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a {
  font-family: var(--font-head); font-size: .82rem; letter-spacing: .04em;
  color: var(--ink); padding: 8px 11px; border-radius: 8px; white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--terracotta); background: var(--cream-3); }
.nav-cta { background: var(--turquoise); color: #fff !important; padding: 9px 18px !important; border-radius: 999px !important; }
.nav-cta:hover { background: var(--turquoise-dark); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--terracotta); margin: 5px 0; transition: .3s; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 78vh; display: flex; align-items: center;
  color: #fff; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(58,43,34,.30), rgba(58,43,34,.55));
  z-index: 1;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero .wrap { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 60px; }
.hero h1 { color: #fff; max-width: 16ch; text-shadow: 0 2px 24px rgba(0,0,0,.35); }
.hero .lead { color: rgba(255,255,255,.94); }
.hero .eyebrow { color: #ffe3cf; }

/* page banner (interior pages) */
.page-hero { position: relative; padding: clamp(70px,12vw,150px) 0 clamp(50px,8vw,90px); color:#fff; overflow:hidden; text-align:center; }
.page-hero::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(58,43,34,.32), rgba(58,43,34,.58)); z-index:1; }
.page-hero .hero-bg { z-index:0; }
.page-hero .wrap { position:relative; z-index:2; }
.page-hero h1 { color:#fff; text-shadow:0 2px 24px rgba(0,0,0,.35); }
.page-hero p { color: rgba(255,255,255,.95); max-width: 680px; margin-inline:auto; }
.page-hero--plain { background: linear-gradient(160deg, var(--cream-2), var(--peach)); color: var(--ink); padding: clamp(60px,9vw,120px) 0 clamp(40px,6vw,70px); }
.page-hero--plain::after { display:none; }
.page-hero--plain h1 { color: var(--terracotta); text-shadow:none; }
.page-hero--plain p { color: var(--ink-soft); }

/* ---------- grids & cards ---------- */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.card-body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { margin-bottom: .35em; }
.card .price { font-family: var(--font-head); color: var(--teal); font-weight: 500; font-size: 1.15rem; margin-top: auto; }
.card .meta { color: var(--muted); font-size: .85rem; }

/* feature pill list */
.pill-list { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; padding: 0; margin: 1.2rem 0; }
.pill-list li { background: var(--white); border: 1px solid var(--cream-3); border-radius: 999px; padding: 9px 18px; font-size: .92rem; box-shadow: var(--shadow-sm); }

.check-list { list-style: none; padding: 0; margin: 1.2rem 0; }
.check-list li { position: relative; padding-left: 30px; margin-bottom: .7em; }
.check-list li::before { content: '✦'; position: absolute; left: 0; color: var(--orange); }

/* split media + text */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.split-media.tall img { aspect-ratio: 3/4; }

/* quote / testimonial */
.quote { background: var(--white); border-radius: var(--radius-lg); padding: 36px 38px; box-shadow: var(--shadow-sm); }
.quote p { font-size: 1.12rem; font-style: italic; color: var(--ink); }
.quote .who { font-family: var(--font-head); color: var(--terracotta); font-style: normal; letter-spacing: .04em; }
.stars { color: var(--orange); letter-spacing: 3px; margin-bottom: .4rem; }

/* simple price/service rows */
.service-row { display:flex; justify-content:space-between; gap:20px; padding:18px 0; border-bottom:1px solid var(--cream-3); }
.service-row:last-child { border-bottom:0; }
.service-row .sr-name { font-family:var(--font-head); color:var(--terracotta); font-size:1.1rem; }
.service-row .sr-desc { color:var(--ink-soft); font-size:.95rem; margin:.2rem 0 0; }
.service-row .sr-price { font-family:var(--font-head); color:var(--teal); font-weight:500; white-space:nowrap; font-size:1.1rem; }

/* notice / placeholder banner for phase-1 features */
.notice {
  background: var(--cream-3); border: 1px dashed var(--orange-soft);
  border-radius: var(--radius); padding: 16px 20px; font-size: .92rem; color: var(--ink-soft);
}

/* forms */
.form { background:var(--white); border-radius:var(--radius-lg); padding:30px 32px; box-shadow:var(--shadow-sm); max-width:560px; }
.form .row { display:flex; gap:14px; }
.form .row > * { flex:1; }
.form label { display:block; font-size:.82rem; font-family:var(--font-head); letter-spacing:.04em; color:var(--ink-soft); margin:14px 0 6px; }
.form input, .form textarea, .form select {
  width:100%; padding:12px 14px; border:1px solid var(--cream-3); border-radius:10px;
  font-family:var(--font-body); font-size:.95rem; background:var(--cream); color:var(--ink);
}
.form textarea { min-height:120px; resize:vertical; }
.form input:focus, .form textarea:focus, .form select:focus { outline:2px solid var(--orange-soft); border-color:transparent; }

/* info strip */
.info-strip { display:flex; flex-wrap:wrap; gap:30px; justify-content:center; text-align:center; }
.info-strip .item { min-width:180px; }
.info-strip .item .k { font-family:var(--font-head); letter-spacing:.18em; text-transform:uppercase; font-size:.72rem; color:var(--teal); }
.info-strip .item .v { font-size:1.05rem; color:var(--ink); }

/* prose blocks (about / legal / blog) */
.prose { max-width: 820px; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; color: var(--terracotta-2); }
.prose p, .prose li { color: var(--ink-soft); }
.legal { font-size: .95rem; }
.legal h2 { font-size: 1.4rem; }
.legal h3 { font-size: 1.1rem; }

/* ---------- footer ---------- */
.site-footer { background: #2c1d14; color: #e9d9cc; padding: 64px 0 28px; }
.site-footer a { color: #f0c9a8; }
.site-footer a:hover { color: #fff; }
.footer-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr; gap:40px; margin-bottom:40px; }
.footer-grid h4 { color:#fff; font-size:1rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom:1em; }
.footer-grid ul { list-style:none; padding:0; margin:0; }
.footer-grid li { margin-bottom:.5em; font-size:.92rem; }
.footer-brand img { height:54px; margin-bottom:14px; filter: brightness(0) invert(1); opacity:.92; }
.footer-brand p { font-size:.9rem; color:#c9b3a3; max-width:32ch; }
.socials { display:flex; gap:14px; margin-top:14px; }
.socials a { width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.1); display:grid; place-items:center; }
.socials a:hover { background: var(--orange); }
.socials svg { width:18px; height:18px; fill:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); padding-top:22px; font-size:.82rem; color:#b39c8c; display:flex; flex-wrap:wrap; gap:8px 18px; justify-content:space-between; }
.footer-bottom a { color:#b39c8c; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--cream-3);
    padding: 8px 16px 18px; box-shadow: var(--shadow-sm);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 8px; border-radius: 8px; }
  .nav-cta { text-align:center; margin-top:8px; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split, .split.reverse .split-media { grid-template-columns: 1fr; order: 0; }
  .split-media { max-width: 460px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap:28px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form .row { flex-direction: column; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .info-strip { gap: 18px; }
}

/* ---------- form success ---------- */
.form-success {
  background: var(--white); border: 1px solid var(--cream-3); border-left: 4px solid var(--teal);
  border-radius: var(--radius); padding: 22px 26px; box-shadow: var(--shadow-sm);
  color: var(--ink); font-size: 1.02rem; max-width: 560px;
}
.form-success strong { color: var(--teal-dark); font-family: var(--font-head); }

/* ---------- announcement ribbon (New Client Offer) ---------- */
.promo-ribbon {
  display: block; text-align: center; background: var(--pink); color: var(--turquoise-dark);
  font-family: var(--font-head); font-size: .82rem; letter-spacing: .04em; font-weight: 500;
  padding: 9px 16px; text-decoration: none; transition: background .2s;
}
.promo-ribbon:hover { background: var(--pink-dark); color: var(--turquoise-dark); }
.promo-ribbon .promo-cta { text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }

/* ---------- New Client Offer band ---------- */
.offer-band { background: linear-gradient(135deg, var(--turquoise), var(--turquoise-dark)); color: #fff; }
.offer-band h2 { color: #fff; }
.offer-band .eyebrow { color: #bfe9ec; }
.offer-band .lead { color: rgba(255,255,255,.95); }
.offer-band .btn { background: #fff; color: var(--turquoise); border-color: #fff; }
.offer-band .btn:hover { background: var(--cream); color: var(--turquoise-dark); border-color: var(--cream); }

/* ---------- secondary nav CTA ---------- */
.nav-cta--ghost { background: transparent !important; color: var(--turquoise) !important; border: 1.5px solid var(--turquoise); }
.nav-cta--ghost:hover { background: var(--turquoise) !important; color: #fff !important; }

/* ---------- booking embed ---------- */
.booking-embed {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  background: #fff; border: 1px solid var(--cream-3);
}
.booking-embed iframe { width: 100%; height: 1000px; border: 0; display: block; background: #fff; }
@media (max-width: 760px) { .booking-embed iframe { height: 1150px; } }

/* ---------- sticky mobile "Book Now" bar ---------- */
.book-bar { display: none; }
@media (max-width: 820px) {
  .book-bar {
    display: flex; align-items: center; gap: 10px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(254, 246, 237, .97); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid var(--cream-3); box-shadow: 0 -6px 22px rgba(153, 53, 0, .10);
  }
  .book-bar-btn {
    flex: 1; text-align: center; background: var(--pink); color: var(--turquoise-dark);
    font-family: var(--font-head); text-transform: uppercase; letter-spacing: .08em; font-weight: 600;
    font-size: .92rem; padding: 15px; border-radius: 999px; box-shadow: var(--shadow-sm);
  }
  .book-bar-btn:hover { background: var(--pink-dark); color: var(--turquoise-dark); }
  .book-bar-call {
    width: 52px; height: 52px; flex-shrink: 0; display: grid; place-items: center;
    border: 1.5px solid var(--cream-3); border-radius: 50%; background: #fff;
  }
  .book-bar-call svg { width: 22px; height: 22px; fill: var(--terracotta); }
  body { padding-bottom: 80px; } /* keep footer clear of the fixed bar */
}

/* ---------- shop / retail ---------- */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);   /* two side-by-side on phones */
  gap: clamp(12px, 2.2vw, 26px);
}
@media (min-width: 620px)  { .shop-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 940px)  { .shop-grid { grid-template-columns: repeat(4, 1fr); } }
.product-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-media { display: block; background: var(--cream-2); }
.product-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.product-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.product-name {
  font-family: var(--font-accent);
  font-weight: 600;
  font-size: clamp(1.25rem, 1rem + 1vw, 1.55rem);
  line-height: 1.2;
  color: var(--ink);
  margin: 0;
}
.product-desc {
  font-family: var(--font-body);
  font-size: .86rem;
  line-height: 1.45;
  color: var(--ink-soft);
  margin: 0;
}
.product-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.product-price {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--terracotta);
  font-size: 1.02rem;
}
.product-buy {
  font-family: var(--font-head);
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .74rem;
  padding: 9px 20px;
  border-radius: 999px;
  background: var(--turquoise);
  color: #fff !important;
  border: 1.5px solid var(--turquoise);
  transition: background .2s, transform .15s;
}
.product-buy:hover { background: var(--turquoise-dark); border-color: var(--turquoise-dark); transform: translateY(-1px); }
