:root {
  --ink: #20231f;
  --ink-soft: #393b35;
  --cream: #f4f0e6;
  --paper: #fbf9f4;
  --gold: #958256;
  --gold-light: #c8b884;
  --line: rgba(32, 35, 31, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
a { color: inherit; }

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 5vw;
  color: var(--ink);
  background: white;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 24px rgba(32,35,31,.08);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: fit-content; }
.brand-logo { display: block; height: 82px; }
.brand-logo img { display: block; width: auto; height: 100%; }
nav { display: flex; gap: 34px; }
nav a { font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
nav a:hover { color: var(--gold); }
nav a.is-current { color: var(--gold); }
.header-call { justify-self: end; color: var(--ink); border: 1px solid var(--ink); padding: 13px 18px; text-decoration: none; font-weight: 700; font-size: .85rem; }
.header-call:hover { color: white; background: var(--ink); }

.hero { min-height: 800px; display: grid; grid-template-columns: 52% 48%; background: var(--ink); color: white; }
.hero-copy { align-self: center; max-width: 760px; padding: 180px 7vw 90px; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-light); }
h1, h2, h3 { font-family: "Libre Caslon Display", serif; font-weight: 400; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3.4rem, 5.8vw, 6.8rem); line-height: .94; letter-spacing: -.04em; }
h1 em, h2 em { color: var(--gold-light); font-weight: inherit; }
.intro { max-width: 580px; margin: 32px 0; color: rgba(255,255,255,.74); font-size: 1.12rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-block; padding: 16px 23px; text-decoration: none; font-size: .86rem; font-weight: 700; letter-spacing: .04em; }
.button-gold { color: var(--ink); background: var(--gold-light); }
.button-gold:hover { background: white; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.text-link span { margin-left: 7px; color: var(--gold); }
.text-link.light { color: white; }
.trust-list { display: flex; gap: 26px; margin: 52px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: .85rem; }
.trust-list li::before { content: "✓"; color: var(--gold-light); margin-right: 7px; }
.hero-image { position: relative; min-height: 650px; background: linear-gradient(90deg, rgba(32,35,31,.12), rgba(32,35,31,0)), url('images/hero-aph-bathroom.png') center 28%/cover; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(32,35,31,.28), transparent 55%); }
.hero-badge { position: absolute; z-index: 1; right: 0; bottom: 0; padding: 26px 34px; background: var(--gold); color: white; font-size: .78rem; line-height: 1.6; letter-spacing: .06em; text-transform: uppercase; }
.hero-badge span { display: block; font-family: "Libre Caslon Display", serif; font-size: 2rem; letter-spacing: .13em; }

