@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --navy-950: #061e1c;
  --navy-900: #0b302d;
  --navy-800: #10433d;
  --navy-700: #18574e;
  --gold: #c8a46b;
  --gold-light: #e4c994;
  --stone-50: #faf8f2;
  --stone-100: #f0ece2;
  --stone-200: #ded8ca;
  --ink: #152725;
  --muted: #60716d;
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --radius: 4px;
  --shadow: 0 24px 70px rgba(7, 21, 34, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--stone-50);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
h2 { font-size: clamp(2.5rem, 5vw, 4.9rem); }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px;
  background: var(--gold); color: var(--navy-950); transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(7, 21, 34, .94); box-shadow: 0 8px 30px rgba(0,0,0,.15); backdrop-filter: blur(15px); }
.nav-wrap { height: 94px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); }
.site-header.scrolled .nav-wrap { border-color: transparent; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--gold);
  border-radius: 50%; color: var(--gold); font-family: var(--serif); font-style: italic; font-size: 15px;
}
.brand-name { font-family: var(--serif); font-size: 19px; line-height: 1.05; }
.brand-name strong { display: block; font-weight: 600; }
.brand-symbol { display: block; width: 45px; height: 45px; flex: 0 0 auto; }
.brand-symbol img { display: block; width: 100%; height: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: white; font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 7px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .15em; transition: color .2s ease; }
.main-nav a:hover { color: var(--gold-light); }
.main-nav .nav-cta { padding: 14px 20px; border: 1px solid rgba(214,178,110,.8); color: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: white; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 780px; height: min(92vh, 920px); color: var(--white); overflow: hidden; background: var(--navy-900); }
.hero-media { position: absolute; inset: 0; background-image: url("assets/irish-cleaner-hero.png"); background-size: cover; background-position: center; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,27,.96) 0%, rgba(6,20,32,.86) 35%, rgba(7,23,36,.26) 70%, rgba(7,21,34,.08) 100%), linear-gradient(0deg, rgba(7,21,34,.45), transparent 45%); }
.hero-inner { position: relative; height: 100%; display: flex; align-items: center; padding-top: 84px; }
.hero-copy { width: min(680px, 60%); }
.eyebrow { margin-bottom: 28px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.eyebrow-dark { color: #9b7437; }
.hero h1 { margin-bottom: 28px; font-size: clamp(3.5rem, 7.2vw, 7rem); }
.hero h1 em { color: var(--gold); font-weight: 600; }
.hero-lead { max-width: 630px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px;
  border: 1px solid transparent; border-radius: var(--radius); text-decoration: none; text-transform: uppercase;
  font-size: 11px; font-weight: 600; letter-spacing: .13em; cursor: pointer; transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy-950); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.5); color: white; background: rgba(7,21,34,.12); }
