/* Approved palette and shared typography. */
:root {
  --brown: #5b3b2f;
  --brown-deep: #3f281f;
  --blue: #95c7e1;
  --yellow: #e8e89a;
  --wine: #54152a;
  --paper: #faf9f6;
  --rule: rgba(91, 59, 47, .3);
  --site-gutter: 4vw;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  color: var(--brown);
  background: var(--paper);
  font-family: "Host Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 5px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid var(--wine); outline-offset: 6px; }
.closing a:focus-visible { outline-color: var(--yellow); }
img { display: block; max-width: 100%; object-fit: cover; }
p { line-height: 1.5; margin: 0 0 20px; }
h1, h2, h3 { font-family: inherit; font-weight: 400; margin: 0; }
h2, h3 { font-weight: 375; letter-spacing: -.015em; }
h2 { font-size: clamp(36px, 4.6vw, 70px); line-height: 1.04; }
h3 { font-size: 28px; line-height: 1.15; }
.hero h1, .page-title h1, .introduction h2, .about h2, .steps h2, .closing h2 {
  font-weight: 325;
  letter-spacing: -.03em;
}
.eyebrow { font-size: 14px; margin-bottom: 32px; }
.eyebrow, #pricing-title, .header nav a, .button, .text-link,
.price span, .booking-currency, .micro, .footer-bottom, .footer-top {
  font-weight: 400;
  letter-spacing: 0;
}
.skip { position: absolute; left: 15px; top: -100px; background: white; padding: 15px; z-index: 10; }
.skip:focus { top: 15px; }

/* Header and shared links. The vector keeps its original proportions. */
.header {
  background: var(--yellow);
  padding: 30px 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid var(--rule);
}
.logo { display: block; width: 150px; height: auto; max-width: 100%; }
.header nav { display: flex; gap: 36px; margin-left: auto; margin-right: 5%; }
.header nav a { text-decoration: none; font-size: 15px; }
.header nav a:focus-visible { text-decoration: underline 1px; text-underline-offset: 5px; }
.button, .text-link, .price-row .text-link {
  font-family: "Host Grotesk", "Helvetica Neue", Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 52px;
  padding: 14px 25px;
  border: 1px solid var(--brown);
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  transition: background .2s, color .2s;
}
.button .cta-label, .text-link .cta-label { font-size: inherit; line-height: 1.2; transform: translateY(-1px); }
.cta-arrow { width: 22px; height: 22px; flex: 0 0 22px; }
.dark { background: var(--brown); color: var(--paper); }
.hero-action .dark { background: transparent; color: var(--brown); border-color: var(--brown); }
.button:hover, .text-link:hover, .hero-action .dark:hover {
  background: var(--brown-deep); border-color: var(--brown-deep); color: var(--paper);
}
.light { background: var(--yellow); border-color: var(--yellow); color: var(--wine); }
.closing .button.light:hover { background: var(--blue); border-color: var(--blue); color: var(--brown); }

/* Homepage. */
.hero { background: var(--yellow); display: grid; grid-template-columns: 1.12fr 1fr; padding: 0 4% 40px; gap: 4%; }
.hero-copy { padding-top: 55px; display: flex; align-items: flex-start; flex-direction: column; }
.hero h1 { font-size: clamp(55px, 6.7vw, 110px); line-height: .98; margin: 8px 0 32px; }
.hero h1 .hero-line { white-space: nowrap; }
.intro { font-size: 18px; max-width: 400px; margin-bottom: 28px; }
.hero-action { width: 100%; max-width: 400px; text-align: left; margin-top: 12px; padding-top: 14px; }
.hero-action .micro { margin: 26px 0 0; font-size: 13px; }
.hero-photo { position: relative; margin: 32px 0 0; min-height: 590px; max-height: 760px; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; position: absolute; object-position: 65% 25%; transform: scale(1.22); transform-origin: 65% 35%; }
.hero-photo figcaption { position: absolute; bottom: 18px; left: 18px; right: 18px; background: var(--paper); padding: 16px 18px; display: flex; justify-content: space-between; gap: 15px; font-size: 14px; }
.section { padding: 100px 4%; }
.introduction, .steps { display: grid; grid-template-columns: 1fr 2.1fr; gap: 4%; }
.intro-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 38px; max-width: 800px; }
.topics { display: flex; gap: 12px 25px; flex-wrap: wrap; padding-top: 18px; border-top: 1px solid var(--rule); font-size: 14px; }
.pricing { background: var(--blue); }
.section-heading { display: grid; grid-template-columns: 1fr 2.1fr; gap: 4%; align-items: start; margin-bottom: 38px; }
.section-heading > p:last-child { padding-top: 0; font-size: 15px; }
.pricing .section-heading > p:last-child { text-align: right; justify-self: end; }
#pricing-title { font-family: "Host Grotesk", "Helvetica Neue", Arial, sans-serif; font-size: 14px; line-height: 1.5; }
.price-row { display: grid; grid-template-columns: 1.8fr 1fr .8fr; gap: 30px; align-items: center; padding: 32px 0; border-top: 1px solid var(--rule); }
.price-row p { font-size: 15px; margin: 12px 0 0; max-width: 380px; text-wrap: pretty; }
.price { display: flex; flex-direction: column; gap: 8px; }
.price strong { font-family: inherit; font-size: 56px; font-weight: 350; line-height: 1; letter-spacing: -.0275em; }
.price strong.paid-price { font-kerning: normal; font-variant-numeric: proportional-nums; letter-spacing: -.04em; }
.price span { font-size: 14px; }
.price-row .text-link { justify-self: end; }
.pricing-foot { border-top: 1px solid var(--rule); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: 14px; }
.pricing-foot p { margin: 0; }
.pricing-foot .text-link { font-size: 14px; flex-shrink: 0; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: center; }
.about figure { margin: 0 0 0 11%; height: 600px; }
.about figure img { width: 100%; height: 100%; object-position: center 35%; }
.about-copy { max-width: 480px; }
.name { font-size: 20px; margin-top: 32px; }
.name span { display: block; font-size: 14px; margin-top: 6px; }
.about-copy .text-link { margin-top: 36px; max-width: 310px; }
.steps { border-top: 1px solid var(--rule); }
.steps ol { list-style: none; padding: 0; margin: 38px 0 0; }
.steps li { display: flex; gap: 40px; padding: 24px 0; border-top: 1px solid var(--rule); }
.steps li > span { padding-top: 5px; font-size: 14px; }
.steps li p { max-width: 510px; margin: 12px 0 0; text-wrap: pretty; }
.closing { padding: 70px 4% 85px; background: var(--wine); color: var(--yellow); text-align: center; }
.closing h2 { font-size: clamp(64px, 9vw, 140px); margin-bottom: 35px; }
.closing .eyebrow { margin-bottom: 22px; }

