/*
Theme Name: Continental Dandenong
Theme URI: https://verveinnovation.au/
Author: Verve Innovation
Author URI: https://verveinnovation.au/
Description: Premium automotive WordPress theme for Continental Dandenong.
Version: 2.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: continental-dandenong
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

/* =========================================================
   1. Design tokens
========================================================= */
:root {
  --gold: #ec961f;
  --gold-deep: #c87308;
  --gold-soft: #ffc46f;
  --charcoal: #171717;
  --graphite: #262626;
  --deep-black: #0b0b0b;
  --ivory: #f8f5ef;
  --white: #ffffff;
  --ink: #282828;
  --muted: #686868;
  --line: #e8e1d7;
  --link: #b96a08;
  --link-hover: #ec961f;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
  --shadow-hover: 0 38px 95px rgba(13, 13, 13, 0.2);
  --radius: 20px;
  --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'DM Sans', Arial, Helvetica, sans-serif;
}

/* =========================================================
   2. Reset and global structure
========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: -0.006em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

.site-main {
  overflow: hidden;
}

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

.container {
  width: min(1200px, 92%);
  margin-inline: auto;
}

.narrow {
  width: min(820px, 92%);
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

::selection {
  color: var(--white);
  background: var(--gold);
}

/* =========================================================
   3. Site-wide typography
========================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--charcoal);
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.06;
}

h2 {
  font-size: clamp(1.72rem, 2.75vw, 2.55rem);
  line-height: 1.16;
}

h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.68rem);
  line-height: 1.23;
}

h4 {
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.3;
}

h5 {
  font-size: 0.98rem;
  line-height: 1.38;
}

h6 {
  font-size: 0.82rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

p,
li {
  font-size: 0.98rem;
}

p {
  margin: 0 0 1.35em;
}

strong,
b {
  color: inherit;
  font-weight: 700;
}

/* Content-area links */
.entry-content a:not(.btn),
.page-content a:not(.btn),
.home-editor-content a:not(.btn),
.location-copy a:not(.btn),
.comment-content a {
  color: var(--link);
  text-decoration: underline;
  text-decoration-color: rgba(185, 106, 8, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.entry-content a:not(.btn):hover,
.page-content a:not(.btn):hover,
.home-editor-content a:not(.btn):hover,
.location-copy a:not(.btn):hover,
.comment-content a:hover {
  color: var(--link-hover);
  text-decoration-color: currentColor;
}

/* =========================================================
   4. Shared section utilities
========================================================= */
.section {
  padding: 84px 0;
}

.section-soft {
  background: var(--ivory);
}

.section-dark {
  color: var(--white);
  background: var(--charcoal);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.page-content h2,
.entry-content h2,
.intro-copy h2,
.location-copy h2,
.cta-inner h2 {
  font-size: clamp(1.72rem, 2.75vw, 2.55rem);
  line-height: 1.16;
}

.section-heading p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.section-dark .section-heading h2 {
  color: var(--white);
}

.section-dark .section-heading p {
  color: #d0d0d0;
}

.eyebrow {
  position: relative;
  display: inline-block;
  margin-bottom: 0.75rem;
  padding-left: 42px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
}

/* =========================================================
   5. Buttons
========================================================= */
.btn,
.wp-block-button__link,
input[type='submit'],
button[type='submit'] {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 50px;
  overflow: hidden;
  padding: 13px 26px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--white);
  background: var(--gold);
  box-shadow: 0 15px 34px rgba(236, 150, 31, 0.22);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.btn::before,
.wp-block-button__link::before,
input[type='submit']::before,
button[type='submit']::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.38) 48%, transparent 70%);
  transform: translateX(-130%);
  transition: transform 0.7s ease;
}

.btn:hover,
.wp-block-button__link:hover,
input[type='submit']:hover,
button[type='submit']:hover {
  color: var(--charcoal);
  background: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
}

.btn:hover::before,
.wp-block-button__link:hover::before,
input[type='submit']:hover::before,
button[type='submit']:hover::before {
  transform: translateX(130%);
}

.btn-dark {
  border-color: var(--charcoal);
  background: var(--charcoal);
}

.btn-outline {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: none;
}

.btn-outline:hover {
  color: var(--white);
  background: var(--gold);
  border-color: var(--gold);
}

/* =========================================================
   6. Header and navigation
========================================================= */
.topbar {
  color: var(--white);
  background: var(--gold);
  font-size: 0.88rem;
  font-weight: 700;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 11, 11, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 0;
}

.site-branding img,
.custom-logo-link img {
  width: auto;
  max-height: 64px;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu a {
  position: relative;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.primary-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s ease;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  color: var(--gold);
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  padding: 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

/* =========================================================
   7. Homepage hero and booking form
========================================================= */
.hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  display: flex;
  align-items: center;
  color: var(--white);
  background: url('https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1800&q=85') center / cover no-repeat;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.95) 0%, rgba(8, 8, 8, 0.82) 48%, rgba(8, 8, 8, 0.48) 100%);
}

.hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 120px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 58px;
  padding: 84px 0;
}

.hero h1 {
  max-width: 740px;
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(2.35rem, 4.2vw, 3.85rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.42);
}

.hero h1 span {
  color: var(--gold-soft);
  font-style: italic;
}

.hero-copy > p {
  max-width: 680px;
  color: #f1f1f1;
  font-size: 1.03rem;
  line-height: 1.72;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0 30px;
}