.button-ghost:hover { border-color: white; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 30px; color: rgba(255,255,255,.62); font-size: 12px; letter-spacing: .04em; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #94c79d; box-shadow: 0 0 0 5px rgba(148,199,157,.12); }

.trust-bar { position: relative; z-index: 2; background: var(--navy-900); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 30px 28px; border-left: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid strong { display: block; margin-bottom: 3px; color: var(--gold-light); font-family: var(--serif); font-size: 24px; font-weight: 600; }
.trust-grid span { color: rgba(255,255,255,.58); font-size: 12px; }

.intro { background: var(--stone-50); }
.section-head { display: grid; grid-template-columns: 1.4fr .7fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { margin-bottom: 8px; color: var(--muted); font-size: 17px; }
.hotel-feature {
  position: relative; display: grid; grid-template-columns: 1.1fr .9fr; margin-bottom: 52px;
  overflow: hidden; background: var(--navy-800); color: white; box-shadow: var(--shadow);
}
.hotel-feature::before {
  content: "H"; position: absolute; right: 43%; bottom: -155px; color: rgba(255,255,255,.025);
  font-family: var(--serif); font-size: 430px; line-height: 1; pointer-events: none;
}
.hotel-feature-copy { position: relative; z-index: 1; padding: 62px; }
.feature-label { margin-bottom: 28px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hotel-feature h3 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 3.7rem); font-weight: 600; line-height: 1.04; letter-spacing: -.03em; }
.hotel-feature-copy > p:not(.feature-label) { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.67); }
.feature-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.feature-inline-link { color: var(--gold-light); font-size: 12px; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(234,213,159,.35); }
.feature-inline-link span { margin-left: 5px; }
.hotel-feature-list { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid rgba(255,255,255,.12); }
.hotel-feature-list > div { display: flex; flex-direction: column; min-height: 220px; padding: 34px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.hotel-feature-list > div:nth-last-child(-n+2) { border-bottom: 0; }
.hotel-feature-list span { margin-bottom: auto; color: var(--gold); font-family: var(--serif); font-style: italic; }
.hotel-feature-list strong { margin: 32px 0 7px; font-family: var(--serif); font-size: 19px; font-weight: 600; line-height: 1.2; }
.hotel-feature-list small { color: rgba(255,255,255,.53); font-size: 12px; line-height: 1.5; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--stone-200); border-left: 1px solid var(--stone-200); }
.service-card { min-height: 330px; padding: 30px; border-right: 1px solid var(--stone-200); border-bottom: 1px solid var(--stone-200); display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.45); transition: background .25s, transform .25s, box-shadow .25s; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-5px); background: white; box-shadow: var(--shadow); }
.service-primary { background: var(--navy-800); color: white; }
.service-primary:hover { background: var(--navy-700); }
.card-no { color: #a67c3f; font-family: var(--serif); font-size: 15px; }
.service-card h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 25px; line-height: 1.15; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.service-primary p { color: rgba(255,255,255,.66); }
.service-card ul { margin: 18px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.75); font-size: 13px; }
.service-card li { padding: 6px 0; border-top: 1px solid rgba(255,255,255,.11); }
.section-action { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; }
.section-action p { margin: 0; color: var(--muted); }
.text-link { color: var(--navy-800); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(16,43,67,.28); padding-bottom: 4px; }
.text-link span { color: #a67c3f; margin-left: 8px; }

.process-section { background: var(--navy-900); color: white; }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.process-copy { position: sticky; top: 150px; align-self: start; }
.process-copy h2 { margin-bottom: 28px; }
.process-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 34px; color: rgba(255,255,255,.65); }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 36px 0; border-top: 1px solid rgba(255,255,255,.13); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.steps > li > span { color: var(--gold); font-family: var(--serif); font-style: italic; font-size: 28px; }
.steps h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 26px; }
.steps p { margin: 0; color: rgba(255,255,255,.58); }

.standard-section { background: white; }
.standard-intro { max-width: 920px; margin-bottom: 70px; }
.standard-intro > p:not(.eyebrow) { max-width: 800px; color: var(--muted); font-size: 17px; }
.standard-intro > p strong { color: var(--navy-800); font-weight: 600; }
.career-path { display: grid; grid-template-columns: 1fr 1fr; max-width: 880px; margin-top: 42px; border-top: 1px solid var(--stone-200); border-bottom: 1px solid var(--stone-200); }
.career-path > div { display: grid; grid-template-columns: 78px 1fr; grid-template-rows: auto auto; column-gap: 20px; padding: 26px 28px 26px 0; }
.career-path > div + div { padding-left: 28px; border-left: 1px solid var(--stone-200); }
.career-path span { grid-row: 1 / 3; color: #a67c3f; font-family: var(--serif); font-size: 24px; font-style: italic; }
.career-path strong { color: var(--navy-800); font-family: var(--serif); font-size: 18px; font-weight: 600; }
.career-path small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--stone-200); }
.principle { padding: 38px 28px 10px 0; }
.principle + .principle { padding-left: 28px; border-left: 1px solid var(--stone-200); }
.principle-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 55px; border: 1px solid #bd9559; border-radius: 50%; color: #9b7437; font-family: var(--serif); font-style: italic; }
.principle h3 { font-family: var(--serif); font-size: 22px; }
.principle p { margin: 0; color: var(--muted); font-size: 14px; }

.area-section { background: var(--stone-100); }
.area-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.area-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 30px; color: var(--muted); }
.place-list { display: grid; grid-template-columns: repeat(3, 1fr); background: white; box-shadow: var(--shadow); }
.place-list span { display: grid; min-height: 105px; place-items: center; padding: 15px; border-right: 1px solid var(--stone-200); border-bottom: 1px solid var(--stone-200); text-align: center; font-family: var(--serif); font-size: 18px; }
.place-list span:nth-child(3n) { border-right: 0; }
.place-list span:nth-last-child(-n+3) { border-bottom: 0; }
.place-list span:last-child { background: var(--gold); color: var(--navy-950); font-weight: 600; }