/* Footer. Mobile contact targets retain the approved generous spacing. */
footer { padding: 50px 4% 25px; }
.footer-top { display: flex; justify-content: space-between; gap: 35px; padding-bottom: 50px; }
.footer-top > div { margin-left: auto; margin-right: 10%; font-size: 15px; }
.footer-top p { margin-bottom: 12px; }
.footer-top > div a { display: block; margin-top: 8px; }
.footer-top > a:last-child { font-size: 14px; }
.footer-top a[href^="tel:"] { font-kerning: normal; font-variant-numeric: proportional-nums; letter-spacing: 0; }
.footer-bottom { border-top: 1px solid var(--rule); padding-top: 22px; display: flex; justify-content: space-between; gap: 25px; font-size: 13px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 15px 25px; }

/* Session selection and the single policy page. */
.page-title { background: var(--yellow); padding: 65px var(--site-gutter) 70px; }
.page-title h1 { font-family: "Host Grotesk", "Helvetica Neue", Arial, sans-serif; font-size: clamp(42px, 6.5vw, 94px); line-height: 1.05; max-width: 1100px; }
.page-title > p:last-child:not(.eyebrow) { margin: 25px 0 0; max-width: 550px; }
.policy-body { margin: 0; padding: 65px var(--site-gutter) 95px; }
.policy-body > * { max-width: 740px; }
.policy-body h2 { font-size: 27px; line-height: 1.2; margin: 35px 0 18px; }
.policy-body h2:first-child { margin-top: 0; }
.policy-body p { line-height: 1.65; }
.policy-body ul { padding-left: 22px; margin: 0 0 25px; }
.policy-body li { display: list-item; padding: 4px 0; border: 0; line-height: 1.6; }
.policy-body a { overflow-wrap: anywhere; }
.booking-options { padding: 50px var(--site-gutter) 85px; }
.booking-currency { text-align: right; font-size: 14px; }
.booking-options .price-row h2 { font-size: 28px; line-height: 1.15; }
.booking-options .price-row p { max-width: 460px; }