.hero-points span {
  padding: 9px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.form-card {
  position: relative;
  overflow: hidden;
  padding: 30px 30px 27px;
  color: var(--ink);
  background: linear-gradient(145deg, #ffffff 0%, #fffaf2 100%);
  border: 1px solid rgba(236, 150, 31, 0.3);
  border-top: 4px solid var(--gold);
  border-radius: 18px;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28);
}

.form-card::after {
  content: '';
  position: absolute;
  top: -95px;
  right: -90px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 150, 31, 0.18), transparent 70%);
  pointer-events: none;
}

.form-card h2,
.form-card h3 {
  margin: 0 0 7px;
  color: var(--charcoal);
  font-size: clamp(1.55rem, 2vw, 1.95rem);
}

.form-card > p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.wpcf7 form p,
.form-card .wpcf7-form > p {
  margin: 0 0 13px;
}

.form-card .wpcf7-form label {
  display: block;
  color: #2d2d2d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.form-card .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 7px;
}

.wpcf7 input:not([type='submit']),
.wpcf7 select,
.wpcf7 textarea,
.contact-field {
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #ded8ce;
  border-radius: 8px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  font: inherit;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  background: var(--white);
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(236, 150, 31, 0.11), 0 9px 25px rgba(0, 0, 0, 0.06);
}

.form-card .wpcf7 textarea {
  height: 74px;
  min-height: 74px;
  max-height: 120px;
  resize: vertical;
}

.form-card .wpcf7 input[type='submit'],
.wpcf7-submit {
  width: 100%;
  min-height: 48px;
  margin-top: 3px;
  border-radius: 8px;
}

.form-card .wpcf7-spinner {
  display: none;
}

.form-card .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: none;
}

/* =========================================================
   8. Homepage service strip and introduction
========================================================= */
.service-strip {
  color: var(--white);
  background: var(--charcoal);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.strip-item {
  padding: 21px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
  text-align: center;
}

.strip-item:last-child {
  border-right: 0;
}

.strip-item span {
  display: block;
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 58px;
}

.media-frame {
  position: relative;
}

.media-frame img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.55s ease, box-shadow 0.55s ease;
}

.media-frame::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 22px;
  z-index: -1;
  width: 90%;
  height: 95%;
  border: 2px solid var(--gold);
  border-radius: var(--radius);
}

.media-frame:hover img {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.floating-badge {
  position: absolute;
  right: -18px;
  bottom: 30px;
  padding: 17px 21px;
  color: var(--white);
  background: var(--charcoal);
  border-left: 4px solid var(--gold);
  border-radius: 14px;
  box-shadow: var(--shadow);
  font-size: 0.9rem;
  font-weight: 700;
}

.intro-copy h2 {
  margin: 0 0 18px;
}

.intro-copy p {
  color: #555;
}

/* =========================================================
   9. Cards: services, posts, features and reviews
========================================================= */
.service-grid,
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card,
.post-card,
.feature-box,
.review-card,
.sidebar-card,
.schema-faq-section {
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease;
}

.service-card,
.post-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
}

.service-card:hover,
.post-card:hover,
.feature-box:hover,
.review-card:hover,
.sidebar-card:hover {
  transform: translateY(-9px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(236, 150, 31, 0.5);
}

.card-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #ddd;
}

.card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 42%, rgba(0, 0, 0, 0.54));
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease, filter 0.45s ease;
}

.service-card:hover .card-image img,
.post-card:hover .card-image img {
  transform: scale(1.07);
  filter: saturate(1.05) contrast(1.02);
}

.card-body {
  padding: 25px;
}

.card-body h3 {
  margin: 0 0 11px;
  font-size: clamp(1.28rem, 1.7vw, 1.55rem);
}

.card-body p {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  gap: 8px;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: gap 0.25s ease;
}

.text-link:hover {
  gap: 13px;
}

.feature-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-box {
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.feature-box h3 {
  margin: 0 0 9px;
  color: var(--white);
  font-size: clamp(1.18rem, 1.5vw, 1.4rem);
}

.feature-box p {
  margin: 0;
  color: #c9c9c9;
}

.review-card {
  padding: 28px;
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.12em;
}

.review-card h3 {
  color: var(--gold);
  font-size: 1rem;
}

/* Google-style testimonials */
.google-reviews-section {
  background: var(--white);
}

.google-review-grid {
  align-items: stretch;
}

.google-review-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #e7e7e7;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.07);
}

.google-review-card p {
  flex: 1;
  margin: 22px 0;
  color: #555;
  line-height: 1.78;
}

.google-review-head {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ededed;
}