.faq-section { background: var(--stone-50); }
.faq-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: 110px; }
.accordion details { border-top: 1px solid var(--stone-200); }
.accordion details:last-child { border-bottom: 1px solid var(--stone-200); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 22px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: #a67c3f; font-family: var(--sans); font-size: 26px; font-weight: 300; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 760px; margin: -4px 40px 26px 0; color: var(--muted); }

.contact-section { padding: 120px 0; background: var(--navy-900); color: white; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.contact-copy { display: flex; flex-direction: column; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.direct-contact { margin-top: auto; padding-top: 40px; }
.direct-contact small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .12em; }
.direct-contact a { color: var(--gold-light); text-decoration: none; font-family: var(--serif); font-size: 22px; }
.direct-contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.inquiry-form { padding: 45px; background: white; color: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.inquiry-form label { display: block; margin-bottom: 22px; color: #394852; font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea {
  width: 100%; margin-top: 8px; padding: 13px 0; border: 0; border-bottom: 1px solid #c8c8c2;
  border-radius: 0; outline: 0; background: transparent; color: var(--ink); transition: border-color .2s;
}
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: #9b7437; }
.inquiry-form textarea { resize: vertical; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 8px; }
.inquiry-form .consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin: 0; color: #748089; font-weight: 400; line-height: 1.45; }
.consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--navy-800); }
.consent a { color: var(--navy-700); text-underline-offset: 2px; }
.form-footer .button { flex: 0 0 auto; border: 0; }
.form-status { min-height: 1.5em; margin: 18px 0 0; color: #7c5a22; font-size: 13px; }

/* Hotel housekeeping landing page */
.hotel-page { background: white; }
.hotel-page-hero { position: relative; min-height: 840px; height: min(96vh, 940px); overflow: hidden; background: var(--navy-950); color: white; }
.hotel-page-media { position: absolute; inset: 0; background: url("assets/hotel-housekeeping-hero.png") center / cover no-repeat; transform: scale(1.015); }
.hotel-page-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,27,.97) 0%, rgba(6,20,32,.87) 43%, rgba(7,23,36,.25) 78%), linear-gradient(0deg, rgba(7,21,34,.75) 0%, transparent 45%); }
.hotel-page-hero-inner { position: relative; height: calc(100% - 120px); display: flex; align-items: center; padding-top: 80px; }
.hotel-page-copy { width: min(810px, 68%); }
.hotel-page-copy h1 { max-width: 900px; margin-bottom: 30px; font-size: clamp(3.8rem, 6.7vw, 6.8rem); }
.hotel-page-copy h1 em { color: var(--gold); font-weight: 600; }
.hotel-page-copy > p:not(.eyebrow) { max-width: 690px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: 18px; }
.hotel-proof-strip { position: absolute; inset: auto 0 0; background: rgba(7,21,34,.86); backdrop-filter: blur(12px); border-top: 1px solid rgba(255,255,255,.13); }
.hotel-proof-strip .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.hotel-proof-strip .shell > div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 22px 30px; border-left: 1px solid rgba(255,255,255,.12); }
.hotel-proof-strip .shell > div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.hotel-proof-strip strong { color: var(--gold-light); font-family: var(--serif); font-size: 24px; font-weight: 600; }
.hotel-proof-strip span { margin-top: 3px; color: rgba(255,255,255,.52); font-size: 12px; }

.hotel-promise { background: var(--stone-50); }
.hotel-promise-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 110px; align-items: start; }
.hotel-promise h2 { margin-bottom: 0; }
.promise-copy { padding-top: 53px; }
.promise-copy p { color: var(--muted); }
.promise-copy .promise-lead { color: var(--ink); font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.pain-list { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--stone-200); }
.pain-list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--stone-200); color: #4f5d65; font-size: 14px; }
.pain-list span { color: #a67c3f; font-family: var(--serif); font-size: 20px; line-height: 1.1; }

.hotel-scope-section { background: var(--navy-900); color: white; }
.hotel-section-head { max-width: 880px; margin-bottom: 65px; }
.hotel-section-head h2 { margin-bottom: 0; }
.hotel-scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.scope-card { min-height: 330px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); transition: background .25s, transform .25s; }
.scope-card:hover { position: relative; z-index: 2; transform: translateY(-4px); background: rgba(255,255,255,.07); }
.scope-card > span { margin-bottom: auto; color: var(--gold); font-family: var(--serif); font-style: italic; }
.scope-card h3 { margin: 34px 0 12px; font-family: var(--serif); font-size: 25px; line-height: 1.15; }
.scope-card p { margin-bottom: 0; color: rgba(255,255,255,.56); font-size: 14px; }
.scope-card ul { margin: 20px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.68); font-size: 13px; }
.scope-card li { padding: 6px 0; border-top: 1px solid rgba(255,255,255,.1); }
.scope-card-large { grid-row: span 2; min-height: 660px; background: var(--navy-800); }
.scope-card-large h3 { font-size: 33px; }

