@font-face{
  font-family:"Neutraface Text";
  src:url("fonts/Neutraface Text Light.otf") format("opentype");
  font-weight:300;
  font-style:normal;
  font-display:block;
}
@font-face{
  font-family:"Neutraface Text";
  src:url("fonts/Neutraface Text Light Italic.otf") format("opentype");
  font-weight:300;
  font-style:italic;
  font-display:block;
}
@font-face{
  font-family:"Neutraface Text";
  src:url("fonts/Neutraface Text Book.otf") format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:block;
}
@font-face{
  font-family:"Neutraface Text";
  src:url("fonts/Neutraface Text Book Italic.otf") format("opentype");
  font-weight:400;
  font-style:italic;
  font-display:block;
}
@font-face{
  font-family:"Neutraface Text";
  src:url("fonts/Neutraface Text Demi.otf") format("opentype");
  font-weight:600;
  font-style:normal;
  font-display:block;
}
@font-face{
  font-family:"Neutraface Text";
  src:url("fonts/Neutraface Text Demi Italic.otf") format("opentype");
  font-weight:600;
  font-style:italic;
  font-display:block;
}
@font-face{
  font-family:"Neutraface Text";
  src:url("fonts/Neutraface Text Bold.otf") format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:block;
}
@font-face{
  font-family:"Neutraface Text";
  src:url("fonts/Neutraface Text Bold Italic.otf") format("opentype");
  font-weight:700;
  font-style:italic;
  font-display:block;
}