.google-review-head > div {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.google-review-head strong {
  color: var(--charcoal);
  font-size: 0.88rem;
}

.google-review-head span {
  color: #f4a000;
  font-size: 0.76rem;
  font-weight: 700;
}

.google-mark {
  display: grid !important;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #4285f4 !important;
  background: var(--white);
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  font-size: 1.3rem !important;
  font-weight: 700 !important;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-author > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  border-radius: 50%;
  font-weight: 700;
}

.review-author h3 {
  margin: 0;
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 0.9rem;
}

.review-author small {
  color: var(--muted);
}

/* =========================================================
   10. Homepage long-form content
========================================================= */
.home-content-section {
  background: linear-gradient(145deg, #ffffff 0%, #fbf5eb 100%);
}

.home-content-single {
  max-width: 1040px;
}

.home-content-single > h2 {
  max-width: 760px;
  margin: 0.3rem 0 23px;
}

.home-editor-content {
  color: #505050;
  font-size: 1rem;
  line-height: 1.86;
}

.home-editor-content > p:first-child {
  max-width: 970px;
  font-size: 1.03rem;
}

.home-more-content {
  margin-top: 31px;
  padding-top: 8px;
  border-top: 1px solid rgba(236, 150, 31, 0.22);
}

.home-more-content[hidden] {
  display: none;
}

.home-more-content h3 {
  margin: 28px 0 9px;
  font-size: clamp(1.22rem, 1.65vw, 1.55rem);
}

.home-more-content p {
  margin: 0;
  color: #5c5c5c;
}

.read-more-btn {
  min-height: 46px;
  margin-top: 23px;
  padding: 12px 24px;
  color: var(--white);
  background: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(236, 150, 31, 0.22);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.read-more-btn:hover {
  background: var(--charcoal);
  border-color: var(--charcoal);
  transform: translateY(-3px);
}

/* =========================================================
   11. Page banners: about, contact, archive and blog
========================================================= */
.page-hero,
.service-detail-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background-position: center;
  background-size: cover;
}

.page-hero {
  padding: 96px 0 76px;
  background-image: url('https://images.unsplash.com/photo-1530046339160-ce3e530c7d2f?auto=format&fit=crop&w=1800&q=85');
}

.page-hero::before,
.service-detail-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(8, 8, 8, 0.82) 52%, rgba(8, 8, 8, 0.5) 100%);
}

.page-hero .container,
.service-detail-hero-inner {
  position: relative;
  z-index: 2;
}

.page-hero h1,
.service-detail-hero h1 {
  margin: 0 0 13px;
  color: var(--white);
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  line-height: 1.08;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.6);
}

.page-hero .breadcrumbs,
.page-hero .breadcrumbs a,
.breadcrumbs,
.breadcrumbs a {
  color: #e3e3e3;
  font-size: 0.88rem;
}

.page-hero .breadcrumbs a:hover {
  color: var(--gold-soft);
}

/* =========================================================
   12. Main content: pages, posts and archive layouts
========================================================= */
.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 46px;
}

.entry-content,
.page-content {
  color: #444;
  font-size: 1rem;
}

.entry-content p,
.page-content p {
  margin: 0 0 1.35em;
}

.entry-content h2,
.page-content h2 {
  margin: 2.1rem 0 0.85rem;
}

.entry-content h3,
.page-content h3 {
  margin: 1.85rem 0 0.75rem;
  font-size: clamp(1.28rem, 1.8vw, 1.68rem);
}

.entry-content h4,
.page-content h4 {
  margin: 1.65rem 0 0.65rem;
}

.entry-content ul,
.entry-content ol,
.page-content ul,
.page-content ol {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
}

.entry-featured {
  overflow: hidden;
  margin-bottom: 29px;
  border-radius: var(--radius);
}

.entry-featured img {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 23px;
  color: var(--muted);
  font-size: 0.88rem;
}

/* Blog archive */
.archive-description {
  max-width: 760px;
  margin: 0 auto 38px;
  color: var(--muted);
  text-align: center;
}

.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 42px;
}

.page-numbers {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
}

.page-numbers.current,
.page-numbers:hover {
  color: var(--white);
  background: var(--gold);
  border-color: var(--gold);
}

/* =========================================================
   13. Service detail page
========================================================= */
.service-detail-hero {
  min-height: 450px;
  display: flex;
  align-items: center;
  background-image: url('https://images.unsplash.com/photo-1530046339160-ce3e530c7d2f?auto=format&fit=crop&w=1800&q=85');
}

.service-detail-hero-inner {
  width: min(1200px, 92%);
  margin-inline: auto;
  padding: 84px 0;
}

.service-detail-hero p {
  max-width: 720px;
  margin: 0 0 27px;
  color: #f1f1f1;
  font-size: 1.04rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.hero-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-detail-main {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 72%, var(--ivory) 100%);
}

.service-article {
  min-width: 0;
}

.service-article > .entry-content {
  padding: 6px 0 20px;
}

.service-article > .entry-content > p:first-child {
  color: #4d4d4d;
  font-size: 1.06rem;
}

.service-article > .entry-content h2 {
  margin-top: 2.1rem;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
}

.service-article > .entry-content h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.62rem);
}

.service-article > .entry-content ul {
  margin-bottom: 1.55rem;
}

.sidebar {
  position: sticky;
  top: 125px;
}

.sidebar-card {
  margin-bottom: 24px;
  padding: 27px;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.sidebar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gold);
}

.sidebar-card.gold {
  background: var(--gold);
}

.sidebar-card.gold::before {
  background: var(--charcoal);
}

.sidebar-card h3 {
  margin: 0 0 11px;
  color: var(--white);
  font-size: clamp(1.28rem, 1.7vw, 1.58rem);
}

.sidebar-card p {
  color: #d5d5d5;
}

.sidebar-card.gold p {
  color: var(--white);
}

.sidebar-card .btn {
  width: 100%;
  margin-top: 8px;
}

.sidebar-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sidebar-card.gold .sidebar-kicker {
  color: var(--charcoal);
}

.service-nav {
  margin: 12px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.service-nav li {
  margin: 0 !important;
}

.service-nav li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.service-nav a {
  position: relative;
  display: block;
  padding: 14px 28px 14px 0 !important;
  color: var(--white) !important;
  font-weight: 700;
  text-decoration: none !important;
}

.service-nav a::after {
  content: '→';
  position: absolute;
  right: 0;
  color: var(--gold);
  transition: right 0.25s ease;
}

.service-nav a:hover {
  color: var(--gold) !important;
}

.service-nav a:hover::after {
  right: -4px;
}

.call-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 17px;
  color: var(--white);
  background: var(--gold);
  border-radius: 50%;
  font-size: 1.3rem;
}