.takeover-section { background: white; }
.takeover-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.takeover-copy { position: sticky; top: 145px; align-self: start; }
.takeover-copy > p:not(.eyebrow) { max-width: 460px; margin-bottom: 30px; color: var(--muted); }
.takeover-steps { margin: 0; padding: 0; list-style: none; }
.takeover-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid var(--stone-200); }
.takeover-steps li:last-child { border-bottom: 1px solid var(--stone-200); }
.takeover-steps > li > span { color: #a67c3f; font-family: var(--serif); font-size: 24px; font-style: italic; }
.takeover-steps h3 { margin-bottom: 6px; font-family: var(--serif); font-size: 24px; }
.takeover-steps p { margin: 0; color: var(--muted); }

.hotel-fit-section { background: var(--navy-800); color: white; }
.hotel-section-head-dark { max-width: 850px; }
.fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.fit-grid article { min-height: 310px; padding: 34px 27px; border-right: 1px solid rgba(255,255,255,.14); }
.fit-grid article:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.fit-grid strong { display: block; margin-bottom: 70px; color: var(--gold); font-family: var(--serif); font-style: italic; }
.fit-grid h3 { font-family: var(--serif); font-size: 22px; line-height: 1.2; }
.fit-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; }

.hotel-experience { background: var(--stone-100); }
.experience-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.experience-copy > p { color: var(--muted); font-size: 17px; }
.experience-copy > p strong { color: var(--navy-800); }
.experience-places { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 34px; background: #d1cdc2; border: 1px solid #d1cdc2; }
.experience-places article { min-height: 190px; padding: 28px; background: rgba(255,255,255,.62); }
.experience-places small { color: #8c6935; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.experience-places h3 { margin: 34px 0 7px; color: var(--navy-800); font-family: var(--serif); font-size: 26px; line-height: 1; }
.experience-places p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.experience-numbers { display: grid; grid-template-columns: 1fr 1fr; margin-top: 38px; border-top: 1px solid #d1cdc2; border-bottom: 1px solid #d1cdc2; }
.experience-numbers div { display: flex; flex-direction: column; padding: 25px 0; }
.experience-numbers div + div { padding-left: 28px; border-left: 1px solid #d1cdc2; }
.experience-numbers span { color: #9b7437; font-family: var(--serif); font-size: 29px; font-style: italic; }
.experience-numbers small { color: var(--muted); }
.hotel-faq { background: white; }
.hotel-contact { background: var(--navy-950); }

.site-footer { padding: 65px 0 25px; background: var(--navy-950); color: white; }
.footer-top { display: grid; grid-template-columns: .6fr 1.1fr .8fr; gap: 60px; align-items: center; padding-bottom: 55px; }
.footer-top > p { max-width: 420px; margin: 0; color: rgba(255,255,255,.5); font-size: 14px; }
.footer-mail { justify-self: end; color: var(--gold-light); text-decoration: none; border-bottom: 1px solid rgba(234,213,159,.35); }
.hotel-footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; justify-self: end; }
.hotel-footer-contact a { color: var(--gold-light); font-family: var(--serif); font-size: 19px; line-height: 1.15; text-decoration: none; }
.hotel-footer-contact span { max-width: 230px; margin-top: 4px; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.5; text-align: right; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom a { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center;
    gap: 26px; padding: 110px 30px 50px; background: var(--navy-950); opacity: 0; visibility: hidden;
    transition: opacity .25s, visibility .25s;
  }
  .main-nav.open { opacity: 1; visibility: visible; }
  .main-nav a { font-family: var(--serif); font-size: 25px; text-transform: none; letter-spacing: 0; }
  .main-nav .nav-cta { font-family: var(--sans); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-copy { width: min(650px, 75%); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.1); }
  .trust-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
  .section-head { grid-template-columns: 1fr; gap: 30px; }
  .hotel-feature { grid-template-columns: 1fr; }
  .hotel-feature-list { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout, .area-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 65px; }
  .process-copy { position: static; }
  .principles { grid-template-columns: repeat(2, 1fr); }
  .principle:nth-child(3) { border-left: 0; border-top: 1px solid var(--stone-200); }
  .principle:nth-child(4) { border-top: 1px solid var(--stone-200); }
  .contact-copy h2 { max-width: 680px; }
  .direct-contact { margin-top: 25px; }
  .hotel-page-copy { width: min(700px, 80%); }
  .hotel-promise-layout, .takeover-layout, .experience-layout { grid-template-columns: 1fr; gap: 60px; }
  .promise-copy { padding-top: 0; }
  .takeover-copy { position: static; }
  .hotel-scope-grid { grid-template-columns: repeat(2, 1fr); }
  .scope-card-large { grid-row: auto; min-height: 400px; }
  .fit-grid { grid-template-columns: repeat(2, 1fr); }
  .fit-grid article { border-bottom: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding: 72px 0; }
  .nav-wrap { height: 76px; }
  .hero { height: auto; min-height: 730px; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,16,27,.97) 0%, rgba(5,18,30,.86) 68%, rgba(5,18,30,.38) 100%); }
  .hero-inner { min-height: 730px; padding-top: 100px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 22px 12px; }
  .trust-grid strong { font-size: 19px; }
  .service-grid { grid-template-columns: 1fr; }
  .hotel-feature-copy { padding: 38px 28px; }
  .hotel-feature-list { grid-template-columns: 1fr; }
  .hotel-feature-list > div { min-height: 180px; padding: 28px; border-right: 0; }
  .hotel-feature-list > div:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .hotel-feature-list > div:last-child { border-bottom: 0; }
  .service-card { min-height: 280px; }
  .section-action { align-items: flex-start; flex-direction: column; }
  .steps li { grid-template-columns: 48px 1fr; gap: 15px; }
  .principles { grid-template-columns: 1fr; }
  .career-path { grid-template-columns: 1fr; }
  .career-path > div, .career-path > div + div { padding: 24px 0; border-left: 0; }
  .career-path > div + div { border-top: 1px solid var(--stone-200); }
  .principle, .principle + .principle { padding: 30px 0; border-left: 0; border-top: 1px solid var(--stone-200); }
  .principle-icon { margin-bottom: 25px; }
  .place-list { grid-template-columns: repeat(2, 1fr); }
  .place-list span:nth-child(3n) { border-right: 1px solid var(--stone-200); }
  .place-list span:nth-child(2n) { border-right: 0; }
  .place-list span:nth-last-child(-n+3) { border-bottom: 1px solid var(--stone-200); }
  .place-list span:last-child { grid-column: 1 / -1; border: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form { padding: 28px 22px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-mail { justify-self: start; }
  .hotel-footer-contact { align-items: flex-start; justify-self: start; }
  .hotel-footer-contact span { text-align: left; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .feature-actions { align-items: flex-start; flex-direction: column; }
  .hotel-page-hero { min-height: 850px; height: auto; }
  .hotel-page-media { background-position: 62% center; }
  .hotel-page-shade { background: linear-gradient(90deg, rgba(4,16,27,.97) 0%, rgba(5,18,30,.88) 70%, rgba(5,18,30,.42) 100%); }
  .hotel-page-hero-inner { min-height: 640px; height: auto; padding: 120px 0 65px; align-items: center; }
  .hotel-page-copy { width: 100%; }
  .hotel-page-copy h1 { font-size: clamp(3rem, 13.5vw, 4.3rem); }
  .hotel-page-copy > p:not(.eyebrow) { font-size: 16px; }
  .hotel-proof-strip { position: relative; }
  .hotel-proof-strip .shell { width: 100%; grid-template-columns: 1fr; }
  .hotel-proof-strip .shell > div { min-height: 90px; padding: 20px 16px; border: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .hotel-promise-layout { gap: 30px; }
  .promise-copy .promise-lead { font-size: 20px; }
  .hotel-scope-grid { grid-template-columns: 1fr; }
  .scope-card, .scope-card-large { min-height: 300px; }
  .takeover-steps li { grid-template-columns: 46px 1fr; gap: 14px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid article { min-height: 250px; border-left: 1px solid rgba(255,255,255,.14); }
  .fit-grid strong { margin-bottom: 40px; }
  .experience-numbers { grid-template-columns: 1fr; }
  .experience-numbers div + div { padding-left: 0; border-top: 1px solid #d1cdc2; border-left: 0; }
  .experience-places { grid-template-columns: 1fr; }
}