.section { padding: 120px 7vw; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 10vw; margin-bottom: 55px; }
h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: 1; letter-spacing: -.035em; }
.section-heading h2 em { color: var(--gold); }
.section-heading > p { max-width: 520px; margin: 0 0 8px; color: #66665f; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 530px; }
.service-card { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: space-between; min-height: 530px; padding: 32px; overflow: hidden; color: white; border: 0; outline: 1px solid rgba(255,255,255,.25); cursor: pointer; transition: color .3s ease, transform .3s ease; }
.service-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: var(--card-image); background-position: center; background-size: cover; transition: opacity .35s ease, transform .55s ease; }
.service-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(24,26,23,.2), rgba(24,26,23,.9)); transition: background .35s ease; }
.service-card:hover, .service-card:focus, .service-card.is-active { color: var(--ink); transform: translateY(-8px); }
.service-card:hover::before, .service-card:focus::before, .service-card.is-active::before { opacity: 0; transform: scale(1.06); }
.service-card:hover::after, .service-card:focus::after, .service-card.is-active::after { background: var(--paper); }
.service-number { color: var(--gold-light); font-size: .75rem; font-weight: 700; letter-spacing: .15em; }
.service-card:hover .service-number, .service-card:focus .service-number, .service-card.is-active .service-number { color: var(--gold); }
.service-card h3 { margin: 0 0 14px; font-size: clamp(2rem, 2.7vw, 3.2rem); line-height: .98; }
.service-card p { min-height: 76px; margin: 0; font-size: .93rem; line-height: 1.6; opacity: .82; }
.service-arrow { position: absolute; right: 28px; top: 25px; font-size: 1.3rem; }
.touch-note { display: none; color: #77766e; font-size: .78rem; text-align: center; }

.work { display: block; background: #e5dfd1; }
.work-copy { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 5vw; margin-bottom: 55px; }
.work-copy .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.work-copy h2 { font-size: clamp(2.8rem, 4.5vw, 5rem); }
.work-copy h2 em { color: var(--gold); }
.work-copy > p:not(.eyebrow) { margin: 0; color: #64645d; font-size: 1rem; line-height: 1.8; }
.work-copy .button { grid-column: 2; width: fit-content; margin-top: -12px; }
.recent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.recent-grid img { display: block; width: 100%; height: 390px; object-fit: cover; background: #d8d1c2; transition: transform .35s ease, filter .35s ease; }
.recent-grid img:hover { transform: translateY(-5px); filter: brightness(1.04); }

.gallery-page { background: var(--cream); }
.gallery-intro { padding: 110px 7vw 70px; text-align: center; }
.gallery-intro h1 { max-width: 900px; margin: 0 auto; color: var(--ink); font-size: clamp(3.8rem, 7vw, 7.5rem); }
.gallery-intro h1 em { color: var(--gold); }
.gallery-intro > p:last-child { max-width: 720px; margin: 30px auto 0; color: #686861; font-size: 1.08rem; line-height: 1.8; }
.full-gallery { columns: 3 320px; column-gap: 16px; padding: 0 5vw 120px; }
.full-gallery figure { position: relative; margin: 0 0 16px; break-inside: avoid; overflow: hidden; background: #d8d1c2; }
.full-gallery img { display: block; width: 100%; height: auto; transition: transform .55s ease, filter .35s ease; }
.full-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 42px 18px 16px; color: white; background: linear-gradient(transparent, rgba(20,22,19,.8)); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; }
.full-gallery figure:hover img { transform: scale(1.025); filter: brightness(.94); }
.full-gallery figure:hover figcaption { opacity: 1; transform: translateY(0); }
.gallery-cta { padding: 105px 7vw 115px; color: white; background: var(--ink); text-align: center; }
.gallery-cta h2 { max-width: 800px; margin: auto; }
.gallery-cta > p:not(.eyebrow) { margin: 24px 0 30px; color: rgba(255,255,255,.7); }

.about { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; background: var(--ink); color: white; }
.about-panel > p:not(.eyebrow) { max-width: 650px; margin: 32px 0; color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.8; }
.about-points { display: grid; align-content: center; }
.about-points div { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.about-points strong { color: var(--gold-light); font-family: "Libre Caslon Display", serif; font-size: 1.5rem; font-weight: 400; }
.about-points span { color: rgba(255,255,255,.7); line-height: 1.6; }

.contact { text-align: center; background: var(--paper); }
.contact .eyebrow { margin-bottom: 20px; }
.contact h2 { max-width: 900px; margin: auto; }
.contact > p:not(.eyebrow):not(.contact-email) { margin: 25px 0; color: #717169; font-size: 1.05rem; }
.contact-phone { display: block; width: fit-content; margin: 25px auto 32px; color: var(--gold); font-family: "Libre Caslon Display", serif; font-size: clamp(3rem, 7vw, 6.5rem); text-decoration: none; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--gold); }
.contact-email { margin: 18px 0 0; font-size: .85rem; }

.enquiry { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: #e5dfd1; }
.enquiry-intro { align-self: start; position: sticky; top: 145px; }
.enquiry-intro h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.enquiry-intro h2 em { color: var(--gold); }
.enquiry-intro > p:last-child { max-width: 500px; margin: 28px 0 0; color: #62625b; font-size: 1rem; line-height: 1.8; }
.enquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; padding: 42px; background: var(--paper); border-top: 4px solid var(--gold); box-shadow: 0 24px 60px rgba(32,35,31,.09); }
.form-field { display: grid; gap: 10px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 56px; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid rgba(32,35,31,.25); border-radius: 0; font: inherit; font-size: 1rem; }
.form-field textarea { min-height: 145px; resize: vertical; line-height: 1.55; }
.form-field select { padding-right: 42px; cursor: pointer; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid var(--gold); outline-offset: 2px; border-color: var(--gold); }
.form-field input[type="file"] { min-height: auto; padding: 9px; cursor: pointer; }
.form-field input[type="file"]::file-selector-button { margin-right: 14px; padding: 11px 14px; color: white; background: var(--ink); border: 0; font: inherit; font-size: .82rem; font-weight: 700; cursor: pointer; }
.optional-label { color: #76766f; font-size: .68rem; font-weight: 500; letter-spacing: .06em; }
.field-help { color: #6f6f68; font-size: .8rem; line-height: 1.5; }
.form-submit { grid-column: 1 / -1; width: 100%; border: 0; cursor: pointer; font-family: inherit; font-size: .9rem; }
.form-note { grid-column: 1 / -1; margin: -10px 0 0; color: #6f6f68; font-size: .82rem; line-height: 1.5; text-align: center; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; padding: 45px 7vw; background: #171916; color: rgba(255,255,255,.56); font-size: .78rem; }
.footer-brand { color: white; }
.footer-brand .brand-logo { height: 90px; }
.whatsapp-float { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 17px 10px 10px; color: #073c1c; background: #25d366; border: 2px solid white; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.28); font-size: .86rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.34); }
.wa-icon { display: grid; width: 35px; height: 35px; place-items: center; color: white; background: rgba(0,0,0,.13); border-radius: 50%; font-size: 1.3rem; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; height: 92px; gap: 24px; }
  nav { gap: 22px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 150px; }
  .hero-image { min-height: 560px; background-position: center 25%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .recent-grid img { height: 320px; }
  .about { grid-template-columns: 1fr; }
  .enquiry { grid-template-columns: 1fr; gap: 45px; }
  .enquiry-intro { position: static; }
}

@media (max-width: 650px) {
  .site-header { position: sticky; grid-template-columns: 1fr auto; grid-template-rows: 70px 40px; height: 110px; padding: 0 20px; gap: 0; }
  .brand-logo { height: 62px; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; align-self: stretch; gap: 36px; border-top: 1px solid var(--line); }
  .site-header nav a { display: flex; align-items: center; font-size: .75rem; }
  .header-call { grid-column: 2; grid-row: 1; padding: 10px 11px; font-size: .68rem; }
  .hero { min-height: auto; }
  .hero-copy { padding: 132px 22px 64px; }
  h1 { font-size: clamp(3.25rem, 15vw, 4.8rem); }
  .intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-list { flex-wrap: wrap; gap: 12px 20px; margin-top: 38px; }
  .hero-image { min-height: 470px; background-position: center 22%; }
  .hero-badge { padding: 20px 24px; }
  .section { padding: 82px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading h2, .about h2 { font-size: 3.2rem; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 400px; padding: 26px; }
  .service-card h3 { font-size: 2.65rem; }
  .touch-note { display: block; }
  .work-copy { grid-template-columns: 1fr; gap: 25px; }
  .work-copy .eyebrow, .work-copy .button { grid-column: auto; margin-top: 0; }
  .recent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .recent-grid img { height: clamp(190px, 45vw, 270px); }
  .recent-grid img:last-child { display: none; }
  .gallery-intro { padding: 75px 22px 48px; }
  .gallery-intro h1 { font-size: clamp(3.35rem, 16vw, 4.8rem); }
  .full-gallery { columns: 2 145px; column-gap: 8px; padding: 0 8px 75px; }
  .full-gallery figure { margin-bottom: 8px; }
  .full-gallery figcaption { display: none; }
.gallery-cta { padding: 82px 22px 90px; }
  .about { gap: 55px; }
  .about-points div { grid-template-columns: 1fr; gap: 8px; }
  .contact-phone { font-size: 3.35rem; }
  .enquiry-form { grid-template-columns: 1fr; gap: 22px; padding: 28px 20px; }
  .form-field-wide, .form-submit, .form-note { grid-column: auto; }
  footer { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .footer-brand { margin: auto; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 58px; height: 58px; justify-content: center; padding: 0; }
  .wa-icon { background: transparent; font-size: 1.65rem; }
  .wa-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
}

.reviews-page { background: var(--paper); }
.reviews-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 10vw; align-items: end; padding: 105px 7vw 85px; background: var(--ink); color: white; }
.reviews-intro h1 { max-width: 850px; }
.reviews-intro h1 em { color: var(--gold-light); }
.reviews-intro > div:first-child > p:last-child { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.75; }
.rating-summary { display: grid; justify-items: start; padding: 34px; border: 1px solid rgba(255,255,255,.22); }
.rating-summary strong { font-family: "Libre Caslon Display", serif; font-size: 5.2rem; font-weight: 400; line-height: .9; }
.rating-summary > span:not(.review-stars) { margin-top: 9px; color: rgba(255,255,255,.7); font-size: .85rem; }
.rating-summary a { margin-top: 26px; color: white; font-size: .82rem; font-weight: 700; text-underline-offset: 5px; }
.review-stars { color: #f7b817; letter-spacing: .13em; }
.reviews-grid { padding: 75px 7vw 120px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.review-card { min-height: 310px; display: flex; flex-direction: column; padding: 34px; background: white; border-top: 3px solid var(--gold); box-shadow: 0 16px 42px rgba(32,35,31,.07); }
.review-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.google-mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #4285f4; font-size: 1.05rem; font-weight: 700; }
.review-card blockquote { margin: 34px 0 30px; color: #4f504b; font-family: "Libre Caslon Display", serif; font-size: 1.22rem; line-height: 1.55; }
.reviewer { margin: auto 0 0; color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.review-card-featured { grid-column: span 2; background: var(--cream); }
.review-card-rating { justify-content: space-between; }
.review-card-rating blockquote { font-size: 2rem; }
.reviews-cta { padding: 110px 7vw 120px; background: #e5dfd1; text-align: center; }
.reviews-cta h2 { max-width: 850px; margin: 0 auto; }
.reviews-cta h2 em { color: var(--gold); }
.reviews-cta > p:not(.eyebrow) { margin: 28px 0; color: #62625b; }

@media (max-width: 980px) {
  .reviews-intro { grid-template-columns: 1fr; gap: 48px; }
  .rating-summary { width: min(100%, 420px); }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .site-header nav { gap: 22px; }
  .reviews-intro { padding: 72px 22px 64px; }
  .reviews-intro h1 { font-size: clamp(3.35rem, 16vw, 4.8rem); }
  .reviews-grid { grid-template-columns: 1fr; padding: 55px 18px 82px; }
  .review-card, .review-card-featured { grid-column: auto; min-height: 0; padding: 28px 24px; }
  .review-card blockquote { font-size: 1.12rem; }
  .reviews-cta { padding: 82px 22px 90px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