.call-link {
  display: block;
  margin-top: 8px;
  color: var(--gold) !important;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: none !important;
}

.immediate-card p {
  margin-bottom: 8px;
}

/* =========================================================
   14. About and contact page helpers
========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
}

.contact-list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.contact-grid .wpcf7 {
  padding: 28px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.06);
}

/* =========================================================
   15. FAQ blocks and accordions
========================================================= */
.wp-block-yoast-faq-block {
  display: grid;
  gap: 14px;
  margin: 30px 0;
}

.schema-faq-section {
  overflow: hidden;
  padding: 0 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.045);
}

.schema-faq-section:hover {
  transform: translateY(-3px);
  border-color: rgba(236, 150, 31, 0.42);
  box-shadow: 0 17px 42px rgba(0, 0, 0, 0.08);
}

.schema-faq-question {
  position: relative;
  display: block;
  padding: 20px 34px 20px 0;
  color: var(--charcoal);
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
}

.schema-faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 1.45rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.schema-faq-answer {
  margin: 0;
  padding: 0 0 20px;
  color: var(--muted);
}

.home-faq-section {
  background: linear-gradient(180deg, #ffffff, #fbf8f2);
}

.home-faq-list {
  max-width: 930px;
  margin: 0 auto;
}

.home-faq-list details {
  padding: 0 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.045);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-faq-list details + details {
  margin-top: 14px;
}

.home-faq-list details:hover {
  transform: translateY(-3px);
  border-color: rgba(236, 150, 31, 0.45);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.home-faq-list summary {
  position: relative;
  padding: 21px 46px 21px 0;
  color: var(--charcoal);
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}

.home-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-faq-list summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--gold-deep);
  background: rgba(236, 150, 31, 0.12);
  border-radius: 50%;
  font-family: var(--font-body);
  font-size: 1.15rem;
  transform: translateY(-50%);
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.home-faq-list details[open] summary::after {
  color: var(--white);
  background: var(--gold);
  transform: translateY(-50%) rotate(45deg);
}

.home-faq-list details p {
  margin: 0;
  padding: 0 46px 21px 0;
  color: var(--muted);
}

/* =========================================================
   16. Workshop location and map
========================================================= */
.location-section {
  padding-bottom: 96px;
  color: var(--white);
  background: radial-gradient(circle at 10% 20%, rgba(236, 150, 31, 0.13), transparent 32%), linear-gradient(135deg, #262626, #111111);
}

.location-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 54px;
}

.location-copy h2 {
  margin: 0.2rem 0 17px;
  color: var(--white);
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.location-copy > p {
  color: #eeeeee;
  font-size: 1rem;
  line-height: 1.78;
}

.location-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 27px 0;
}

.location-details p {
  margin: 0;
  padding: 16px 17px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
}

.location-details strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-soft);
  font-size: 0.69rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.location-details a {
  color: var(--white) !important;
}

.map-frame {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  border: 1px solid rgba(236, 150, 31, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.34);
}

.map-frame::before {
  content: '';
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  pointer-events: none;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 450px;
  min-height: 450px;
  border: 0;
  filter: grayscale(0.12) contrast(1.03);
}

/* =========================================================
   17. CTA band
========================================================= */
.cta-band {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  color: var(--white);
  background: linear-gradient(120deg, rgba(23, 23, 23, 0.96), rgba(50, 39, 24, 0.92)), url('https://images.unsplash.com/photo-1625047509248-ec889cbff17f?auto=format&fit=crop&w=1800&q=85') center / cover no-repeat;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 10%, rgba(236, 150, 31, 0.24), transparent 32%);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-inner h2 {
  max-width: 720px;
  margin: 0 0 10px;
  color: var(--white);
}

