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

:root { --serif: 'Roboto', Arial, Helvetica, sans-serif; --sans: 'Roboto', Arial, Helvetica, sans-serif; }

.hero h1, h1, h2, h3, .page-hero h1 { font-weight: 600; letter-spacing: -.045em; }
.hero h1 > span:first-child, h2 em, .page-hero h1 em { font-style: normal; }
.hero h1 { font-size: clamp(58px, 6.4vw, 94px); line-height: 1.08; }
.hero-intro, .editorial-copy .lead, .approach-body > p { font-weight: 400; }
h2 { font-size: clamp(43px, 4.8vw, 68px); line-height: 1.12; }
.page-hero h1 { font-size: clamp(58px, 6.3vw, 90px); line-height: 1.08; }
.site-nav > a:not(.nav-cta), .nav-cta, .button, .text-link, .arrow-link { font-weight: 600; }
.home-directory-grid h3, .principles-grid h3, .process-list h3, .detail-list h3, .service h3 { font-weight: 600; letter-spacing: -.035em; }

.top-bar {
  background: var(--wine);
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
}

.top-bar-inner {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-bar-inner > div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.banner-message {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #f4e5d2;
  font: 22px var(--serif);
  letter-spacing: 0;
  white-space: nowrap;
}

.banner-message::before { content: ''; width: 3px; height: 25px; background: var(--gold); }
.top-location { color: #f3e7e9; }
.top-bar a:hover { text-decoration: underline; }
.site-nav a[aria-current="page"] { color: var(--wine); }
.site-nav a[aria-current="page"]:not(.nav-cta) { border-bottom: 1px solid var(--gold); padding-bottom: 5px; }

.page-hero {
  position: relative;
  overflow: hidden;
  background: #f5f1eb;
  padding: clamp(100px, 11vw, 170px) 0;
}

.page-hero::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  right: -180px;
  top: -170px;
  border: 42px solid rgba(104, 19, 35, .06);
  transform: rotate(45deg);
}

.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font: 400 clamp(62px, 7.5vw, 112px)/.99 var(--serif); letter-spacing: -.045em; margin: 0; max-width: 1060px; }
.page-hero h1 em { color: var(--wine); font-weight: 400; }
.page-hero p:last-child { max-width: 700px; font: 25px/1.35 var(--serif); color: #555159; margin: 32px 0 0; }
.page-hero-photo { background: linear-gradient(90deg, #f5f1eb 0%, #f5f1eb 45%, rgba(245,241,235,.72) 65%, rgba(245,241,235,.12) 100%), url('assets/botswana-landscape.webp') center right / cover; }
.page-hero-wine { background: var(--wine); color: #fff; }
.page-hero-wine .section-kicker, .page-cta .section-kicker { color: #d9bb82; }
.page-hero-wine h1 em { color: #d9bb82; }
.page-hero-wine p:last-child { color: #f0e6e8; }

.home-directory { background: #fff; padding: 105px 0 115px; }
.home-directory-heading { margin-bottom: 45px; }
.home-directory-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-directory-grid a { position: relative; min-height: 225px; padding: 28px 30px 45px; border-right: 1px solid var(--line); transition: background .2s; }
.home-directory-grid a:first-child { border-left: 1px solid var(--line); }
.home-directory-grid a:hover { background: #f8f4ee; }
.home-directory-grid a > span { color: #8d672e; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.home-directory-grid h3 { color: var(--wine); font: 400 31px var(--serif); margin: 26px 0 11px; }
.home-directory-grid p { max-width: 205px; color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }
.home-directory-grid b { position: absolute; right: 25px; bottom: 22px; color: var(--gold); font-size: 22px; font-weight: 400; }

.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 150px); }
.editorial-copy { max-width: 620px; }
.editorial-copy .lead { font: 30px/1.32 var(--serif); color: var(--ink); margin: 0 0 25px; }
.editorial-copy > p:not(.lead) { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 0 0 20px; }
.principles-section, .process-section { background: #fff; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid var(--line); }
.principles-grid article { padding: 33px 40px 15px 0; border-right: 1px solid var(--line); }
.principles-grid article + article { padding-left: 40px; }
.principles-grid article:last-child { border: 0; }
.principles-grid span, .process-list span, .detail-number { font: 34px var(--serif); color: var(--gold); }
.principles-grid h3, .process-list h3, .detail-list h3 { font: 400 33px/1.15 var(--serif); color: var(--wine); margin: 22px 0 12px; }
.principles-grid p, .process-list p, .detail-list p { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 440px; }
.page-cta { background: var(--wine); color: #fff; padding: 60px 0; }
.page-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.page-cta h2 em { color: #d9bb82; }

.detail-intro { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 55px; }
.detail-intro h2 { max-width: 950px; }
.detail-list { border-top: 1px solid var(--line); }
.detail-list article { display: grid; grid-template-columns: 95px minmax(0, 1fr); gap: 30px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.detail-list h3 { margin: 0 0 10px; }
.detail-list p { max-width: 840px; margin: 0 0 17px; font-size: 16px; }
.detail-list ul { display: flex; flex-wrap: wrap; gap: 8px 27px; padding: 0; margin: 0; list-style: none; color: #554f4e; font-size: 13px; }
.detail-list li::before { content: '◆'; color: var(--gold); font-size: 8px; margin-right: 9px; }
.service-support { background: #eee9e1; padding: 75px 0; }
.service-support .container { display: grid; grid-template-columns: 1fr .7fr; gap: 9vw; align-items: end; }
.service-support p:last-child { line-height: 1.8; color: var(--muted); margin: 0; }

.process-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 60px; margin-top: 55px; border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.process-list h3 { margin: 0 0 10px; }
.process-list p { margin: 0; }

.contact-page-section { background: #fff; }
.contact-page-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 9vw; }
.contact-page-grid > div:first-child > p:not(.section-kicker) { color: var(--muted); line-height: 1.8; max-width: 530px; margin: 30px 0; }
.contact-page-details { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-page-details > div { border-top: 1px solid var(--line); padding-top: 18px; }
.contact-page-details span { display: block; color: #8d672e; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .18em; margin-bottom: 12px; }
.contact-page-details a, .contact-page-details address { display: block; font: normal 22px/1.35 var(--serif); overflow-wrap: anywhere; }
.contact-page-details a:hover { color: var(--wine); text-decoration: underline; }
.visit-section { background: #eee9e1; padding: 80px 0; }
.visit-grid { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.visit-grid p:last-child { color: var(--muted); line-height: 1.7; max-width: 600px; }

@media (max-width: 1250px) {
  .menu-toggle { display: grid; gap: 5px; background: none; border: 0; padding: 10px; cursor: pointer; }
  .menu-toggle span { display: block; width: 26px; height: 2px; background: var(--wine); }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; padding: 20px 28px 28px; border-top: 1px solid var(--line); box-shadow: 0 15px 25px #00000013; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.nav-cta) { font-family: var(--sans); font-size: 17px; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .site-nav a[aria-current="page"]:not(.nav-cta) { border-bottom: 1px solid var(--gold); }
  .nav-cta { margin-top: 16px; text-align: center; }
}

@media (max-width: 850px) {
  .top-location { display: none; }
  .top-bar-inner { justify-content: center; }
  .editorial-grid, .contact-page-grid { grid-template-columns: 1fr; gap: 40px; }
  .page-hero-photo { background: linear-gradient(90deg, #f5f1eb 0%, rgba(245,241,235,.94) 62%, rgba(245,241,235,.55) 100%), url('assets/botswana-landscape.webp') center / cover; }
  .service-support .container { grid-template-columns: 1fr; gap: 25px; }
  .home-directory-grid { grid-template-columns: repeat(2, 1fr); }
  .home-directory-grid a:nth-child(3) { border-left: 1px solid var(--line); }
  .home-directory-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .hero h1 { font-size: clamp(44px, 10.8vw, 58px); }
  .page-hero h1 { font-size: clamp(43px, 10.8vw, 60px); }
  h2, .page-cta h2 { font-size: 44px; }
  .top-bar-inner { min-height: 50px; justify-content: space-between; gap: 10px; }
  .top-bar-inner > div { gap: 12px; }
  .top-bar-inner a:last-child { display: none; }
  .banner-message { font-size: 16px; gap: 8px; }
  .banner-message::before { height: 18px; }
  .top-bar { font-size: 10px; }
  .home-directory { padding: 75px 0 85px; }
  .home-directory-grid { grid-template-columns: 1fr; }
  .home-directory-grid a { min-height: 165px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .home-directory-grid a:last-child { border-bottom: 0; }
  .home-directory-grid h3 { margin-top: 15px; }
  .page-hero { padding: 92px 0; }
  .page-hero h1 { font-size: clamp(55px, 12vw, 75px); }
  .page-hero p:last-child { font-size: 22px; }
  .principles-grid, .process-list, .contact-page-details { grid-template-columns: 1fr; }
  .principles-grid article, .principles-grid article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-list article { grid-template-columns: 47px 1fr; gap: 14px; }
  .detail-list h3 { font-size: 29px; }
  .detail-list ul { display: block; line-height: 2; }
  .process-list { gap: 0; }
  .page-cta .container, .visit-grid { align-items: start; flex-direction: column; }
  .page-cta h2 { font-size: 55px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 42px; }
  .page-hero h1 { font-size: 42px; }
  .top-bar-inner { justify-content: center; }
  .top-bar-inner > div { display: none; }
}

.enquiry-section { background: #f5f1eb; }
.enquiry-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(55px, 9vw, 150px); }
.enquiry-grid > div > p:not(.section-kicker) { max-width: 470px; color: var(--muted); line-height: 1.75; }
.enquiry-alternative { margin-top: 30px; }
.enquiry-alternative a { color: var(--wine); text-decoration: underline; text-underline-offset: 4px; }
.enquiry-form { display: grid; gap: 21px; padding: 40px; background: #fff; border: 1px solid var(--line); }
.form-row { display: grid; gap: 9px; }
.form-row label { font-size: 14px; font-weight: 600; color: var(--ink); }
.form-row label span { color: var(--wine); }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 13px 15px; border: 1px solid #c7c0ba; border-radius: 0; background: #fff; color: var(--ink); font: 16px/1.4 var(--sans); }
.form-row textarea { resize: vertical; min-height: 130px; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 2px solid var(--gold); outline-offset: 2px; border-color: var(--wine); }
.enquiry-form .button { width: fit-content; cursor: pointer; border: 0; }
.form-note { color: var(--muted); font-size: 13px; line-height: 1.55; margin: -6px 0 0; }

.whatsapp-float { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 10px 18px 10px 13px; border-radius: 40px; background: #0b7542; color: #fff; font: 700 14px var(--sans); box-shadow: 0 10px 28px #0003; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px); background: #075f35; box-shadow: 0 14px 32px #0004; }
.whatsapp-float.is-suppressed { opacity: 0; pointer-events: none; transform: translateY(15px); }
.whatsapp-float img { width: 30px; height: 30px; }
.whatsapp-float:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.hero-copy > * { animation: rise-in .7s both; }
.hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-copy > :nth-child(3), .hero-copy > :nth-child(4) { animation-delay: .16s; }
.hero-copy > :nth-child(5), .hero-copy > :nth-child(6) { animation-delay: .24s; }
.page-hero .container { animation: rise-in .7s both; }
.hero-visual img { animation: image-settle 1.2s ease-out both; }
.hero-image-caption { bottom: 92px; }
.button span, .text-link span, .arrow-link span, .nav-cta span { display: inline-block; transition: transform .2s ease; }
.button:hover span, .text-link:hover span, .arrow-link:hover span, .nav-cta:hover span { transform: translate(3px, -3px); }
.motion-ready .reveal.is-visible { animation: rise-in .55s both; animation-delay: var(--reveal-delay, 0ms); }
@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes image-settle { from { opacity: .7; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 850px) { .enquiry-grid { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 620px) { .enquiry-form { padding: 25px 20px; } .whatsapp-float { right: 16px; bottom: 16px; width: 56px; height: 56px; padding: 12px; justify-content: center; } .whatsapp-float span { display: none; } .page-hero h1 { font-size: clamp(43px, 10.8vw, 60px); } }
@media (prefers-reduced-motion: reduce) { .hero-copy > *, .page-hero .container, .hero-visual img { animation: none; } .motion-ready .reveal { opacity: 1; transform: none; transition: none; } .whatsapp-float, .button span, .text-link span, .arrow-link span, .nav-cta span { transition: none; } }
