/*
Theme Name: Sand and Stone Advisors
Theme URI: https://sandandstoneadvisors.com
Author: Sand and Stone Advisors
Description: A visually editable WordPress block theme for Sand and Stone Advisors.
Version: 1.5.1
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: sand-and-stone
*/

:root {
  --ss-charcoal: #43515a;
  --ss-charcoal-deep: #303c43;
  --ss-sand: #c99b69;
  --ss-sand-dark: #a97745;
  --ss-ivory: #eee8dd;
  --ss-cream: #f8f5ef;
  --ss-white: #ffffff;
  --ss-ink: #253138;
  --ss-line: rgba(67, 81, 90, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ss-cream);
  color: var(--ss-ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * { margin-block-start: 0; }

.site-header {
  min-height: 92px;
  padding: 14px clamp(24px, 5vw, 84px);
  display: grid !important;
  grid-template-columns: minmax(190px, 300px) 1fr auto;
  align-items: center;
  gap: 44px;
  background: rgba(248, 245, 239, 0.94);
  border-bottom: 1px solid var(--ss-line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.site-header .wp-block-site-logo img { width: 270px; max-height: 62px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.site-header .wp-block-site-title { margin: 0; font-family: Georgia, "Times New Roman", serif; color: var(--ss-charcoal); }
.site-header .wp-block-navigation { justify-content: center; gap: clamp(22px, 3vw, 46px); }
.site-header .wp-block-navigation-item__content { font-size: 12px; letter-spacing: .11em; text-transform: uppercase; color: var(--ss-charcoal); position: relative; padding: 10px 0; }
.site-header .wp-block-navigation-item__content::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 0; height: 1px; background: var(--ss-sand-dark); transition: width .25s ease; }
.site-header .wp-block-navigation-item__content:hover::after,
.site-header .wp-block-navigation-item__content:focus-visible::after { width: 100%; }

.ss-button .wp-block-button__link,
.wp-block-button.ss-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 0;
  background: var(--ss-charcoal);
  color: var(--ss-white);
  border: 1px solid var(--ss-charcoal);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.ss-button .wp-block-button__link:hover,
.ss-button .wp-block-button__link:focus-visible { background: var(--ss-sand); border-color: var(--ss-sand); color: var(--ss-ink); transform: translateY(-2px); }
.ss-button-small .wp-block-button__link { min-height: 46px; padding: 0 19px; }
.ss-button-light .wp-block-button__link { background: var(--ss-ivory); border-color: var(--ss-ivory); color: var(--ss-ink); }
.ss-button-light .wp-block-button__link:hover,
.ss-button-light .wp-block-button__link:focus-visible { background: var(--ss-sand); border-color: var(--ss-sand); }

.hero {
  min-height: calc(100vh - 92px);
  padding: clamp(70px, 10vh, 128px) clamp(24px, 7vw, 120px) 38px;
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  grid-template-rows: 1fr auto;
  gap: 60px 8vw;
  position: relative;
  overflow: hidden;
}
.hero::before { content: ""; width: 420px; height: 420px; border: 1px solid rgba(201, 155, 105, .22); border-radius: 50%; position: absolute; right: -170px; top: -170px; }
.hero-copy { max-width: 820px; align-self: center; }
.eyebrow { margin: 0 0 26px; color: var(--ss-sand-dark); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow-light { color: #e3c29d; }
.hero h1, .ss-heading, .ss-card-title { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 { margin: 0; color: var(--ss-charcoal); font-size: clamp(52px, 6.6vw, 105px); line-height: .93; letter-spacing: -.055em; }
.hero h1 em, .ss-heading em { color: var(--ss-sand-dark); font-weight: 400; }
.hero-intro { margin: 40px 0 0; max-width: 610px; color: #526069; font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2vw, 28px); line-height: 1.45; }
.button-row { margin-top: 40px; display: flex !important; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { min-height: 48px; display: inline-flex; align-items: center; gap: 14px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid var(--ss-charcoal); }
.hero-mark { align-self: center; justify-self: center; width: min(100%, 410px); }
.arch { height: 520px; border: 2px solid var(--ss-charcoal); border-radius: 205px 205px 8px 8px; position: relative; overflow: hidden; background: var(--ss-ivory); box-shadow: 24px 24px 0 rgba(201, 155, 105, .2); }
.ridge { position: absolute; width: 380px; height: 190px; background: #ddd4c5; transform: rotate(-12deg); }
.ridge-one { left: -150px; top: 210px; border-radius: 65% 35% 0 0; }
.ridge-two { right: -190px; top: 175px; background: #f4f0e8; transform: rotate(14deg); border-radius: 50% 50% 0 0; }
.land { position: absolute; bottom: -85px; width: 370px; height: 320px; border-radius: 60% 45% 0 0; }
.land-sand { left: -150px; background: var(--ss-sand); transform: rotate(18deg); }
.land-stone { right: -120px; background: var(--ss-charcoal); transform: rotate(-16deg); }
.river { position: absolute; width: 92px; height: 390px; left: 45%; bottom: -155px; background: var(--ss-white); transform: rotate(13deg); border-radius: 50% 42% 0 0; }
.hero-mark-labels { margin: 25px 0 0; display: flex; justify-content: space-between; color: var(--ss-charcoal); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.hero-foot { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--ss-line); display: flex !important; align-items: center; gap: 18px; color: var(--ss-charcoal); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ss-sand); }

.statement { padding: clamp(90px, 12vw, 180px) clamp(24px, 8vw, 140px); display: grid !important; grid-template-columns: .55fr 1.45fr; gap: 8vw; background: var(--ss-white); }
.ss-heading { margin: 0; color: var(--ss-charcoal); font-size: clamp(40px, 4.8vw, 72px); line-height: 1.06; letter-spacing: -.035em; }
.statement-copy > p { margin: 38px 0 0; max-width: 760px; font-size: 19px; line-height: 1.8; color: #5a666c; }

.services { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 120px); background: var(--ss-charcoal-deep); color: var(--ss-ivory); }
.section-heading { display: grid !important; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.services .ss-heading { color: var(--ss-ivory); }
.services .ss-heading em { color: #e0b88c; }
.section-heading-copy { margin: 0 0 8px; color: #c9d0d3; font-size: 17px; line-height: 1.75; }
.journey-grid { margin: 78px 0 50px; display: grid !important; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); gap: 0 !important; }
.journey-card { padding: 34px clamp(24px, 3vw, 48px) 42px; border-right: 1px solid rgba(255,255,255,.24); }
.journey-card:first-child { padding-left: 0; }
.journey-card:last-child { border-right: 0; padding-right: 0; }
.card-top { display: flex !important; align-items: center; justify-content: space-between; color: #d8b286; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.card-number { width: 42px; height: 42px; margin: 0; display: grid; place-items: center; border: 1px solid rgba(224,184,140,.55); border-radius: 50%; }
.card-label { margin: 0; }
.ss-card-title { margin: 55px 0 24px; font-size: clamp(30px, 2.7vw, 42px); line-height: 1.1; color: var(--ss-white); }
.journey-card > .card-copy { min-height: 115px; color: #c8d0d3; font-size: 15px; line-height: 1.75; }
.journey-card ul { padding: 18px 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.journey-card li { position: relative; padding: 10px 0 10px 19px; color: var(--ss-ivory); font-size: 13px; }
.journey-card li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; border-radius: 50%; background: var(--ss-sand); }

.fit { display: grid !important; grid-template-columns: .85fr 1.15fr; min-height: 850px; }
.fit-visual { padding: 72px; min-height: 650px; background: var(--ss-sand); display: flex !important; flex-direction: column; justify-content: center; align-items: center; gap: 12px; overflow: hidden; position: relative; }
.fit-visual::before, .fit-visual::after { content: ""; position: absolute; width: 460px; height: 620px; border: 2px solid rgba(255,255,255,.65); border-radius: 230px 230px 0 0; }
.fit-visual::after { width: 310px; height: 470px; border-color: rgba(67,81,90,.6); border-width: 1px; }
.fit-word { z-index: 1; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6vw, 94px); line-height: .94; color: var(--ss-charcoal-deep); font-style: italic; }
.fit-word-light { color: var(--ss-white); transform: translateX(52px); }
.fit-copy { padding: clamp(80px, 9vw, 140px) clamp(32px, 8vw, 130px); background: var(--ss-ivory); }
.fit-copy > .fit-intro { margin: 32px 0 46px; max-width: 670px; color: #59666c; font-size: 18px; line-height: 1.75; }
.fit-list { border-top: 1px solid rgba(67,81,90,.25); }
.fit-list p { margin: 0; padding: 20px 0; border-bottom: 1px solid rgba(67,81,90,.25); display: grid; grid-template-columns: 48px 1fr; gap: 18px; color: var(--ss-charcoal); font-size: 14px; line-height: 1.5; }
.fit-list strong { color: var(--ss-sand-dark); font-size: 10px; letter-spacing: .14em; }

.process { padding: clamp(90px, 11vw, 160px) clamp(24px, 8vw, 140px); background: var(--ss-white); }
.process-grid { margin-top: 72px; display: grid !important; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ss-line); gap: 0 !important; }
.process-card { padding: 34px 42px 20px 0; }
.process-card + .process-card { padding-left: 42px; border-left: 1px solid var(--ss-line); }
.process-number { color: var(--ss-sand-dark); font-size: 10px; letter-spacing: .16em; }
.process-card h3 { margin: 52px 0 18px; color: var(--ss-charcoal); font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; line-height: 1.16; }
.process-card p:last-child { margin: 0; color: #667278; line-height: 1.7; font-size: 15px; }

.quote-band { padding: clamp(76px, 9vw, 125px) clamp(28px, 13vw, 220px); text-align: center; color: var(--ss-ivory); background: var(--ss-charcoal); }
.quote-band .quote { margin: 0 auto; max-width: 1100px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(35px, 4.6vw, 68px); line-height: 1.18; letter-spacing: -.025em; }
.quote-band .attribution { margin-top: 36px; color: #dcb58a; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }

.faq { padding: clamp(90px, 11vw, 160px) clamp(24px, 8vw, 140px); display: grid !important; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--ss-cream); }
.faq-list { border-top: 1px solid var(--ss-line); }
.faq-list details { border-bottom: 1px solid var(--ss-line); }
.faq-list summary { cursor: pointer; padding: 27px 0; color: var(--ss-charcoal); font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.faq-list details > p { margin: -3px 52px 28px 0; color: #637077; font-size: 15px; line-height: 1.75; }

.final-cta { padding: clamp(95px, 12vw, 170px) 24px; text-align: center; background: var(--ss-charcoal-deep); color: var(--ss-ivory); position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 120%, rgba(201,155,105,.25), transparent 48%); }
.final-cta > * { position: relative; }
.final-cta .ss-heading { color: var(--ss-ivory); font-size: clamp(48px, 6vw, 90px); line-height: 1; }
.final-cta .ss-heading em { color: #dfb88c; }
.final-cta-copy { margin: 32px auto 38px; max-width: 660px; color: #cad1d4; font-size: 17px; line-height: 1.7; }
.calendar-note { margin: 28px auto 0; max-width: 650px; color: #d8dede; font-size: 12px; }

/* Print-ad QR landing page. */
.golf-header {
  min-height: 92px;
  padding: 14px clamp(24px, 5vw, 84px);
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(248, 245, 239, 0.96);
  border-bottom: 1px solid var(--ss-line);
}
.golf-header .wp-block-site-logo img {
  width: 270px;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}
.golf-return {
  color: var(--ss-charcoal);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ss-sand-dark);
  padding: 8px 0;
}
.golf-landing {
  min-height: calc(100vh - 92px);
  padding: clamp(70px, 10vw, 145px) clamp(24px, 7vw, 120px) clamp(70px, 9vw, 130px);
  position: relative;
  overflow: hidden;
  background: var(--ss-cream);
}
.golf-landing::before {
  content: "";
  position: absolute;
  width: min(47vw, 680px);
  height: min(58vw, 820px);
  right: -9vw;
  top: -18vw;
  border: 1px solid rgba(201, 155, 105, .28);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}
.golf-grid {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  gap: clamp(64px, 9vw, 150px);
}
.golf-copy { max-width: 840px; }
.golf-copy h1 {
  margin: 0;
  max-width: 840px;
  color: var(--ss-charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.2vw, 98px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .98;
}
.golf-copy h1 em { color: var(--ss-sand-dark); font-weight: 400; }
.golf-intro {
  margin: 34px 0 0;
  max-width: 670px;
  color: #58656c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.5;
}
.golf-actions { margin-top: 38px; }
.golf-reassurance {
  margin: 24px 0 0;
  color: #6a757a;
  font-size: 12px;
  line-height: 1.6;
}
.golf-card {
  padding: clamp(38px, 5vw, 64px);
  color: var(--ss-ivory);
  background: var(--ss-charcoal-deep);
  box-shadow: 24px 24px 0 rgba(201, 155, 105, .25);
}
.golf-card .eyebrow { color: #e0b88c; }
.golf-card h2 {
  margin: 0 0 28px;
  color: var(--ss-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.1vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}
.golf-card-list { margin: 0; padding: 0; list-style: none; }
.golf-card-list li {
  padding: 18px 0 18px 28px;
  position: relative;
  border-top: 1px solid rgba(255,255,255,.17);
  color: #d6dcde;
  font-size: 14px;
  line-height: 1.55;
}
.golf-card-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.golf-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ss-sand);
}
.golf-path {
  position: relative;
  margin-top: clamp(70px, 9vw, 125px);
  padding-top: 30px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--ss-line);
  color: var(--ss-charcoal);
}
.golf-path p { margin: 0; }
.golf-path-label { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.golf-path-copy { max-width: 650px; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.6; text-align: right; }
.golf-footer {
  padding: 32px clamp(24px, 7vw, 120px);
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--ss-ivory);
  border-top: 1px solid var(--ss-line);
}
.golf-footer p { margin: 0; color: #647077; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.golf-footer a { color: var(--ss-charcoal); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.site-footer { padding: 60px clamp(24px, 7vw, 120px) 32px; display: grid !important; grid-template-columns: minmax(210px, 320px) 1fr auto; align-items: center; gap: 36px; background: var(--ss-ivory); border-top: 1px solid var(--ss-line); }
.site-footer .wp-block-site-logo img { width: 280px; max-height: 80px; object-fit: contain; object-position: left; mix-blend-mode: multiply; }
.site-footer .footer-tagline { margin: 0; color: #657178; font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
.site-footer .wp-block-navigation-item__content { color: var(--ss-charcoal); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.site-footer .copyright { grid-column: 1 / -1; width: 100%; margin: 0; padding-top: 28px; border-top: 1px solid var(--ss-line); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: ss-rise .8s ease both; }
  .hero-mark { animation: ss-rise .8s .15s ease both; }
  @keyframes ss-rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .site-header .wp-block-navigation { display: flex; justify-self: end; }
  .site-header .wp-block-navigation__container { display: none; }
  .site-header .wp-block-navigation__responsive-container-open { display: flex; }
  .hero { grid-template-columns: 1fr .62fr; gap: 50px; }
  .arch { height: 430px; }
  .journey-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .journey-card, .journey-card:first-child, .journey-card:last-child { padding: 34px 0 38px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .journey-card > .card-copy { min-height: auto; }
  .ss-card-title { margin-top: 32px; }
  .golf-grid { grid-template-columns: 1fr; }
  .golf-card { max-width: 720px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 76px; padding: 9px 18px; gap: 14px; }
  .site-header .wp-block-site-logo img { width: 190px; height: 52px; }
  .ss-button-small .wp-block-button__link { min-height: 42px; padding: 0 13px; font-size: 9px; }
  .hero { min-height: 0; padding: 70px 22px 28px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 55px; }
  .hero h1 { font-size: clamp(48px, 14vw, 70px); line-height: .98; }
  .hero-intro { margin-top: 28px; font-size: 20px; }
  .hero-mark { max-width: 330px; justify-self: start; }
  .arch { height: 400px; box-shadow: 14px 14px 0 rgba(201,155,105,.2); }
  .hero-foot { flex-wrap: wrap; row-gap: 10px; }
  .statement, .section-heading, .fit, .faq { grid-template-columns: 1fr; }
  .statement, .section-heading { gap: 30px; }
  .fit { min-height: 0; }
  .fit-visual { min-height: 520px; padding: 32px; }
  .fit-copy { padding: 80px 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card, .process-card + .process-card { padding: 30px 0 34px; border-left: 0; border-bottom: 1px solid var(--ss-line); }
  .process-card h3 { margin-top: 24px; }
  .faq { gap: 55px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer .copyright { grid-column: auto; }
  .golf-header { min-height: 76px; padding: 9px 18px; }
  .golf-header .wp-block-site-logo img { width: 190px; height: 52px; }
  .golf-return { display: none; }
  .golf-landing { min-height: 0; padding: 64px 22px 74px; }
  .golf-copy h1 { font-size: clamp(48px, 13vw, 70px); }
  .golf-card { padding: 38px 28px; box-shadow: 14px 14px 0 rgba(201, 155, 105, .25); }
  .golf-path { align-items: flex-start; flex-direction: column; }
  .golf-path-copy { text-align: left; }
  .golf-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .site-header .wp-block-site-logo img { width: 165px; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .button-row .wp-block-button, .button-row .wp-block-button__link { width: 100%; }
}

/* Golf-ad continuity page: mirrors the print piece without using it as a flat image. */
.golf-ad-shell {
  min-height: 100vh;
  display: grid !important;
  grid-template-columns: minmax(0, 2.7fr) minmax(330px, 1fr);
  background: #1f4339;
}
.golf-ad-primary {
  min-width: 0;
  padding: clamp(34px, 4.6vw, 78px) clamp(28px, 5.5vw, 94px) clamp(62px, 7vw, 118px);
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(68px, 9vw, 150px);
  color: var(--ss-white);
  background: #1f4339;
}
.golf-ad-logo-card {
  width: min(66%, 690px);
  padding: clamp(14px, 2vw, 28px) clamp(20px, 3vw, 42px);
  background: var(--ss-white);
  border-radius: 26px;
}
.golf-ad-logo-card .wp-block-site-logo { margin: 0; }
.golf-ad-logo-card .wp-block-site-logo img {
  width: 100%;
  max-height: 118px;
  object-fit: contain;
  object-position: left center;
}
.golf-ad-message { max-width: 1050px; }
.golf-ad-message h1 {
  margin: 0;
  color: var(--ss-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 7.7vw, 132px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.01;
}
.golf-ad-rule {
  width: min(280px, 34%);
  height: 7px;
  margin: clamp(48px, 6vw, 86px) 0 clamp(44px, 5vw, 72px);
  background: #cb8b42;
}
.golf-ad-intro {
  margin: 0;
  max-width: 970px;
  color: var(--ss-white);
  font-size: clamp(23px, 2.45vw, 42px);
  line-height: 1.42;
}
.golf-ad-services {
  margin: clamp(44px, 5vw, 72px) 0 0;
  color: var(--ss-white);
  font-size: clamp(15px, 1.75vw, 28px);
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.5;
  text-transform: uppercase;
}
.golf-ad-services span { color: #d6d8d2; padding: 0 .45em; }
.golf-ad-booking {
  padding: clamp(54px, 7vw, 118px) clamp(32px, 4.6vw, 76px);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  color: var(--ss-charcoal-deep);
  background: #eee8de;
}
.golf-ad-booking .eyebrow { color: #1f4339; line-height: 1.5; }
.golf-ad-booking h2 {
  margin: 0;
  color: #1f4339;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(36px, 4vw, 68px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .98;
  text-transform: uppercase;
}
.golf-ad-booking h2 em {
  display: block;
  margin-top: 8px;
  color: #cb8b42;
  font-style: normal;
  font-weight: 800;
}
.golf-ad-booking-copy {
  margin: 28px 0 0;
  color: #51615d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.55;
}
.golf-ad-actions { margin-top: 34px; display: flex !important; gap: 14px; flex-wrap: wrap; }
.golf-ad-actions .wp-block-button__link {
  background: #1f4339;
  border-color: #1f4339;
}
.golf-ad-actions .wp-block-button__link:hover,
.golf-ad-actions .wp-block-button__link:focus-visible {
  color: var(--ss-white);
  background: #cb8b42;
  border-color: #cb8b42;
}
.golf-ad-booking .calendar-note {
  margin: 20px 0 0;
  color: #6b7773;
  font-size: 11px;
  line-height: 1.6;
}
.golf-ad-divider {
  width: 100%;
  height: 1px;
  margin: clamp(44px, 5vw, 72px) 0;
  background: rgba(31, 67, 57, .22);
}
.golf-ad-booking h3 {
  margin: 0 0 20px;
  color: #1f4339;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.4vw, 39px);
  font-weight: 400;
  line-height: 1.12;
}
.golf-ad-booking-list { margin: 0; padding: 0; list-style: none; }
.golf-ad-booking-list li {
  padding: 15px 0 15px 24px;
  position: relative;
  border-top: 1px solid rgba(31, 67, 57, .17);
  color: #53615d;
  font-size: 13px;
  line-height: 1.55;
}
.golf-ad-booking-list li:last-child { border-bottom: 1px solid rgba(31, 67, 57, .17); }
.golf-ad-booking-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cb8b42;
}
.golf-ad-home-link {
  margin: 34px 0 0;
  color: #1f4339;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.golf-ad-home-link a { border-bottom: 1px solid #cb8b42; padding-bottom: 5px; }
.golf-ad-footer {
  padding: 22px clamp(24px, 5vw, 84px);
  display: flex !important;
  justify-content: space-between;
  gap: 24px;
  color: #dbe1df;
  background: #16372f;
}
.golf-ad-footer p { margin: 0; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 1040px) {
  .golf-ad-shell { grid-template-columns: 1fr; }
  .golf-ad-primary { min-height: 92vh; }
  .golf-ad-logo-card { width: min(76%, 620px); }
  .golf-ad-booking { min-height: 72vh; }
}

@media (max-width: 600px) {
  .golf-ad-primary { min-height: 88vh; padding: 28px 22px 62px; gap: 72px; }
  .golf-ad-logo-card { width: 92%; padding: 12px 18px; border-radius: 18px; }
  .golf-ad-logo-card .wp-block-site-logo img { max-height: 72px; }
  .golf-ad-message h1 { font-size: clamp(58px, 18vw, 78px); }
  .golf-ad-rule { height: 5px; margin: 42px 0 38px; }
  .golf-ad-intro { font-size: 22px; }
  .golf-ad-services { font-size: 14px; }
  .golf-ad-booking { min-height: 0; padding: 70px 24px 76px; }
  .golf-ad-booking h2 { font-size: clamp(40px, 13vw, 58px); }
  .golf-ad-actions .wp-block-button,
  .golf-ad-actions .wp-block-button__link { width: 100%; }
  .golf-ad-footer { align-items: flex-start; flex-direction: column; }
}

/* Keep the editing canvas close to the live design. */
.editor-styles-wrapper { background: var(--ss-cream); }

/* Contact page */
.contact-page { overflow: hidden; }
.contact-hero {
  min-height: 560px;
  padding: clamp(88px, 11vw, 168px) clamp(24px, 8vw, 140px);
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: end;
  gap: clamp(48px, 8vw, 130px);
  position: relative;
  background: var(--ss-cream);
}
.contact-hero::after {
  content: "";
  width: clamp(260px, 34vw, 560px);
  height: clamp(260px, 34vw, 560px);
  border: 1px solid rgba(201, 155, 105, .34);
  border-radius: 50%;
  position: absolute;
  right: clamp(-220px, -13vw, -90px);
  top: clamp(-210px, -12vw, -80px);
}
.contact-hero-copy { max-width: 920px; position: relative; z-index: 1; }
.contact-hero h1 {
  margin: 0;
  color: var(--ss-charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7.2vw, 112px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .96;
}
.contact-hero h1 em { color: var(--ss-sand-dark); font-style: normal; }
.contact-intro {
  margin: 0;
  max-width: 510px;
  color: #59666d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.contact-details {
  padding: clamp(88px, 10vw, 150px) clamp(24px, 8vw, 140px);
  color: var(--ss-ivory);
  background: var(--ss-charcoal-deep);
}
.contact-details-heading {
  display: grid !important;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: clamp(40px, 8vw, 130px);
}
.contact-details .ss-heading { color: var(--ss-white); }
.contact-details-copy {
  margin: 0 0 8px;
  color: #cbd1d3;
  font-size: 17px;
  line-height: 1.75;
}
.contact-grid {
  margin-top: clamp(58px, 7vw, 94px);
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}
.contact-card {
  min-width: 0;
  padding: 38px clamp(24px, 3.2vw, 52px) 44px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}
.contact-card:first-child { padding-left: 0; }
.contact-card:last-child { padding-right: 0; border-right: 0; }
.contact-label {
  margin: 0;
  color: #e0b88c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.contact-card h2 {
  margin: 42px 0 20px;
  color: var(--ss-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.65vw, 40px);
  font-weight: 400;
  line-height: 1.12;
}
.contact-card p { margin: 0; color: #c8d0d3; font-size: 14px; line-height: 1.7; }
.contact-link {
  display: inline;
  color: var(--ss-ivory);
  border-bottom: 1px solid var(--ss-sand);
  padding-bottom: 5px;
  overflow-wrap: anywhere;
  transition: color .2s ease, border-color .2s ease;
}
.contact-link:hover,
.contact-link:focus-visible { color: #e0b88c; border-color: #e0b88c; }
.contact-note {
  margin: 40px 0 0;
  max-width: 760px;
  color: #bcc5c8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 1000px) {
  .contact-hero,
  .contact-details-heading { grid-template-columns: 1fr; }
  .contact-hero { min-height: 0; align-items: start; }
  .contact-intro { max-width: 700px; }
  .contact-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .contact-card,
  .contact-card:first-child,
  .contact-card:last-child {
    padding: 34px 0 38px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }
  .contact-card h2 { margin-top: 26px; }
}

@media (max-width: 600px) {
  .contact-hero { padding: 74px 22px 82px; gap: 38px; }
  .contact-hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .contact-details { padding: 76px 22px 88px; }
}

/* High-contrast refinements for the live contact and golf-ad pages. */
.golf-ad-primary {
  justify-content: flex-start;
  gap: clamp(64px, 6.5vw, 105px);
  position: relative;
  overflow: hidden;
}
.golf-ad-primary::before {
  content: "";
  width: clamp(300px, 35vw, 620px);
  height: clamp(300px, 35vw, 620px);
  border: 1px solid rgba(203, 139, 66, .35);
  border-radius: 50%;
  position: absolute;
  right: clamp(-280px, -16vw, -120px);
  bottom: clamp(-270px, -15vw, -100px);
}
.golf-ad-primary > * { position: relative; z-index: 1; }
.golf-ad-logo-card {
  width: min(78%, 720px);
  min-height: clamp(108px, 10vw, 155px);
  background-color: var(--ss-white);
  background-image: url("assets/images/sand-and-stone-logo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% - clamp(34px, 5vw, 76px)) auto;
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: 18px 18px 0 rgba(203, 139, 66, .2);
}
.golf-ad-logo-card .wp-block-site-logo {
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.golf-ad-message { max-width: 980px; }
.golf-ad-message h1 { font-size: clamp(64px, 6.8vw, 118px); }
.golf-ad-booking {
  border-left: 8px solid #cb8b42;
  position: relative;
  overflow: hidden;
}
.golf-ad-booking::after {
  content: "";
  width: 190px;
  height: 190px;
  border: 1px solid rgba(31, 67, 57, .18);
  border-radius: 50%;
  position: absolute;
  right: -95px;
  top: -90px;
}
.golf-ad-booking > * { position: relative; z-index: 1; }
.golf-ad-actions .wp-block-button__link { box-shadow: 9px 9px 0 rgba(203, 139, 66, .28); }

.contact-hero {
  min-height: 650px;
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, .75fr);
  gap: clamp(54px, 7vw, 115px);
}
.contact-hero-copy::after {
  content: "";
  display: block;
  width: min(210px, 34%);
  height: 7px;
  margin-top: clamp(42px, 5vw, 72px);
  background: var(--ss-sand);
}
.contact-intro {
  max-width: 560px;
  padding: clamp(38px, 4.5vw, 68px);
  color: var(--ss-white);
  background: var(--ss-charcoal);
  border-top: 8px solid var(--ss-sand);
  box-shadow: 22px 22px 0 rgba(201, 155, 105, .24);
}
.contact-intro::before {
  content: "CLEVELAND, TENNESSEE";
  display: block;
  margin-bottom: 26px;
  color: #e3c29d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}
.contact-grid {
  gap: clamp(18px, 2.2vw, 34px) !important;
  border: 0;
}
.contact-card,
.contact-card:first-child,
.contact-card:last-child {
  min-height: 310px;
  padding: clamp(36px, 3.8vw, 58px);
  border: 0;
  position: relative;
  overflow: hidden;
  color: var(--ss-ink);
  background: var(--ss-ivory);
  box-shadow: 15px 15px 0 rgba(201, 155, 105, .22);
  transition: transform .25s ease, box-shadow .25s ease;
}
.contact-card:nth-child(2) { background: var(--ss-sand); }
.contact-card:nth-child(3) { background: var(--ss-white); }
.contact-card::before {
  content: "01";
  position: absolute;
  right: 22px;
  top: 8px;
  color: rgba(67, 81, 90, .1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(78px, 8vw, 128px);
  line-height: 1;
}
.contact-card:nth-child(2)::before { content: "02"; color: rgba(255, 255, 255, .2); }
.contact-card:nth-child(3)::before { content: "03"; }
.contact-card:hover { transform: translateY(-7px); box-shadow: 15px 22px 0 rgba(201, 155, 105, .28); }
.contact-label { color: var(--ss-sand-dark); position: relative; z-index: 1; }
.contact-card:nth-child(2) .contact-label { color: var(--ss-charcoal-deep); }
.contact-card h2 {
  margin-top: clamp(52px, 5vw, 78px);
  color: var(--ss-charcoal-deep);
  position: relative;
  z-index: 1;
}
.contact-card p { color: #4d5a61; position: relative; z-index: 1; }
.contact-link { color: var(--ss-charcoal-deep); border-bottom-width: 2px; }
.contact-note {
  margin-top: clamp(54px, 6vw, 86px);
  padding: 26px 30px;
  max-width: 920px;
  color: var(--ss-charcoal-deep);
  background: var(--ss-sand);
  border-left: 7px solid var(--ss-white);
}

@media (max-width: 1040px) {
  .golf-ad-booking { border-left: 0; border-top: 8px solid #cb8b42; }
  .golf-ad-primary { min-height: 0; }
  .golf-ad-logo-card { width: min(82%, 660px); }
}

@media (max-width: 1000px) {
  .contact-hero { grid-template-columns: 1fr; }
  .contact-intro { justify-self: end; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card,
  .contact-card:first-child,
  .contact-card:last-child { min-height: 250px; }
}

@media (max-width: 600px) {
  .golf-ad-primary { gap: 54px; }
  .golf-ad-logo-card { width: 100%; min-height: 90px; background-size: calc(100% - 30px) auto; box-shadow: 10px 10px 0 rgba(203, 139, 66, .2); }
  .golf-ad-message h1 { font-size: clamp(54px, 17vw, 72px); }
  .contact-intro { padding: 34px 28px; box-shadow: 13px 13px 0 rgba(201, 155, 105, .24); }
  .contact-card,
  .contact-card:first-child,
  .contact-card:last-child { padding: 34px 28px; box-shadow: 10px 10px 0 rgba(201, 155, 105, .22); }
}