/* Responsive composition, matching the approved tablet and mobile layouts. */
@media (min-width: 1700px) {
  :root { --site-gutter: max(4vw, calc((100vw - 1600px) / 2)); }
  .header, .hero, .section, footer, .closing { padding-left: max(4%, calc(50vw - 800px)); padding-right: max(4%, calc(50vw - 800px)); }
}
@media (max-width: 1000px) {
  .header nav { gap: 20px; margin-right: 0; }
  .hero { gap: 28px; }
  .hero h1 { font-size: 7.3vw; }
  .hero-photo { min-height: 540px; }
  .section { padding-top: 75px; padding-bottom: 75px; }
  .price-row { grid-template-columns: 1.5fr .8fr 1fr; gap: 25px; }
  .price-row h3 { font-size: 24px; }
  .about { gap: 7%; }
  .about figure { margin: 0; height: 510px; }
  .introduction, .steps { grid-template-columns: 1fr 2fr; }
  .footer-top > div { margin-right: 0; }
}
@media (max-width: 1000px) and (min-width: 651px) {
  .price-row { grid-template-columns: 1.3fr .7fr 1fr; gap: 18px; }
  .price-row .text-link { padding: 14px 18px; font-size: 14px; gap: 12px; }
}
@media (max-width: 650px) {
  :root { --site-gutter: 6vw; }
  .header { padding: 20px 6%; flex-wrap: wrap; gap: 22px; }
  .logo { width: 120px; }
  .header nav { order: 3; width: 100%; justify-content: space-between; border-top: 1px solid var(--rule); padding-top: 17px; gap: 12px; }
  .header nav a { font-size: 14px; min-height: 44px; display: inline-flex; align-items: center; }
  .button, .text-link, .price-row .text-link { min-height: 44px; padding: 11px 19px; gap: 12px; font-size: 14px; line-height: 1.2; }
  .cta-arrow { width: 19px; height: 19px; flex-basis: 19px; }
  .hero { grid-template-columns: 1fr; padding: 0 6% 26px; gap: 8px; }
  .hero-copy { padding-top: 35px; }
  .hero h1 { font-size: clamp(42px, 11.6vw, 76px); margin-top: 0; margin-bottom: 25px; }
  .intro { font-size: 17px; max-width: 100%; }
  .hero-action { max-width: none; margin-top: 6px; padding-top: 12px; }
  .hero-copy, .section-heading, .price-row > div { min-width: 0; }
  .hero-photo { margin-top: 23px; min-height: 410px; max-height: none; }
  .hero-photo figcaption { font-size: 12px; left: 12px; right: 12px; bottom: 12px; padding: 13px; }
  .section { padding: 55px 6%; }
  .introduction, .steps { grid-template-columns: 1fr; gap: 8px; }
  .eyebrow { margin-bottom: 26px; }
  .introduction h2 { font-size: clamp(30px, 8.8vw, 36px); }
  .introduction .intro-heading-line { white-space: nowrap; }
  .intro-columns { grid-template-columns: 1fr; gap: 0; margin-top: 27px; }
  .introduction .intro-columns > p:first-child { text-wrap: pretty; }
  .topics { gap: 15px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 0; margin-bottom: 28px; }
  .section-heading > p:last-child { margin-top: 0; margin-bottom: 0; }
  .pricing .section-heading > p:last-child { text-align: left; justify-self: start; width: 100%; }
  .price-row { grid-template-columns: 1fr auto; gap: 18px; padding: 25px 0; }
  .price-row h3 { font-size: 23px; }
  .price-row p { font-size: 14px; max-width: 230px; }
  .price strong { font-size: 45px; }
  .price span { font-size: 12px; }
  .price-row .text-link { grid-column: 1 / -1; justify-self: start; }
  .pricing-foot { flex-direction: column; gap: 10px; align-items: flex-start; }
  .pricing-foot .text-link { flex-shrink: 1; max-width: 100%; }
  .about { grid-template-columns: 1fr; gap: 35px; }
  .about.section { padding-bottom: 72px; }
  .about figure { width: 100%; height: 410px; margin: 0; }
  .about-copy { max-width: none; }
  .name { margin-top: 24px; }
  .steps.section { padding-top: 72px; }
  .steps li { gap: 22px; }
  .steps li h3 { font-size: 25px; }
  .closing { padding: 50px 6% 55px; }
  .closing .eyebrow { font-size: 13px; margin-bottom: 18px; }
  .closing h2 { font-size: min(12.243vw, 66.78px); white-space: nowrap; margin-bottom: 31px; }
  footer { padding: 35px 6% 25px; }
  .footer-top { flex-wrap: wrap; gap: 30px; padding-bottom: 30px; }
  .footer-top > div { order: 3; width: 100%; margin: 0; font-size: 14px; overflow-wrap: anywhere; }
  .footer-top > div a { min-height: 44px; display: flex; align-items: center; width: fit-content; max-width: 100%; }
  .footer-bottom { flex-direction: column; font-size: 12px; gap: 20px; }
  .footer-bottom nav { gap: 15px 20px; }
  .page-title { padding: 40px var(--site-gutter) 45px; }
  .page-title h1 { font-size: clamp(40px, 10vw, 60px); overflow-wrap: break-word; }
  .policy-body { padding: 35px var(--site-gutter) 55px; }
  .policy-body h2 { font-size: 24px; }
  .booking-options { padding: 35px var(--site-gutter) 55px; }
  .booking-options .price-row h2 { font-size: 24px; }
}
@media (max-width: 360px) {
  .hero h1 .hero-line { white-space: normal; }
}