.cta-inner p {
  color: #f2f2f2;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* =========================================================
   18. Footer
========================================================= */
.site-footer {
  padding: 70px 0 20px;
  color: #bcbcbc;
  background: radial-gradient(circle at 15% 0%, #24201b 0, transparent 34%), linear-gradient(180deg, #111111, #090909);
  border-top: 1px solid rgba(236, 150, 31, 0.2);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.35fr;
  gap: 38px;
}

.footer-logo img {
  width: auto;
  max-height: 68px;
  margin-bottom: 19px;
}

.site-footer h3,
.site-footer h4 {
  margin: 0 0 16px;
  color: var(--white);
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 9px;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.86rem;
}

/* =========================================================
   19. Gutenberg helpers
========================================================= */
.wp-block-quote {
  margin: 30px 0;
  padding: 18px 24px;
  background: var(--ivory);
  border-left: 4px solid var(--gold);
  font-family: var(--font-heading);
  font-size: 1.16rem;
}

.alignwide {
  width: min(1200px, calc(100vw - 40px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.mobile-cta {
  display: none;
}

/* =========================================================
   20. Responsive: tablet
========================================================= */
@media (max-width: 1000px) {
  .hero-grid,
  .intro-grid,
  .contact-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .service-sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .service-sidebar .sidebar-card {
    margin: 0;
  }

  .service-sidebar .immediate-card {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .primary-navigation {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background: var(--white);
    border-radius: 0 0 18px 18px;
    box-shadow: var(--shadow);
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .primary-navigation.open {
    max-height: 520px;
    opacity: 1;
  }

  .primary-menu {
    display: block;
    padding: 12px;
  }

  .primary-menu a {
    display: block;
    padding: 13px;
    color: var(--charcoal);
    border-bottom: 1px solid var(--line);
  }

  .primary-menu a::after {
    display: none;
  }

  .location-details {
    grid-template-columns: 1fr 1fr;
  }
}

/* =========================================================
   21. Responsive: mobile
========================================================= */
@media (max-width: 700px) {
  body {
    padding-bottom: 72px;
  }

  .section {
    padding: 62px 0;
  }

  .topbar-inner {
    justify-content: center;
    text-align: center;
  }

  .topbar-inner span:last-child {
    display: none;
  }

  .site-branding img,
  .custom-logo-link img {
    max-height: 52px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding: 62px 0;
  }

  .hero h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .form-card {
    padding: 24px 20px;
  }

  .service-grid,
  .post-grid,
  .feature-grid,
  .review-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .strip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .strip-item {
    padding: 16px 10px;
    font-size: 0.84rem;
  }

  .media-frame img {
    min-height: 350px;
  }

  .floating-badge {
    right: 10px;
  }

  .page-hero {
    padding: 72px 0 58px;
  }

  .page-hero h1,
  .service-detail-hero h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .service-detail-hero {
    min-height: 390px;
  }

  .service-detail-hero-inner {
    padding: 68px 0;
  }

  .hero-service-actions .btn {
    width: 100%;
  }

  .service-sidebar {
    grid-template-columns: 1fr;
  }

  .service-sidebar .immediate-card {
    grid-column: auto;
  }

  .location-details {
    grid-template-columns: 1fr;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 330px;
    height: 330px;
  }

  .home-faq-list summary {
    padding-right: 40px;
    font-size: 1.08rem;
  }

  .home-faq-list details p {
    padding-right: 0;
  }

  .cta-inner {
    display: block;
  }

  .cta-actions {
    margin-top: 24px;
  }

  .footer-bottom {
    display: block;
    text-align: center;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 35px rgba(0, 0, 0, 0.12);
  }

  .mobile-cta a {
    padding: 12px;
    color: var(--white);
    background: var(--charcoal);
    border-radius: 999px;
    font-weight: 700;
    text-align: center;
  }

  .mobile-cta a:last-child {
    background: var(--gold);
  }

  .service-card:hover,
  .post-card:hover,
  .feature-box:hover,
  .review-card:hover,
  .sidebar-card:hover {
    transform: none;
  }
}

/* =========================================================
   22. Accessibility
========================================================= */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   23. Service card link reset
   Prevents wrapped card links from appearing as strikethrough
========================================================= */
.service-card > a,
.service-card > a:hover,
.service-card > a:focus,
.service-card > a:active,
.service-card h3,
.service-card h3 a,
.service-card p,
.service-card p a,
.service-card .card-body a {
  color: inherit;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-color: transparent !important;
  text-decoration-thickness: 0 !important;
  text-underline-offset: 0 !important;
}

.service-card > a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
}

.service-card .card-image,
.service-card .card-body {
  position: relative;
  z-index: 1;
}

.service-card .card-body h3,
.service-card .card-body h3 a {
  color: var(--charcoal);
}

.service-card .card-body p,
.service-card .card-body p a {
  color: var(--muted);
}

.service-card .text-link,
.service-card .text-link:hover,
.service-card .text-link:focus {
  color: var(--gold-deep);
  text-decoration: none !important;
}

/* Keep decorative overlays behind the card content. */
.service-card::before,
.service-card::after {
  z-index: 0;
  pointer-events: none;
}

/* =========================================================
   24. Blog card link reset
   Keeps homepage and archive blog cards clean and readable
========================================================= */
.post-card > a,
.post-card > a:hover,
.post-card > a:focus,
.post-card > a:active,
.post-card h2,
.post-card h2 a,
.post-card h3,
.post-card h3 a,
.post-card p,
.post-card p a,
.post-card .card-body a,
.post-grid .post-card a {
  color: inherit;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-color: transparent !important;
  text-decoration-thickness: 0 !important;
  text-underline-offset: 0 !important;
}

.post-card > a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-card .card-image,
.post-card .card-body {
  position: relative;
  z-index: 1;
}

.post-card .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.post-card .card-body h2,
.post-card .card-body h2 a,
.post-card .card-body h3,
.post-card .card-body h3 a {
  color: var(--charcoal);
}

.post-card .card-body p,
.post-card .card-body p a,
.post-card .entry-meta,
.post-card .post-meta {
  color: var(--muted);
}

.post-card .text-link,
.post-card .text-link:hover,
.post-card .text-link:focus,
.post-card .read-more,
.post-card .read-more:hover,
.post-card .read-more:focus {
  margin-top: auto;
  color: var(--gold-deep);
  text-decoration: none !important;
}

.post-card::before,
.post-card::after {
  z-index: 0;
  pointer-events: none;
}

/* =========================================================
   25. Premium white workshop location section
========================================================= */
.location-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  color: var(--ink);
  background: linear-gradient(145deg, #ffffff 0%, #fffaf2 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.location-section::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -120px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 150, 31, 0.13), rgba(236, 150, 31, 0) 70%);
  pointer-events: none;
}

.location-section::after {
  content: '';
  position: absolute;
  bottom: -190px;
  left: -170px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 115, 8, 0.08), rgba(200, 115, 8, 0) 72%);
  pointer-events: none;
}

.location-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.88fr);
  gap: 64px;
}

.location-copy {
  max-width: 610px;
}

.location-copy .eyebrow {
  color: var(--gold-deep);
}

.location-copy h2 {
  margin: 0.2rem 0 18px;
  color: var(--charcoal) !important;
  text-shadow: none;
}

.location-copy > p {
  max-width: 590px;
  color: var(--muted) !important;
  font-size: 0.98rem;
  line-height: 1.82;
}

.location-details {
  gap: 14px;
  margin: 28px 0 30px;
}

.location-details p {
  position: relative;
  overflow: hidden;
  min-height: 92px;
  padding: 18px 19px;
  color: var(--charcoal) !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 13px 34px rgba(34, 26, 15, 0.07);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.location-details p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold-deep));
}