:root{
  --paper:#f8f7f4; --ink:#1e1e1e; --muted:#7d7d78; --forest:#26382f;
  --bronze:#c8a15a; --line:rgba(32,37,34,.16); --white:#fff;
  --max:1440px; --gutter:clamp(22px,4vw,68px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:"Neutraface Text","Avenir Next",Avenir,Arial,sans-serif;
  font-weight:400;letter-spacing:.005em;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.site-header{
  position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;
  min-height:88px;padding:0 var(--gutter);background:rgba(248,247,244,.94);
  backdrop-filter:blur(16px);border-bottom:1px solid var(--line)
}
.brand{display:inline-flex;align-items:center;font-size:clamp(22px,2.2vw,32px);font-weight:300;letter-spacing:.205em;line-height:1;color:var(--ink)}
.brand span{display:none}
.nav{display:flex;gap:clamp(16px,2.2vw,34px);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
.nav a{padding:34px 0 30px;border-bottom:1px solid transparent}
.nav a:hover,.nav a.active{color:var(--bronze);border-color:var(--bronze)}
.menu-button{display:none;border:0;background:none;font:inherit;font-size:13px;letter-spacing:.12em}
main{overflow:hidden}
.hero{
  position:relative;min-height:calc(100vh - 82px);display:grid;align-items:end;
  color:white;background:#222 center/cover no-repeat
}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.62))}
.hero-copy{position:relative;z-index:2;max-width:1050px;padding:10vh var(--gutter) 11vh}
.eyebrow{font-size:10px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--bronze)}
.hero .eyebrow{color:#e5d0ae}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(50px,7vw,110px);line-height:.92;letter-spacing:-.018em;font-weight:300;margin-bottom:28px}
h2{font-size:clamp(37px,4.5vw,70px);line-height:1.02;letter-spacing:-.015em;font-weight:300}
h3{font-size:clamp(21px,2.2vw,32px);line-height:1.14;font-weight:400;letter-spacing:-.005em}
.lede{max-width:800px;font-size:clamp(18px,1.8vw,27px);line-height:1.5;font-weight:300}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}
.button{
 display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;
 border:1px solid currentColor;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase
}
.button.solid{background:var(--ink);color:white;border-color:var(--ink)}
.hero .button.solid{background:white;color:var(--ink);border-color:white}
.section{max-width:var(--max);margin:auto;padding:clamp(76px,10vw,150px) var(--gutter)}
.section.tight{padding-top:clamp(50px,7vw,90px);padding-bottom:clamp(50px,7vw,90px)}
.intro-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.4fr);gap:clamp(40px,8vw,130px)}
.copy{font-size:clamp(18px,1.5vw,23px);line-height:1.7;color:#39403b;font-weight:300}
.copy.small{font-size:16px;line-height:1.75}
.rule{height:1px;background:var(--line)}
.quote{
 padding:clamp(70px,10vw,150px) var(--gutter);background:var(--forest);color:white;text-align:center
}
.quote p{max-width:1100px;margin:auto;font-size:clamp(32px,4.6vw,72px);line-height:1.08;letter-spacing:-.012em;font-weight:300}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.stat{padding:38px 24px;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat strong{display:block;font-size:clamp(31px,4vw,58px);font-weight:300}
.stat span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(18px,2vw,32px)}
.project-card{position:relative;min-height:500px;overflow:hidden;background:#222;color:white}
.project-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .8s}
.project-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.72))}
.project-card:hover img{transform:scale(1.025)}
.project-info{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:34px}
.project-info p{margin:8px 0 0;max-width:580px;color:rgba(255,255,255,.82);line-height:1.45}
.project-info .eyebrow{color:#e5d0ae}
.page-hero{
 min-height:52vh;display:grid;align-items:end;background:center/cover no-repeat;color:white;position:relative
}
.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.65))}
.page-hero>div{z-index:2;padding:10vh var(--gutter) 7vh;max-width:1100px}
.method-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.method-step{background:var(--paper);padding:34px 28px;min-height:260px}
.method-step b{display:block;font-size:12px;letter-spacing:.16em;color:var(--bronze);margin-bottom:40px}
.method-step p{line-height:1.5;color:var(--muted)}
.disciplines{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.discipline{min-height:150px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.discipline span{display:block;color:var(--muted);font-size:14px;line-height:1.5;margin-top:8px}
.feature{display:grid;grid-template-columns:1.05fr .95fr;min-height:620px;background:white}
.feature.reverse{grid-template-columns:.95fr 1.05fr}
.feature-image{min-height:500px;background:center/cover no-repeat}
.feature-copy{display:flex;align-items:center;padding:clamp(50px,7vw,110px)}
.feature-copy>div{max-width:620px}
.feature-copy p{line-height:1.62;color:var(--muted);font-size:17px}
.case-list{display:grid;gap:1px;background:var(--line);border-top:1px solid var(--line)}
.case{display:grid;grid-template-columns:260px 1fr 70px;align-items:center;background:var(--paper);padding:28px 0}
.case img{width:220px;height:125px;object-fit:cover}
.case h3{margin-bottom:6px}
.case p{margin:0;color:var(--muted)}
.arrow{font-size:26px;text-align:right;padding-right:12px}
.dark{background:var(--ink);color:white}
.dark .copy,.dark p{color:rgba(255,255,255,.7)}
.about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(45px,8vw,130px)}
.principles{display:grid;gap:20px}
.principle{padding:25px 0;border-top:1px solid var(--line)}
.contact-panel{
 display:grid;grid-template-columns:1fr 1fr;min-height:680px;background:var(--forest);color:white
}
.contact-image{background:center/cover no-repeat}
.contact-copy{display:flex;align-items:center;padding:var(--gutter)}
.contact-copy>div{max-width:580px}
.contact-details{margin-top:42px;display:grid;gap:12px;color:rgba(255,255,255,.76)}
.footer{max-width:var(--max);margin:auto;padding:42px var(--gutter);display:flex;justify-content:space-between;border-top:1px solid var(--line);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.fade{opacity:0;transform:translateY(20px);transition:opacity .75s,transform .75s}
.fade.visible{opacity:1;transform:none}
@media(max-width:900px){
 .nav{display:none;position:absolute;top:82px;left:0;right:0;padding:24px var(--gutter);background:var(--paper);flex-direction:column;border-bottom:1px solid var(--line)}
 .nav.open{display:flex}.nav a{padding:8px 0}.menu-button{display:block}
 .intro-grid,.about-grid,.feature,.feature.reverse,.contact-panel{grid-template-columns:1fr}
 .cards{grid-template-columns:1fr}.project-card{min-height:430px}
 .stats{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}
 .method-grid{grid-template-columns:1fr}.method-step{min-height:auto}
 .disciplines{grid-template-columns:repeat(2,1fr)}
 .case{grid-template-columns:110px 1fr 30px}.case img{width:95px;height:75px}
 .contact-image{min-height:430px}
}
@media(max-width:520px){
 .site-header{min-height:72px}.nav{top:72px}.brand{font-size:20px}
 h1{font-size:47px}.hero{min-height:calc(100vh - 72px)}
 .stats{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}
 .disciplines{grid-template-columns:1fr}
 .footer{display:grid;gap:12px}
}

p{font-weight:300}
strong,b{font-weight:600}
em,i{font-style:italic}
.project-info p,.case p,.feature-copy p,.principle p,.contact-details{
  font-weight:300;
}
.method-step p,.discipline span{
  font-weight:300;
}

/* Character wordmark system */
.wordmark-reverse{color:#fff}
.wordmark-gold{color:var(--bronze)}
.site-header.scrolled{box-shadow:0 8px 30px rgba(0,0,0,.035)}
.button{transition:background-color .25s,color .25s,border-color .25s}
.button:hover{background:var(--bronze);border-color:var(--bronze);color:var(--ink)}
.hero .button:hover{background:var(--bronze);border-color:var(--bronze);color:var(--ink)}
.footer::before{content:"CHARACTER";font-weight:300;letter-spacing:.20em;color:var(--ink)}
.footer span:first-child{display:none}
@media(max-width:520px){
  .brand{font-size:19px;letter-spacing:.17em}
  .site-header{min-height:76px}
  .nav{top:76px}
}

.contact-details a{color:#fff;border-bottom:1px solid rgba(255,255,255,.35);width:max-content;padding-bottom:2px}
.contact-details a:hover{color:var(--bronze);border-color:var(--bronze)}
.dark ul li{padding-left:.15em}

/* V7 About editorial refinements */
.about-hero{min-height:68vh;background-position:center 52%}
.graham-profile{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:760px;
  background:var(--paper);
}
.graham-image{min-height:640px}
.graham-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.graham-copy{display:flex;align-items:center;padding:clamp(55px,7vw,110px)}
.graham-copy>div,.graham-copy{min-width:0}
.graham-copy .copy{max-width:680px}
.highlights-list{
  margin:0;
  padding-left:1.1em;
  display:grid;
  gap:17px;
}
.highlights-list li{padding-left:.15em}
.experience-gallery{padding-top:clamp(90px,11vw,155px);padding-bottom:clamp(90px,11vw,155px)}
.editorial-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(24px,3vw,46px);
  margin-top:60px;
}
.editorial-card{margin:0}
.editorial-card img{
  width:100%;
  height:clamp(360px,42vw,650px);
  object-fit:cover;
}
.editorial-card:first-child img{object-position:center}
.editorial-card:last-child img{object-position:center}
.editorial-card figcaption{
  padding-top:17px;
  max-width:620px;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
  letter-spacing:.035em;
}
.contact-intro{
  color:rgba(255,255,255,.76);
  line-height:1.68;
  font-size:17px;
  font-weight:300;
}
.contact-identity{
  display:grid;
  gap:7px;
  margin-top:38px;
  color:#fff;
  font-size:13px;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.contact-panel .hero-actions{margin-top:34px}
@media(max-width:900px){
  .graham-profile{grid-template-columns:1fr}
  .graham-image{min-height:520px}
  .editorial-gallery{grid-template-columns:1fr}
  .editorial-card img{height:auto;max-height:none}
}

/* V8 clean About page */
.about-hero-clean{min-height:54vh;background-position:center 58%}
.graham-clean-section{padding-top:clamp(90px,11vw,155px);padding-bottom:clamp(90px,11vw,155px)}
.graham-clean-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);
  gap:clamp(55px,8vw,130px);
  align-items:center;
}
.graham-clean-copy .copy{max-width:760px}
.graham-clean-photo{margin:0}
.graham-clean-photo img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:44% center;
}
.highlights-clean{background:var(--ink);color:#fff}
.highlights-clean .copy{color:rgba(255,255,255,.72)}
.highlights-clean-grid{
  margin-top:65px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.18);
  border-left:1px solid rgba(255,255,255,.18);
}
.highlight-clean{
  padding:30px 32px 34px;
  min-height:175px;
  border-right:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.18);
}
.highlight-clean strong{
  display:block;
  margin-bottom:16px;
  color:#fff;
  font-size:clamp(20px,2vw,28px);
  font-weight:400;
  letter-spacing:-.01em;
}
.highlight-clean span{
  display:block;
  max-width:560px;
  color:rgba(255,255,255,.68);
  font-size:15px;
  line-height:1.62;
  font-weight:300;
}
.wolf-section{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  min-height:660px;
  background:var(--paper);
}
.wolf-image{min-height:560px}
.wolf-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 44%;
}
.wolf-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(55px,7vw,105px);
}
.wolf-copy p{
  max-width:510px;
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
}
.contact-intro{
  color:rgba(255,255,255,.76);
  line-height:1.68;
  font-size:17px;
  font-weight:300;
}
.contact-identity{
  display:grid;
  gap:7px;
  margin-top:38px;
  color:#fff;
  font-size:13px;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.contact-panel .hero-actions{margin-top:34px}
@media(max-width:900px){
  .graham-clean-grid,.wolf-section{grid-template-columns:1fr}
  .graham-clean-photo{max-width:640px}
  .graham-clean-photo img{aspect-ratio:4/3;object-position:center 38%}
  .highlights-clean-grid{grid-template-columns:1fr}
  .wolf-image{min-height:430px}
}

.hospitality-hero{min-height:68vh;background-position:center 50%}
.hospitality-split{display:grid;grid-template-columns:.85fr 1.15fr;min-height:690px;background:#fff}
.hospitality-split-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(55px,7vw,105px)}
.hospitality-split-copy p,.experiences-copy p{color:var(--muted);font-size:17px;line-height:1.7}
.hospitality-split-image img,.experiences-image img,.golf-photo img{width:100%;height:100%;object-fit:cover}
.hospitality-tags{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;margin-top:36px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.culinary-grid,.wellness-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;margin-top:58px}
.culinary-grid figure,.wellness-grid figure{margin:0}
.culinary-grid img,.wellness-grid img{width:100%;height:100%;object-fit:cover}
.culinary-main,.wellness-large{grid-row:span 2;min-height:720px}
.culinary-side,.wellness-small{min-height:348px}
.culinary-grid figcaption,.wellness-grid figcaption{padding-top:13px;color:var(--muted);font-size:12px;letter-spacing:.11em;text-transform:uppercase}
.wellness-section{background:#ece9e2}
.golf-story{display:grid;grid-template-columns:1.15fr .85fr;min-height:720px;background:#fff}
.golf-story.reverse{grid-template-columns:.85fr 1.15fr;background:var(--ink);color:#fff}
.golf-story.reverse .golf-photo{order:2}.golf-story.reverse .golf-quote{order:1}
.golf-quote{display:flex;flex-direction:column;justify-content:center;padding:clamp(50px,6vw,95px)}
.golf-quote blockquote{margin:24px 0 34px;font-size:clamp(21px,2.1vw,33px);line-height:1.36;font-weight:300}
.quote-attribution{display:grid;gap:4px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.golf-story.reverse .quote-attribution{color:rgba(255,255,255,.68)}
.golf-destination{position:relative;min-height:680px;color:#fff}
.golf-destination img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.golf-destination:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.58))}
.golf-destination-copy{position:absolute;z-index:2;left:var(--gutter);bottom:clamp(55px,7vw,100px);max-width:850px}
.experiences-section{display:grid;grid-template-columns:1.2fr .8fr;min-height:650px;background:var(--forest);color:#fff}
.experiences-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(55px,7vw,105px)}
.experiences-copy p{color:rgba(255,255,255,.72)}
@media(max-width:900px){
.hospitality-split,.golf-story,.golf-story.reverse,.experiences-section{grid-template-columns:1fr}
.culinary-grid,.wellness-grid{grid-template-columns:1fr}
.culinary-main,.culinary-side,.wellness-large,.wellness-small{min-height:auto}
.golf-story.reverse .golf-photo,.golf-story.reverse .golf-quote{order:initial}
.golf-photo,.experiences-image{min-height:460px}
}

/* V11 Experiences page */
.experiences-opening{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  min-height:720px;
  background:#fff;
}
.experiences-opening-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.experiences-opening-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(60px,7vw,110px);
}
.experiences-opening-copy h1{
  color:var(--ink);
  font-size:clamp(52px,6vw,92px);
}
.experiences-opening-copy p{
  max-width:560px;
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
  font-weight:300;
}
.golf-destination-clean{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  min-height:650px;
  background:var(--paper);
}
.golf-destination-clean-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.golf-destination-clean-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(55px,7vw,105px);
}
.golf-destination-clean-copy h2{max-width:650px}
.golf-photo img{object-position:center}
.golf-story:first-of-type .golf-photo img{object-position:center 46%}
.golf-story.reverse .golf-photo img{object-position:center 44%}
@media(max-width:900px){
  .experiences-opening,.golf-destination-clean{grid-template-columns:1fr}
  .experiences-opening-image{min-height:500px}
  .golf-destination-clean-image{min-height:460px}
}

/* Final review content and SEO refinements */
.inline-link{display:inline-block;color:inherit;border-bottom:1px solid currentColor;margin-top:8px}
.inline-link:hover{color:var(--gold)}
.industry-proof{background:#ece9e2}
.case strong{font-weight:500}

.copy,.copy p,.copy.small,.copy.small p,.lede,.project-info p,.principle p,.highlight-clean span,.contact-intro,blockquote,.method-step p,.discipline span{color:#222!important;}

/* Refined readability: only small grey body text on light backgrounds */
.copy p,
.copy.small p,
.principle p,
.highlight-clean span,
.method-step p,
.discipline span,
.contact-intro{
  color:#222 !important;
}

/* Photo overlay typography */
.hero .eyebrow,
.hero h1,
.hero .lede,
.page-hero .eyebrow,
.page-hero h1,
.page-hero p,
.about-hero-clean .eyebrow,
.about-hero-clean h1,
.project-info,
.project-info p,
.project-info h3,
.project-info .eyebrow,
.experiences-opening-image + *,
.experiences-opening-copy,
.experiences-copy,
.experiences-copy h2,
.experiences-copy p,
.experiences-copy .eyebrow,
.golf-destination-clean-copy,
.golf-destination-clean-copy h2,
.golf-destination-clean-copy .eyebrow,
.contact-image + .contact-copy .eyebrow,
.contact-image + .contact-copy h2,
.wolf-copy,
.wolf-copy h2,
.wolf-copy p,
.wolf-copy .eyebrow{
    color:#fff !important;
    text-shadow:0 1px 4px rgba(0,0,0,.45);
}

/* Final review readability fixes */

/* About-page contact copy sits on a dark image panel. */
.contact-panel .contact-copy .contact-intro,
.contact-panel .contact-copy .contact-identity,
.contact-panel .contact-copy .contact-identity span {
  color: #fff !important;
  opacity: 1 !important;
}

/* Doug Carrick quote block: force every line and attribution to white. */
.golf-story.reverse .golf-quote,
.golf-story.reverse .golf-quote blockquote,
.golf-story.reverse .golf-quote blockquote *,
.golf-story.reverse .golf-quote .quote-attribution,
.golf-story.reverse .golf-quote .quote-attribution strong,
.golf-story.reverse .golf-quote .quote-attribution span {
  color: #fff !important;
  opacity: 1 !important;
}

/* Editorial photo caption under the Wolf Hengst relationship copy. */
.wolf-copy .wolf-caption {
  margin-top: 1.35rem;
  font-size: 0.9rem;
  line-height: 1.6;
  font-style: italic;
  opacity: 0.78;
}

/* Final light-panel typography corrections */

/* Industry Relationships panel on the About page */
.wolf-copy {
  background: #F8F7F4 !important;
}
.wolf-copy .eyebrow {
  color: #C8A15A !important;
  text-shadow: none !important;
}
.wolf-copy h2 {
  color: #1E1E1E !important;
  text-shadow: none !important;
}
.wolf-copy p {
  color: #3A3A3A !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.wolf-copy .wolf-caption {
  color: #666 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

/* The Ambition panel on the Experiences page */
.golf-destination-clean-copy {
  background: #F8F7F4 !important;
}
.golf-destination-clean-copy .eyebrow {
  color: #C8A15A !important;
  text-shadow: none !important;
}
.golf-destination-clean-copy h2 {
  color: #1E1E1E !important;
  text-shadow: none !important;
}
.golf-destination-clean-copy p {
  color: #3A3A3A !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

/* Slightly reduce oversized headings in these two editorial panels */
.wolf-copy h2,
.golf-destination-clean-copy h2 {
  font-size: clamp(3.25rem, 5.5vw, 5.2rem) !important;
  line-height: 0.98 !important;
}

.value-intro .feature-copy p+p{margin-top:1.4rem}.value-intro .feature-copy p{max-width:48rem}


/* Final site-wide typography normalization */
:root{
  --character-font:"Neutraface Text","Avenir Next","Helvetica Neue",Helvetica,Arial,sans-serif;
}
html,
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
strong,
b,
em,
i,
blockquote,
figcaption,
.eyebrow,
.brand,
.nav,
.button,
.stat,
.method-step,
.discipline,
.case,
.feature-copy,
.project-info,
.quote-attribution,
.contact-identity,
.footer{
  font-family:var(--character-font) !important;
}
html{
  font-synthesis:none;
}
body{
  font-synthesis:none;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
h1,
h2{
  font-weight:300 !important;
  font-style:normal !important;
}
h3{
  font-weight:400 !important;
  font-style:normal !important;
}
p,
.copy,
.lede,
blockquote,
.feature-copy p,
.project-info p,
.case p,
.method-step p,
.discipline span,
.contact-intro,
.experiences-opening-copy p,
.hospitality-split-copy p,
.experiences-copy p,
.wolf-copy p,
.golf-destination-clean-copy p{
  font-weight:300 !important;
  font-style:normal;
}
.eyebrow,
.nav,
.button,
.quote-attribution,
.contact-identity,
.footer{
  font-weight:600 !important;
  font-style:normal !important;
}
strong,
b{
  font-weight:600 !important;
}
em,
i,
.wolf-caption{
  font-style:italic !important;
}

/* Embedded Neutraface production typography */
html,body,button,input,select,textarea,
h1,h2,h3,h4,h5,h6,p,a,span,strong,b,em,i,
blockquote,figcaption,.brand,.nav,.eyebrow,.button,
.stat,.method-step,.discipline,.case,.feature-copy,
.project-info,.quote-attribution,.contact-identity,.footer{
  font-family:"Neutraface Text",Arial,sans-serif !important;
}
html,body{font-synthesis:none !important}
h1,h2,.experiences-opening-copy h1{
  font-family:"Neutraface Text",Arial,sans-serif !important;
  font-weight:300 !important;
  font-style:normal !important;
}
h3{font-weight:400 !important}
p,.copy,.lede,blockquote{font-weight:400 !important}
.eyebrow,.nav,.button,.quote-attribution,.contact-identity,.footer{font-weight:600 !important}

/* Final typography match to approved reference */

/* Remove all blur/shadow from light editorial panels */
.experiences-opening-copy,
.experiences-opening-copy *,
.golf-destination-clean-copy,
.golf-destination-clean-copy *,
.wolf-copy,
.wolf-copy * {
  text-shadow: none !important;
  filter: none !important;
}

/* Experiences hero */
.experiences-opening-copy {
  background: #F8F7F4 !important;
}
.experiences-opening-copy .eyebrow {
  color: #C8A15A !important;
  font-family: "Neutraface Text", Arial, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: .28em !important;
}
.experiences-opening-copy h1 {
  color: #1E1E1E !important;
  font-family: "Neutraface Text", Arial, sans-serif !important;
  font-weight: 300 !important;
  font-size: clamp(4.8rem, 7.2vw, 7.8rem) !important;
  line-height: .96 !important;
  letter-spacing: -.02em !important;
}
.experiences-opening-copy p {
  color: #6B6B6B !important;
  font-family: "Neutraface Text", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(1.25rem, 1.65vw, 1.75rem) !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

/* Other light editorial panels */
.golf-destination-clean-copy,
.wolf-copy {
  background: #F8F7F4 !important;
}
.golf-destination-clean-copy .eyebrow,
.wolf-copy .eyebrow {
  color: #C8A15A !important;
}
.golf-destination-clean-copy h2,
.wolf-copy h2 {
  color: #1E1E1E !important;
  font-weight: 300 !important;
  letter-spacing: -.02em !important;
}
.golf-destination-clean-copy p,
.wolf-copy p {
  color: #4A4A4A !important;
  font-weight: 400 !important;
}


/* REVIEW 8 */
.enduring-hero{
  min-height:58vh;
  background-position:center 47%;
}
.enduring-hero>div{max-width:1050px}
.brand-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:40px;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.brand-grid span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:78px;
  padding:16px 12px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  color:var(--ink);
  text-align:center;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.golf-photo{display:flex;flex-direction:column}
.golf-photo img{min-height:0;flex:1 1 auto}
@media(max-width:700px){
  .brand-grid{grid-template-columns:1fr}
  .brand-grid span{min-height:62px}
}


/* REVIEW 9 CORRECTED — SITE-WIDE TYPOGRAPHY CONSISTENCY */
.copy,
.copy p,
.copy.small,
.copy.small p,
.feature-copy p,
.case p,
.principle p,
.method-step p,
.discipline span,
.hospitality-split-copy p,
.experiences-opening-copy p,
.experiences-copy p,
.golf-quote > p,
.golf-destination-clean-copy p,
.wolf-copy p:not(.wolf-caption),
.contact-intro,
.project-info p,
.highlight-clean span {
  font-family:"Neutraface Text",Arial,sans-serif !important;
  font-size:17px !important;
  line-height:1.65 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

.copy,
.copy p,
.copy.small,
.copy.small p,
.feature-copy p,
.case p,
.principle p,
.method-step p,
.discipline span,
.hospitality-split-copy p,
.golf-quote > p,
.golf-destination-clean-copy p,
.wolf-copy p:not(.wolf-caption),
.highlight-clean span {
  color:#222 !important;
}

.dark .copy,
.dark .copy p,
.dark p,
.golf-story.reverse .golf-quote > p,
.contact-panel .contact-intro,
.project-info p,
.highlights-clean .highlight-clean span {
  color:rgba(255,255,255,.82) !important;
}

h1 {
  font-weight:300 !important;
  line-height:.96 !important;
}
h2 {
  font-weight:300 !important;
  line-height:1.02 !important;
}
h3 {
  font-weight:400 !important;
  line-height:1.14 !important;
}


/* REVIEW 10 */
:root{
 --accent-panel:#55665a;
}
.character-panel,
.approach-panel,
.enduring-panel,
.story-panel,
.green-panel{
 background:var(--accent-panel)!important;
}
.page-hero.enduring-hero{
 background-position:center 42%;
 background-size:cover;
}


/* REVIEW 11 - Warm Stone Panels */
:root{
  --accent-panel:#EAE6DF;
}
.character-panel,
.approach-panel,
.enduring-panel,
.story-panel,
.green-panel{
  background:var(--accent-panel)!important;
}


/* REVIEW 12 — REPLACE GREEN QUOTE PANELS AT SOURCE */
.quote {
  background:#EAE6DF !important;
  color:#1E1E1E !important;
}
.quote p,
.quote .fade,
.quote p.fade {
  color:#1E1E1E !important;
  text-shadow:none !important;
  filter:none !important;
}


/* REVIEW 13 typography refinement */
.discipline span,
.copy,.copy p,.feature-copy p,.case p,.principle p,.method-step p{
 font-weight:300!important;
 line-height:1.75!important;
}
.discipline{
 display:flex;
 flex-direction:column;
}
.discipline h3{
 min-height:92px;
 margin-bottom:20px;
}


/* REVIEW 14 — TYPOGRAPHY REBALANCE */

/* Restore body copy to Neutraface Book for legibility and authority. */
.copy,
.copy p,
.copy.small,
.copy.small p,
.feature-copy p,
.case p,
.principle p,
.method-step p,
.discipline span,
.hospitality-split-copy p,
.experiences-opening-copy p,
.experiences-copy p,
.golf-quote > p,
.golf-destination-clean-copy p,
.wolf-copy p:not(.wolf-caption),
.contact-intro,
.project-info p,
.highlight-clean span {
  font-family:"Neutraface Text",Arial,sans-serif !important;
  font-weight:400 !important;
  line-height:1.68 !important;
  letter-spacing:0 !important;
}

/* Make the large warm-stone callout statements lighter and more elegant. */
.quote p,
.quote p.fade,
.quote .fade {
  font-family:"Neutraface Text",Arial,sans-serif !important;
  font-weight:300 !important;
  line-height:1.08 !important;
  letter-spacing:-.012em !important;
  color:#1E1E1E !important;
  text-shadow:none !important;
  filter:none !important;
}

/* Preserve the lighter editorial hierarchy on the eight-box headings. */
.discipline h3 {
  font-weight:300 !important;
}


/* REVIEW 15 */
.metric strong,
.metric .value,
.stat strong,
.stats strong{
  font-weight:300 !important;
}
.metric h3,
.metric-number{
  font-weight:300 !important;
}

/* Lift portrait slightly for alignment */
.about-portrait,
.about-image,
.leadership-image,
.profile-image{
  transform:translateY(-28px);
}


/* REVIEW 16 — FINAL MINOR CORRECTIONS */

/* Show the complete three-person Troon photograph without cropping. */
.golf-story .golf-photo{
  background:#F8F7F4;
  justify-content:center;
}
.golf-story .golf-photo img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  flex:0 0 auto !important;
}

/* Reduce only the concluding Enduring Value callout. */
.enduring-final-quote p{
  max-width:1100px;
  font-size:clamp(26px,3vw,48px) !important;
  line-height:1.18 !important;
}

/* Move the actual Graham portrait upward to align with the opening biography text. */
.graham-clean-photo{
  align-self:start !important;
  transform:translateY(-44px) !important;
}


/* REVIEW 17 — FINAL VISUAL ALIGNMENT */

/* Character-page confidential discussion panel in warm stone. */
.character-contact-panel{
  background:#EAE6DF !important;
  color:#1E1E1E !important;
}
.character-contact-panel .contact-copy{
  background:#EAE6DF !important;
}
.character-contact-panel .contact-copy .eyebrow{
  color:#C8A15A !important;
  text-shadow:none !important;
}
.character-contact-panel .contact-copy h2{
  color:#1E1E1E !important;
  text-shadow:none !important;
}
.character-contact-panel .button{
  color:#1E1E1E !important;
  border-color:#1E1E1E !important;
}
.character-contact-panel .button:hover{
  background:#C8A15A !important;
  border-color:#C8A15A !important;
}

/* Troon section: align image at the top and give the caption breathing room. */
.golf-story{
  align-items:start !important;
}
.golf-story .golf-photo{
  justify-content:flex-start !important;
  align-self:start !important;
}
.golf-story .golf-photo img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center top !important;
  display:block !important;
}
.golf-story .enduring-caption{
  padding:18px 22px 22px !important;
  font-size:13px !important;
  line-height:1.55 !important;
  letter-spacing:.01em !important;
  background:#F8F7F4 !important;
  color:#4A4A4A !important;
}

/* About-page portrait: lower it to align with the start of the biography body copy. */
.graham-clean-photo{
  transform:none !important;
  margin-top:190px !important;
  align-self:start !important;
}
@media(max-width:900px){
  .graham-clean-photo{
    margin-top:34px !important;
  }
}


/* REVIEW 18 — CARD, WORKSHOP AND PORTRAIT ALIGNMENT */

/* Hallō and Quintessencia cards: identical text block geometry. */
.enduring-brand-cards{
  align-items:stretch !important;
}
.enduring-brand-cards .project-card{
  min-height:640px !important;
}
.enduring-brand-cards .project-info{
  height:360px !important;
  padding:34px 42px 38px !important;
  display:grid !important;
  grid-template-rows:18px 82px 1fr !important;
  align-content:start !important;
}
.enduring-brand-cards .project-info .eyebrow{
  margin:0 !important;
  align-self:start !important;
}
.enduring-brand-cards .project-info h3{
  min-height:0 !important;
  margin:10px 0 0 !important;
  align-self:start !important;
}
.enduring-brand-cards .project-info p{
  min-height:0 !important;
  margin:20px 0 0 !important;
  align-self:start !important;
  font-weight:400 !important;
  line-height:1.62 !important;
}

/* Approach-page meeting image: use the new photograph cleanly. */
.approach-workshop .hospitality-split-image img{
  object-position:center center !important;
}

/* About-page portrait: align its top with the first biography paragraph. */
.graham-clean-grid{
  align-items:start !important;
}
.graham-clean-photo{
  margin-top:118px !important;
  transform:none !important;
  align-self:start !important;
}
@media(max-width:900px){
  .graham-clean-photo{
    margin-top:30px !important;
  }
}