/* The approved cursors are CSS-only and apply only to a precise pointing device. */
@media (hover: hover) and (pointer: fine) {
  body { cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%227%22%20fill%3D%22%235b3b2f%22%20stroke%3D%22%23e8e89a%22%20stroke-width%3D%221.5%22/%3E%3C/svg%3E") 16 16, auto; }
  a { cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%20fill%3D%22%23e8e89a%22%20stroke%3D%22%235b3b2f%22%20stroke-width%3D%221.5%22/%3E%3Cpath%20d%3D%22M11%2021%2021%2011M11%2011h10v10%22%20fill%3D%22none%22%20stroke%3D%22%235b3b2f%22%20stroke-width%3D%221.25%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") 16 16, pointer; }
  .header nav a:hover { text-decoration: underline 1px; text-underline-offset: 5px; }
  a[aria-label="The Affordable Counsellor home"] { cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296%22%20height%3D%2232%22%20viewBox%3D%220%200%2096%2032%22%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%2294%22%20height%3D%2226%22%20rx%3D%2213%22%20fill%3D%22%23e8e89a%22%20stroke%3D%22%235b3b2f%22%20stroke-width%3D%221.5%22%2F%3E%3Ctext%20x%3D%2248%22%20y%3D%2220%22%20text-anchor%3D%22middle%22%20font-family%3D%22Arial%2Csans-serif%22%20font-size%3D%2212%22%20fill%3D%22%235b3b2f%22%3ETake%20me%20home%3C%2Ftext%3E%3C%2Fsvg%3E") 48 16, pointer; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