.location-details p:hover {
  transform: translateY(-4px);
  border-color: rgba(236, 150, 31, 0.5);
  box-shadow: 0 20px 44px rgba(34, 26, 15, 0.11);
}

.location-details strong {
  color: var(--gold-deep) !important;
}

.location-details a {
  color: var(--charcoal) !important;
  text-decoration: none !important;
}

.location-details a:hover {
  color: var(--gold-deep) !important;
}

.location-section .btn-dark {
  color: var(--white);
  background: var(--charcoal);
  border-color: var(--charcoal);
  box-shadow: 0 15px 34px rgba(23, 23, 23, 0.16);
}

.location-section .btn-dark:hover {
  color: var(--white);
  background: var(--gold);
  border-color: var(--gold);
}

.map-frame {
  width: 100%;
  max-width: 520px;
  min-height: 350px;
  justify-self: end;
  padding: 10px;
  background: var(--white);
  border: 1px solid rgba(236, 150, 31, 0.28);
  border-radius: 22px;
  box-shadow: 0 25px 65px rgba(37, 27, 14, 0.14);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.map-frame:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 80px rgba(37, 27, 14, 0.2);
}

.map-frame::before {
  inset: 20px;
  border-color: rgba(255, 255, 255, 0.34);
  border-radius: 12px;
}

.map-frame iframe {
  height: 330px;
  min-height: 330px;
  border-radius: 14px;
  filter: grayscale(0.15) saturate(0.9) contrast(1.04);
}

@media (max-width: 900px) {
  .location-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .location-copy {
    max-width: none;
  }

  .map-frame {
    max-width: 680px;
    min-height: 340px;
    justify-self: stretch;
  }

  .map-frame iframe {
    height: 320px;
    min-height: 320px;
  }
}

@media (max-width: 620px) {
  .location-section {
    padding: 64px 0;
  }

  .location-details {
    grid-template-columns: 1fr;
  }

  .location-details p {
    min-height: auto;
  }

  .map-frame {
    min-height: 292px;
    padding: 7px;
    border-radius: 17px;
  }

  .map-frame iframe {
    height: 276px;
    min-height: 276px;
    border-radius: 11px;
  }
}


