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

:root {
  --ink: #0a0a0b;
  --ink-soft: #111113;
  --ink-card: #171719;
  --paper: #f4ede1;
  --white: #f8efe2;
  --muted: #d0c4b2;
  --muted-dark: #5b5146;
  --gold: #c5a55a;
  --gold-light: #e6c985;
  --gold-wash: rgba(230,201,133,.14);
  --line: rgba(255,255,255,.1);
  --line-dark: rgba(10,10,11,.14);
  --shadow: 0 22px 60px rgba(0,0,0,.24);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 84% 13%, rgba(197,165,90,.12), transparent 19%), radial-gradient(circle at 7% 56%, rgba(197,165,90,.08), transparent 24%), var(--ink); color: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(10,10,11,.92); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 88px; max-width: 1240px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { width: 142px; height: 48px; object-fit: cover; object-position: center 53%; }
.primary-nav { display: flex; align-items: center; gap: 24px; list-style: none; padding: 0; margin: 0; }
.primary-nav a { text-decoration: none; color: #d8d5ce; font-size: 13px; font-weight: 600; letter-spacing: .02em; padding: 8px 0; position: relative; }
.primary-nav a:hover, .primary-nav a[aria-current='page'] { color: var(--gold-light); }
.primary-nav a[aria-current='page']::after { content: ''; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: var(--gold); }
.nav-cta { border: 1px solid rgba(197,165,90,.8); padding: 10px 16px !important; color: var(--gold-light) !important; }
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--gold); color: var(--ink) !important; }
.nav-toggle { display: none; padding: 8px; color: var(--gold); border: 0; background: transparent; font: inherit; cursor: pointer; }