/* =========================================================
   Top header phone link: remove underline and keep clean CTA
========================================================= */
.topbar a,
.topbar a:visited,
.topbar a:hover,
.topbar a:focus,
.topbar a:active,
.topbar-inner a,
.topbar-inner a:visited,
.topbar-inner a:hover,
.topbar-inner a:focus,
.topbar-inner a:active {
  color: #fff !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-thickness: 0 !important;
  text-underline-offset: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.topbar a:hover,
.topbar a:focus,
.topbar-inner a:hover,
.topbar-inner a:focus {
  color: var(--charcoal) !important;
}


/* =========================================================
   Mobile header: disable sticky positioning
========================================================= */
@media (max-width: 1000px) {
  .site-header,
  body.admin-bar .site-header {
    position: relative !important;
    top: auto !important;
  }
}

/* =========================================================
   Contact Form 7 - compact field spacing
========================================================= */
.wpcf7 form p,
.form-card .wpcf7-form p,
.contact-form-box .wpcf7-form p,
.contact-luxury-form .wpcf7-form p {
  margin: 0 0 14px !important;
  padding: 0 !important;
}

.wpcf7 label,
.form-card .wpcf7-form label,
.contact-form-box .wpcf7-form label,
.contact-luxury-form .wpcf7-form label {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7-form-control-wrap,
.form-card .wpcf7-form-control-wrap,
.contact-form-box .wpcf7-form-control-wrap,
.contact-luxury-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 7px 0 0 !important;
  padding: 0 !important;
}

.wpcf7 label > br,
.wpcf7-form-control-wrap + br,
.form-card .wpcf7-form label > br,
.form-card .wpcf7-form-control-wrap + br,
.contact-form-box .wpcf7-form label > br,
.contact-form-box .wpcf7-form-control-wrap + br,
.contact-luxury-form .wpcf7-form label > br,
.contact-luxury-form .wpcf7-form-control-wrap + br {
  display: none !important;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
  margin-bottom: 0 !important;
}

.wpcf7-not-valid-tip {
  margin: 4px 0 0 !important;
}

/* =========================================================
   Luxury Contact Us page
========================================================= */
.contact-page-main {
  overflow: hidden;
  background: #fff;
}

.contact-page-section {
  position: relative;
  background:
    radial-gradient(circle at 8% 10%, rgba(236,150,31,.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbf8f2 100%);
}

.contact-page-section::before {
  content: "";
  position: absolute;
  top: 80px;
  right: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(236,150,31,.12);
  border-radius: 50%;
  pointer-events: none;
}

.contact-page-heading {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.contact-page-heading h2 {
  margin: 0 0 15px;
  color: var(--charcoal);
}

.contact-page-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.8;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(340px,.9fr) minmax(0,1.1fr);
  gap: 42px;
  align-items: start;
}

.contact-details-column,
.contact-booking-column {
  min-width: 0;
}

.contact-details-card {
  position: sticky;
  top: 120px;
  height: auto;
  overflow: hidden;
  padding: 40px 36px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(236,150,31,.2), transparent 32%),
    linear-gradient(145deg,#242424 0%,#111 100%);
  border: 1px solid rgba(236,150,31,.2);
  border-radius: 22px;
  box-shadow: 0 28px 75px rgba(23,23,23,.18);
}

.contact-details-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(236,150,31,.16);
  border-radius: 50%;
  pointer-events: none;
}

.contact-details-card .eyebrow { color: #ffc46f; }
.contact-details-card h2 { margin: 0 0 16px; color: #fff !important; }
.contact-intro-content,
.contact-intro-content p { color: #d5d5d5; line-height: 1.75; }
.contact-intro-content p { margin: 0 0 18px; }

.contact-detail-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 28px 0 30px;
}

.contact-detail-item {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr);
  gap: 15px;
  align-items: center;
  padding: 17px 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 13px;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.contact-detail-item:hover {
  transform: translateX(4px);
  background: rgba(255,255,255,.08);
  border-color: rgba(236,150,31,.46);
}

.contact-detail-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: linear-gradient(135deg,var(--gold),var(--gold-deep));
  border-radius: 50%;
  font: 800 .72rem/1 var(--sans);
  box-shadow: 0 10px 24px rgba(236,150,31,.22);
}

.contact-detail-label {
  display: block;
  margin-bottom: 3px;
  color: #ffc46f;
  font: 800 .68rem/1.4 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-detail-item p { margin: 0; color: #fff; line-height: 1.55; }
.contact-detail-item a { color: #fff !important; text-decoration: none !important; }
.contact-detail-item a:hover { color: #ffc46f !important; }

.contact-quick-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-quick-actions .btn { width: 100%; min-width: 0; }
.contact-details-card .btn-outline { color: #fff; border-color: rgba(255,255,255,.45); }
.contact-details-card .btn-outline:hover { color: var(--charcoal); background: #fff; border-color: #fff; }

.contact-luxury-form {
  position: relative;
  height: auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(236,150,31,.26);
  border-radius: 22px;
  box-shadow: 0 28px 75px rgba(23,23,23,.12);
}

.contact-form-header {
  position: relative;
  padding: 34px 36px 30px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.16), transparent 35%),
    linear-gradient(135deg,var(--gold),var(--gold-deep));
}

.contact-form-kicker {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font: 800 .72rem/1.4 var(--sans);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-form-header h2 { margin: 0 0 10px; color: #fff !important; }
.contact-form-header p { margin: 0; color: rgba(255,255,255,.92); line-height: 1.7; }
.contact-form-content { padding: 32px 36px 36px; }

.contact-luxury-form .wpcf7 label {
  color: var(--charcoal);
  font: 800 .76rem/1.4 var(--sans);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.contact-luxury-form .wpcf7 input:not([type="submit"]),
.contact-luxury-form .wpcf7 select,
.contact-luxury-form .wpcf7 textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fdfbf7;
  border: 1px solid #ddd5c9;
  border-radius: 10px;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.025);
  font: 400 .92rem/1.5 var(--sans);
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.contact-luxury-form .wpcf7 textarea {
  min-height: 100px;
  height: 100px;
  max-height: 170px;
  resize: vertical;
}

.contact-luxury-form .wpcf7 input:not([type="submit"]):focus,
.contact-luxury-form .wpcf7 select:focus,
.contact-luxury-form .wpcf7 textarea:focus {
  background: #fff;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(236,150,31,.1), 0 12px 28px rgba(0,0,0,.055);
  transform: translateY(-1px);
}

.contact-luxury-form .wpcf7 input[type="submit"] {
  width: 100%;
  min-height: 52px;
  margin-top: 3px;
  border-radius: 10px;
}

/* Separate Contact page map */
.contact-map-section {
  position: relative;
  padding-top: 20px;
  background: #fff;
}

.contact-map-heading {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px,.7fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}

.contact-map-heading h2 { margin: 0; color: var(--charcoal); }
.contact-map-summary p { margin: 0 0 10px; color: var(--muted); line-height: 1.75; }

.contact-map-frame {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(236,150,31,.25);
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(23,23,23,.12);
}

.contact-map-frame::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 14px;
  pointer-events: none;
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 15px;
  filter: grayscale(.08) contrast(1.03);
}

/* =========================================================
   Footer accreditation, menus and contact icons
========================================================= */
.footer-credit-logo { margin-top: 22px; }
.footer-credit-logo img {
  display: block;
  width: auto;
  max-width: 105px;
  max-height: 105px;
  object-fit: contain;
}

.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin: 0 0 10px; }
.footer-menu a { color: #bcbcbc; text-decoration: none !important; }
.footer-menu a:hover { color: var(--gold); }

.footer-contact-item {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 16px;
}

.footer-contact-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--gold);
  background: rgba(236,150,31,.1);
  border: 1px solid rgba(236,150,31,.24);
  border-radius: 50%;
  transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

.footer-contact-icon svg { width: 17px; height: 17px; fill: currentColor; }
.footer-contact-item p { margin: 5px 0 0; color: #bcbcbc; line-height: 1.65; overflow-wrap: anywhere; }
.footer-contact-item a { color: #bcbcbc; text-decoration: none !important; }
.footer-contact-item:hover .footer-contact-icon { color: #fff; background: var(--gold); transform: translateY(-2px); }
.footer-contact-item a:hover { color: var(--gold); }

/* =========================================================
   Final desktop and mobile header navigation
========================================================= */
.primary-navigation { margin-left: auto; }
.primary-menu,
.primary-menu ul { margin: 0; padding: 0; list-style: none; }

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  white-space: nowrap;
}

.primary-menu > li {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.primary-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  color: #fff;
  font: 700 .88rem/1.2 var(--sans);
  text-decoration: none !important;
  white-space: nowrap;
}

.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a { color: var(--gold); }

.primary-menu > li.menu-item-has-children > a { padding-right: 17px; }
.primary-menu > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
}

.primary-menu .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 9999;
  display: block;
  width: 250px;
  min-width: 250px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(12px);
  background: #fff;
  border: 1px solid rgba(236,150,31,.2);
  border-radius: 14px;
  box-shadow: 0 22px 55px rgba(0,0,0,.22);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.primary-menu .sub-menu li { display: block; width: 100%; margin: 0; }
.primary-menu .sub-menu li + li { border-top: 1px solid #eee; }
.primary-menu .sub-menu a {
  display: block;
  width: 100%;
  padding: 12px 14px;
  color: var(--charcoal);
  font: 650 .86rem/1.45 var(--sans);
  white-space: normal;
  text-decoration: none !important;
  border-radius: 8px;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu .current-menu-item > a {
  color: var(--gold-deep);
  background: rgba(236,150,31,.09);
  padding-left: 18px;
}

@media (min-width:1001px) and (max-width:1220px) {
  .primary-menu { gap: 16px; }
  .primary-menu > li > a { font-size: .8rem; }
  .header-inner { gap: 18px; }
}

@media (max-width:1000px) {
  .site-header,
  body.admin-bar .site-header { position: relative !important; top: auto !important; }

  .header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .site-branding,
  .custom-logo-link { flex: 0 1 auto; min-width: 0; }
  .site-branding img,
  .custom-logo-link img { width: auto; max-width: 210px; max-height: 58px; }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    margin-left: auto;
    padding: 10px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    box-shadow: none;
  }

  .menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background: #fff;
    border-radius: 2px;
  }

  .primary-navigation {
    position: absolute;
    top: calc(100% + 1px);
    left: 4%;
    right: 4%;
    z-index: 9999;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    background: #fff;
    border: 1px solid rgba(236,150,31,.18);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 24px 55px rgba(0,0,0,.22);
    transition: max-height .35s ease, opacity .25s ease, visibility .25s ease, transform .25s ease;
  }

  .primary-navigation.open {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-overflow-scrolling: touch;
  }

  .primary-menu { display: block; width: 100%; padding: 10px; white-space: normal; }
  .primary-menu > li { display: block; width: 100%; }
  .primary-menu > li + li { border-top: 1px solid var(--line); }

  .primary-menu > li > a {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 14px 15px;
    color: var(--charcoal);
    font-size: .9rem;
    line-height: 1.4;
    white-space: normal;
  }

  .primary-menu > li.menu-item-has-children > a { padding-right: 48px; }
  .primary-menu > li.menu-item-has-children > a::before {
    right: 19px;
    width: 7px;
    height: 7px;
    border-width: 0 2px 2px 0;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .25s ease;
  }

  .primary-menu > li.menu-item-has-children.submenu-open > a::before {
    transform: translateY(-30%) rotate(225deg);
  }

  /* Closed by default. JavaScript adds .submenu-open on tap. */
  .primary-menu .sub-menu {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 8px 14px;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .primary-menu li.submenu-open > .sub-menu { display: block; }
  .primary-menu .sub-menu li,
  .primary-menu .sub-menu li + li { border: 0; }

  .primary-menu .sub-menu a {
    display: block;
    width: 100%;
    padding: 10px 14px;
    color: #5b5b5b;
    font-size: .82rem;
    line-height: 1.45;
    text-decoration: none !important;
    background: transparent;
    border-left: 2px solid rgba(236,150,31,.18);
    border-radius: 0;
    white-space: normal;
  }

  .primary-menu .sub-menu a:hover,
  .primary-menu .sub-menu .current-menu-item > a {
    color: var(--gold-deep);
    background: rgba(236,150,31,.08);
    border-left-color: var(--gold);
    padding-left: 18px;
  }

  .header-cta { display: none; }

  .contact-page-grid,
  .contact-map-heading { grid-template-columns: 1fr; }
  .contact-details-card { position: static; top: auto; }
}

@media (max-width:700px) {
  .contact-page-heading { margin-bottom: 34px; }
  .contact-form-header,
  .contact-details-card { padding: 28px 22px; }
  .contact-form-content { padding: 25px 20px 28px; }
  .contact-detail-item { grid-template-columns: 40px minmax(0,1fr); padding: 15px; }
  .contact-detail-icon { width: 40px; height: 40px; }
  .contact-quick-actions { grid-template-columns: 1fr; }
  .contact-map-frame { padding: 8px; }
  .contact-map-frame iframe { height: 320px; }
  .contact-map-frame::before { inset: 15px; }
  .footer-credit-logo img { max-width: 90px; }
  .footer-contact-item { grid-template-columns: 36px minmax(0,1fr); }
  .footer-contact-icon { width: 36px; height: 36px; }
}

@media (max-width:600px) {
  .header-inner { padding: 12px 0; }
  .site-branding img,
  .custom-logo-link img { max-width: 175px; max-height: 50px; }
  .primary-navigation { left: 14px; right: 14px; }
  .primary-navigation.open { max-height: calc(100vh - 112px); }
  .primary-menu { padding: 8px; }
  .primary-menu > li > a { padding: 13px 12px; font-size: .88rem; }
  .primary-menu .sub-menu { padding-left: 10px; }
  .primary-menu .sub-menu a { padding: 9px 12px; font-size: .8rem; }
}