.hero { min-height: 710px; position: relative; overflow: hidden; display: grid; align-items: end; background: var(--ink); }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,8,.98) 0%, rgba(7,7,8,.91) 39%, rgba(7,7,8,.66) 62%, rgba(7,7,8,.06) 100%), linear-gradient(0deg, rgba(7,7,8,.72) 0%, transparent 52%); z-index: 1; }
.hero::after { display: none; }
.hero-media { position: absolute; inset: 0; background-color: #080809; background-image: url('images/hero-luxury-cream-texture.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; }
.hero-inner { position: relative; z-index: 2; width: min(1240px, 100%); margin: 0 auto; padding: 114px 32px 96px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-light); text-transform: uppercase; font-weight: 700; font-size: 11px; letter-spacing: .18em; margin: 0 0 22px; }
.eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--gold); }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.08; margin: 0; letter-spacing: -.025em; }
h1 { max-width: 820px; font-size: clamp(46px, 5.6vw, 84px); font-weight: 800; }
h1 em { color: var(--gold-light); font-weight: 600; }
.hero h1 { color: var(--white); text-shadow: none; }
.hero h1 em { color: var(--gold-light); }
.hero .eyebrow { color: var(--gold-light); }
.hero-copy { max-width: 600px; font-size: 19px; color: #e5e2dc; margin: 28px 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; background: var(--gold); border: 1px solid var(--gold); color: #11100d; text-decoration: none; font-weight: 700; font-size: 13px; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--gold-light); }
.button-secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,.45); }
.button-secondary:hover { background: rgba(255,255,255,.08); color: var(--white); }
.hero .button-secondary { color: var(--white); border-color: rgba(255,255,255,.45); }
.hero .button-secondary:hover { background: rgba(255,255,255,.1); color: var(--white); }
.hero-metrics { display: flex; margin-top: 68px; border-top: 1px solid rgba(255,255,255,.22); max-width: 720px; }
.metric { padding: 20px 28px 0 0; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.16); }
.metric:last-child { border: 0; }
.metric-number { display: block; font-family: var(--serif); color: var(--gold-light); font-size: 27px; line-height: 1; }
.metric-label { font-size: 11px; text-transform: uppercase; letter-spacing: .11em; color: #c9c5bd; display: block; margin-top: 8px; }

.client-ribbon { display: flex; min-height: 78px; overflow: hidden; background: #090909; border-top: 1px solid rgba(230,201,133,.22); border-bottom: 1px solid rgba(230,201,133,.22); }
.client-ribbon-label { display: flex; align-items: center; flex: 0 0 auto; padding: 0 32px; background: rgba(197,165,90,.1); border-right: 1px solid rgba(230,201,133,.22); color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.client-ribbon-viewport { flex: 1 1 auto; min-width: 0; overflow: hidden; display: flex; align-items: center; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.client-ribbon-track { display: flex; width: max-content; animation: client-ribbon-scroll 64s linear infinite; will-change: transform; }
.client-ribbon-set { display: flex; align-items: center; flex: 0 0 auto; }
.client-name { display: inline-flex; align-items: center; gap: 22px; padding: 0 22px; color: #e9dfce; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.client-name::after { content: ''; width: 4px; height: 4px; border: 1px solid var(--gold); border-radius: 50%; opacity: .8; }
.client-ribbon:hover .client-ribbon-track { animation-play-state: paused; }
@keyframes client-ribbon-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .client-ribbon-track { animation: none; } }

.section { padding: 116px 32px; position: relative; overflow: hidden; }
.section-light { color: var(--ink); background-color: var(--paper); background-image: radial-gradient(circle at 88% 9%, rgba(197,165,90,.2), transparent 24%), repeating-linear-gradient(135deg, rgba(10,10,11,.025) 0, rgba(10,10,11,.025) 1px, transparent 1px, transparent 13px); }
.section-dark { color: var(--white); background-color: var(--ink); background-image: radial-gradient(circle at 9% 12%, rgba(197,165,90,.18), transparent 30%), radial-gradient(circle at 91% 80%, rgba(197,165,90,.1), transparent 28%), linear-gradient(125deg, transparent 0 48%, rgba(255,255,255,.028) 48.1% 48.25%, transparent 48.35%); }
.section-soft { color: var(--white); background-color: #14100d; background-image: radial-gradient(circle at 82% 18%, rgba(197,165,90,.2), transparent 22%), radial-gradient(circle at 15% 83%, rgba(230,201,133,.09), transparent 28%), repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 68px); }
.container { width: min(1160px, 100%); margin: 0 auto; }
.section-head { max-width: 730px; margin-bottom: 54px; }
.section-head .eyebrow { color: var(--gold); }
.section-head h2 { font-size: clamp(35px, 4vw, 58px); font-weight: 800; }
.section-head p { font-size: 18px; margin: 19px 0 0; color: var(--muted-dark); }
.section-dark .section-head p, .section-soft .section-head p { color: var(--muted); }
.kicker { font-size: 12px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; margin-bottom: 15px; }

.two-column { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 82px; align-items: start; }
.large-statement { font-family: var(--serif); font-size: clamp(31px, 3.5vw, 49px); line-height: 1.14; font-weight: 700; }
.body-copy { color: var(--muted-dark); font-size: 17px; }
.section-dark .body-copy, .section-soft .body-copy { color: var(--muted); }
.body-copy p + p { margin-top: 18px; }
.divider-list { border-top: 1px solid var(--line-dark); }
.section-dark .divider-list, .section-soft .divider-list { border-color: var(--line); }
.divider-list > div { padding: 20px 0; border-bottom: 1px solid var(--line-dark); display: flex; gap: 18px; align-items: flex-start; }
.section-dark .divider-list > div, .section-soft .divider-list > div { border-color: var(--line); }
.divider-list strong { color: var(--gold); min-width: 36px; font-size: 13px; letter-spacing: .08em; }
.divider-list span { font-size: 15px; }

.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(230,201,133,.28); border-left: 1px solid rgba(230,201,133,.28); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.service-tile { padding: 40px; min-height: 275px; border-right: 1px solid rgba(230,201,133,.2); border-bottom: 1px solid rgba(230,201,133,.2); position: relative; background: linear-gradient(135deg, rgba(255,255,255,.035), transparent 60%); transition: background .25s ease, transform .25s ease; }
.service-tile:hover { background: linear-gradient(135deg, rgba(197,165,90,.2), rgba(255,255,255,.045) 60%); transform: translateY(-4px); }
.service-number { font-family: var(--serif); color: var(--gold); font-size: 18px; display: block; margin-bottom: 45px; }
.service-tile h3 { font-size: 30px; margin-bottom: 12px; }
.service-tile p { margin: 0; max-width: 375px; color: var(--muted); font-size: 15px; }
.text-link { color: var(--gold-light); font-weight: 700; font-size: 13px; text-decoration: none; display: inline-block; margin-top: 24px; }
.text-link:hover { color: var(--white); }

.paul-panel { display: grid; grid-template-columns: .8fr 1.2fr; background: #050506; border: 1px solid rgba(230,201,133,.38); box-shadow: var(--shadow); }
.paul-mark { min-height: 410px; padding: 45px; background: #050506; position: relative; overflow: hidden; }
.paul-mark::before { content: 'P'; position: absolute; right: -18px; bottom: -65px; font-family: var(--serif); font-size: 390px; color: rgba(255,255,255,.045); line-height: 1; }
.paul-mark .eyebrow { position: relative; z-index: 1; }
.paul-role { position: absolute; bottom: 44px; left: 45px; z-index: 1; max-width: 230px; font-family: var(--serif); color: var(--gold-light); font-size: 31px; line-height: 1.1; }
.paul-content { padding: 54px; }
.paul-content h2 { font-size: clamp(35px, 4vw, 52px); margin-bottom: 22px; }
.placeholder { margin: 28px 0; padding: 17px 18px; border-left: 2px solid var(--gold); background: rgba(197,165,90,.06); color: #d8d3c9; font-size: 14px; }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.proof-card { min-height: 230px; padding: 31px; border: 1px solid var(--line-dark); background: var(--white); display: flex; flex-direction: column; justify-content: space-between; }
.proof-card .proof-index { font-family: var(--serif); color: var(--gold); font-size: 25px; }
.proof-card h3 { font-size: 25px; }
.proof-card p { margin: 12px 0 0; color: var(--muted-dark); font-size: 14px; }

.cta-band { position: relative; overflow: hidden; padding: 92px 32px; background-color: #d8bb77; background-image: radial-gradient(circle at 16% 17%, rgba(255,255,255,.52), transparent 20%), repeating-linear-gradient(110deg, rgba(10,10,11,.06) 0, rgba(10,10,11,.06) 1px, transparent 1px, transparent 42px); color: var(--ink); }
.cta-band::after { content: 'RS'; position: absolute; right: -40px; top: -130px; font-family: var(--serif); font-size: 410px; color: rgba(255,255,255,.2); font-weight: 800; letter-spacing: -.11em; }
.cta-band .container { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 48px; }
.cta-band h2 { font-size: clamp(38px, 4.5vw, 62px); max-width: 720px; }
.cta-band p { margin: 16px 0 0; max-width: 630px; font-size: 17px; }
.cta-band .button { background: var(--ink); color: var(--white); border-color: var(--ink); flex-shrink: 0; }
.cta-band .button:hover { background: var(--ink-soft); }

.partner-section { padding: 54px 32px; background: #0b0a0a; border-bottom: 1px solid rgba(230,201,133,.18); }
.partner-card { width: min(1060px, 100%); margin: 0 auto; display: grid; grid-template-columns: 148px minmax(0, 1fr); gap: 42px; align-items: center; padding: 30px 0; }
.partner-logo-wrap { min-height: 100px; display: grid; place-items: center; padding: 19px; border: 1px solid rgba(230,201,133,.42); background: #070708; box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 14px 28px rgba(0,0,0,.28); }
.partner-logo-wrap img { max-width: 126px; width: 100%; height: auto; }
.partner-copy .kicker { margin-bottom: 9px; }
.partner-copy h2 { color: var(--white); font-size: clamp(28px, 3.2vw, 43px); margin-bottom: 13px; }
.partner-copy p { color: var(--muted); font-size: 16px; max-width: 800px; margin: 0; }
.partner-link { display: inline-block; color: var(--gold-light); margin-top: 19px; font-weight: 700; font-size: 15px; text-decoration: none; }
.partner-link:hover { color: var(--white); }

.page-hero { padding: 130px 32px 85px; background-color: var(--ink); background-image: radial-gradient(circle at 85% 10%, rgba(197,165,90,.22), transparent 24%), radial-gradient(circle at 10% 115%, rgba(197,165,90,.14), transparent 35%), repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 62px); border-bottom: 1px solid rgba(230,201,133,.22); }
.page-hero-inner { width: min(1160px, 100%); margin: 0 auto; }
.page-hero h1 { max-width: 840px; font-size: clamp(45px, 5vw, 74px); }
.page-hero p { max-width: 660px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }

.package-group { margin-top: 74px; }
.package-group:first-of-type { margin-top: 0; }
.group-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: end; padding-bottom: 25px; border-bottom: 1px solid var(--line-dark); }
.group-heading h2 { font-size: 42px; }
.group-heading p { margin: 0; color: var(--muted-dark); }
.package-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); margin-top: 22px; }
.package { background: linear-gradient(135deg, #fbf5e9 0%, var(--paper) 72%, #ead9bd 100%); padding: 31px; color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,.75); }
.package h3 { color: var(--ink) !important; font-size: clamp(29px, 2.2vw, 36px); line-height: 1.12; margin-bottom: 16px; }
.package p { color: var(--muted-dark) !important; margin: 0; font-size: 17px; line-height: 1.55; }
.package .button { margin-top: 30px; min-height: 54px; padding: 15px 24px; background: var(--ink); color: var(--white); border-color: var(--ink); box-shadow: 0 10px 22px rgba(10,10,11,.16); font-size: 15px; }
.package .button:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.investment { color: #9a6d19 !important; font-family: var(--serif); font-weight: 700; margin: 26px 0 0 !important; font-size: clamp(23px, 2.05vw, 31px) !important; line-height: 1.1; letter-spacing: -.02em; }
.confirmed-price { color: #9a6d19 !important; font-family: var(--serif); font-size: clamp(32px, 2.8vw, 43px) !important; font-weight: 800; letter-spacing: -.04em; line-height: .98; margin: 28px 0 19px; }
.feature-list { list-style: none; padding: 0; margin: 26px 0 0; }
.feature-list li { position: relative; padding: 9px 0 9px 20px; font-size: 16px; line-height: 1.45; color: var(--muted-dark); }
.feature-list li::before { content: '•'; position: absolute; left: 0; color: var(--gold); }

.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; }
.about-aside { padding: 39px; background: #050506; border: 1px solid rgba(197,165,90,.42); }
.about-portrait { width: 100%; height: 330px; object-fit: cover; object-position: center 25%; margin: 0 0 30px; border: 1px solid rgba(255,255,255,.18); }
.about-aside h2 { font-size: 34px; }
.about-main { padding: 8px 0; }
.paul-brand-mark { width: min(460px, 100%); height: 148px; margin: 0 0 32px; border: 1px solid rgba(230,201,133,.34); background-color: var(--ink); background-image: url('images/paul-hutchinson-brand-marks.png'); background-size: 145% auto; background-position: center top; background-repeat: no-repeat; box-shadow: 0 18px 42px rgba(0,0,0,.26); }
.about-main h1 { font-size: clamp(44px, 5vw, 68px); margin-bottom: 25px; }
.book-feature { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 62px; align-items: center; max-width: 920px; margin: 0 auto; }
.book-cover-link { display: block; width: 100%; background: #17120e; padding: 14px; box-shadow: 0 24px 45px rgba(0,0,0,.22); transition: transform .25s ease; }
.book-cover-link:hover { transform: translateY(-6px) rotate(-1deg); }
.book-cover-link img { width: 100%; height: auto; }
.book-feature h2 { color: var(--ink); font-size: clamp(38px, 4.3vw, 56px); margin-bottom: 18px; }
.book-feature p { color: var(--muted-dark); font-size: 18px; line-height: 1.65; margin: 0; }
.book-feature p + p { margin-top: 16px; }
.book-feature .button { margin-top: 30px; }

.work-intro { max-width: 760px; padding: 38px; border-left: 3px solid var(--gold); background: rgba(197,165,90,.06); }
.work-intro h2 { font-size: 36px; }
.work-intro p { color: var(--muted); margin: 16px 0 0; }
.work-rules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 52px; }
.rule-card { padding: 35px; border: 1px solid var(--line); }
.rule-card h3 { color: var(--gold-light); font-size: 28px; margin-bottom: 14px; }
.rule-card p { margin: 0; color: var(--muted); font-size: 15px; }

.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.contact-layout h1 { font-size: clamp(46px, 5vw, 70px); }
.contact-layout p { color: var(--muted); font-size: 18px; margin: 23px 0 0; }
.contact-card { padding: 40px; border: 1px solid rgba(197,165,90,.42); background: var(--ink-card); }
.contact-card h2 { font-size: 34px; }
.contact-card p { font-size: 15px; }
.contact-card .placeholder { margin-bottom: 0; }
.contact-details { margin-top: 35px; }
.contact-details a { color: var(--gold-light); }

.site-footer { padding: 70px 32px 25px; background: #070708; border-top: 1px solid var(--line); }
.footer-top { width: min(1160px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 45px; }
.footer-top h3 { font-size: 20px; color: var(--white); }
.footer-top p, .footer-top a { color: var(--muted); font-size: 14px; }
.footer-logo { width: 155px; height: 54px; object-fit: cover; object-position: center 53%; margin-bottom: 20px; }
.footer-links { display: grid; gap: 9px; margin-top: 15px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { width: min(1160px, 100%); border-top: 1px solid var(--line); color: #77736d; font-size: 12px; padding-top: 21px; margin: 47px auto 0; }

@media (max-width: 800px) {
  .nav-wrap { min-height: 72px; padding: 0 20px; }
  .brand img { width: 120px; height: 43px; object-fit: cover; object-position: center 53%; }
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 22px 20px 28px; background: #101011; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 13px; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { display: block; }
  .nav-cta { display: inline-block !important; text-align: center; }
  .hero { min-height: 690px; }
  .hero::before { background: linear-gradient(90deg, rgba(7,7,8,.98) 0%, rgba(7,7,8,.9) 50%, rgba(7,7,8,.28) 100%), linear-gradient(0deg, rgba(7,7,8,.9), rgba(7,7,8,.12) 64%); }
  .hero-media { background-image: url('images/hero-luxury-cream-texture-mobile.jpg'); background-position: center top; }
  .hero-inner { padding: 90px 24px 60px; }
  .hero-copy { font-size: 17px; }
  .hero-metrics { margin-top: 48px; }
  .metric { margin-right: 17px; padding-right: 17px; }
  .client-ribbon { min-height: 70px; }
  .client-ribbon-label { padding: 0 20px; font-size: 10px; }
  .client-name { padding: 0 17px; gap: 17px; font-size: 11px; }
  .section, .page-hero, .cta-band { padding-left: 24px; padding-right: 24px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .two-column, .paul-panel, .about-layout, .contact-layout, .cta-band .container { grid-template-columns: 1fr; display: grid; gap: 32px; text-align: center; }
  .section-head, .body-copy, .group-heading, .work-intro, .contact-card, .about-main { text-align: center; }
  .services-grid, .proof-grid, .work-rules, .book-feature, .partner-card { grid-template-columns: 1fr; }
  .book-feature { gap: 32px; text-align: center; }
  .partner-card { text-align: center; gap: 24px; }
  .partner-logo-wrap { width: 130px; margin: 0 auto; }
  .book-cover-link { width: 220px; margin: 0 auto; }
  .service-tile { min-height: auto; padding: 30px; text-align: center; }
  .package { text-align: center; padding: 32px 25px; }
  .package .button { width: 100%; }
  .cta-band .button { justify-self: center; margin-left: auto; margin-right: auto; }
  .partner-copy, .proof-card { text-align: center; }
  .work-intro { border-left: 0; border-top: 3px solid var(--gold); }
  .package h3 { font-size: 30px; }
  .package p { font-size: 17px; }
  .confirmed-price { font-size: 34px !important; }
  .feature-list li { font-size: 16px; }
  .paul-brand-mark { margin-left: auto; margin-right: auto; }
  .service-number { margin-bottom: 35px; }
  .paul-mark { min-height: auto; padding: 46px 28px 40px; }
  .paul-mark .eyebrow { justify-content: center; margin: 0 0 38px; }
  .paul-role { position: relative; left: auto; bottom: auto; max-width: none; margin: 0 auto; }
  .paul-content { padding: 34px 29px; }
  .about-portrait { height: 350px; }
  .group-heading { grid-template-columns: 1fr; gap: 15px; }
  .package-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .cta-band .button { justify-self: center; }
}

@media (max-width: 460px) {
  h1 { font-size: 44px; }
  .hero { min-height: 650px; }
  .hero::after { width: 100%; height: 26%; right: 0; top: 0; -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.72) 58%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.72) 58%, transparent 100%); opacity: .74; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .client-ribbon { display: block; min-height: 82px; }
  .client-ribbon-label { justify-content: center; height: 30px; padding: 0; border-right: 0; border-bottom: 1px solid rgba(230,201,133,.18); }
  .client-ribbon-viewport { height: 50px; }
  .client-name { padding: 0 14px; gap: 14px; font-size: 10px; }
  .hero-metrics { justify-content: space-between; }
  .metric { margin-right: 0; padding-right: 15px; }
  .metric-number { font-size: 23px; }
  .metric-label { font-size: 9px; }
  .page-hero { padding-top: 110px; }
  .book-row { gap: 10px; }
  .book-row img { width: calc((100vw - 68px) / 3); }
}
