:root {
  --burgundy: #8d0b0b;
  --deep-burgundy: #6d0808;
  --coral: #ef6149;
  --marigold: #e6a338;
  --pink: #ef9fb1;
  --mint: #5cb89a;
  --text: #8d0b0b;
  --white: #fff;
  --ink: #2b0710;
  --shell: min(88vw, 1240px);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Hanken Grotesk", "Avenir Next", Avenir, system-ui, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--white); }
body { min-width: 320px; margin: 0; color: var(--text); background: var(--white); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-shell { width: var(--shell); margin: 0 auto; }

.site-header { position: relative; z-index: 2; padding: 22px 0; border-bottom: 1px solid rgba(141, 11, 11, .13); }
.site-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.wordmark { display: inline-block; color: var(--burgundy); font-size: .94rem; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.3vw, 30px); }
.site-nav a { position: relative; padding: 8px 0; font-size: .9rem; font-weight: 600; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; content: ""; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform 180ms var(--ease); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-current::after { transform: scaleX(1); }
.contact-link { justify-self: end; padding: 11px 17px; border: 1.5px solid var(--burgundy); border-radius: 999px; font-size: .88rem; font-weight: 700; text-decoration: none; transition: color 180ms var(--ease), background 180ms var(--ease); }
.contact-link:hover, .contact-link:focus-visible { color: var(--white); background: var(--burgundy); }

.hero { padding: clamp(54px, 7.5vw, 116px) 0 clamp(74px, 9vw, 138px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(38px, 6vw, 90px); }
.hero__content { padding-bottom: 8px; }
.hero__label, .section-label { margin: 0 0 20px; color: var(--coral); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, h2 { font-family: var(--font-display); font-optical-sizing: auto; letter-spacing: -.035em; }
.hero h1 { max-width: 9.5ch; margin: 0; font-size: clamp(3.2rem, 5.35vw, 5.5rem); font-weight: 600; line-height: .98; }
.hero__intro { max-width: 39ch; margin: 27px 0 0; font-size: clamp(1.05rem, 1.45vw, 1.25rem); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border: 1.5px solid var(--burgundy); border-radius: 999px; font-size: .92rem; font-weight: 700; text-decoration: none; transition: transform 180ms var(--ease), color 180ms var(--ease), background 180ms var(--ease); }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button--solid { color: var(--white); background: var(--burgundy); }
.button--solid:hover, .button--solid:focus-visible { background: var(--coral); border-color: var(--coral); }
.button--outline { background: var(--white); }
.button--outline:hover, .button--outline:focus-visible { color: var(--white); background: var(--burgundy); }
.hero__media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 2.5vw, 36px); }
.hero__media figure { aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border-radius: 20px; box-shadow: 14px 16px 0 var(--pink); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.handover-visual { padding: 0 0 clamp(58px, 8vw, 104px); }
.handover-visual__frame { max-width: 1060px; margin: 0 auto; overflow: hidden; border-radius: 20px; box-shadow: 22px 24px 0 var(--pink); }
.handover-visual__frame img { width: 100%; height: clamp(300px, 44vw, 600px); object-fit: cover; object-position: center; }

.promise { padding: clamp(52px, 7vw, 94px) 0; color: var(--white); background: var(--burgundy); }
.promise__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 5vw, 72px); }
.promise article { padding-left: 21px; border-left: 2px solid var(--pink); }
.promise h2 { margin: 0; font-size: clamp(1.55rem, 2.1vw, 2.15rem); font-weight: 600; line-height: 1.04; }
.promise p { margin: 14px 0 0; font-size: .98rem; line-height: 1.55; }

.services { padding: clamp(78px, 11vw, 156px) 0; }
.services__heading { display: grid; grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr); gap: clamp(32px, 4vw, 64px); align-items: start; }
.services__heading h2, .details h2, .project-types h2, .faq h2, .cta h2 { margin: 0; font-size: clamp(2.5rem, 4.6vw, 4.7rem); font-weight: 600; line-height: 1.01; }
.services__title-block h2 { font-size: clamp(2.5rem, 4.2vw, 4.5rem); }
.services__copy { font-size: 1.08rem; line-height: 1.6; }
.services__copy p { max-width: 31ch; margin: 0; }
.text-link { display: inline-block; margin-top: 26px; color: var(--burgundy); font-weight: 700; text-decoration-color: var(--coral); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.text-link span { padding-left: 7px; font-size: 1.25em; }
.service-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 0; margin: clamp(54px, 7vw, 96px) auto 0; list-style: none; border-top: 1px solid rgba(141, 11, 11, .22); }
.service-list li { display: grid; align-content: start; gap: 11px; min-height: 176px; padding: 24px clamp(18px, 2.25vw, 34px); border-right: 1px solid rgba(141, 11, 11, .22); }
.service-list li:first-child { padding-left: 0; }
.service-list li:last-child { padding-right: 0; border-right: 0; }
.service-list strong { font-size: 1.06rem; line-height: 1.35; }
.service-list span { font-size: .98rem; line-height: 1.45; opacity: .84; }

.phone-callout { padding: clamp(68px, 9vw, 120px) 0; color: var(--white); background: var(--burgundy); text-align: center; }
.phone-callout__inner { display: grid; max-width: 800px; grid-template-columns: 1fr; justify-items: center; gap: 30px; }
.phone-callout .section-label { color: var(--pink); }
.phone-callout h2 { max-width: 16ch; margin: 0 auto; font-size: clamp(2.4rem, 4.3vw, 4.4rem); font-weight: 600; line-height: 1.02; }
.phone-callout p:not(.section-label) { max-width: 47ch; margin: 20px auto 0; font-size: 1.05rem; line-height: 1.55; }
.phone-callout .button { justify-self: center; color: var(--burgundy); border-color: var(--white); background: var(--white); }
.phone-callout .button:hover, .phone-callout .button:focus-visible { color: var(--white); background: var(--coral); border-color: var(--coral); }

.phone-dialog { width: min(92vw, 530px); padding: 0; color: var(--burgundy); border: 0; border-radius: 20px; box-shadow: 0 22px 80px rgba(43, 7, 16, .25); }
.phone-dialog::backdrop { background: rgba(43, 7, 16, .48); }
.phone-dialog__inner { position: relative; padding: clamp(32px, 5vw, 48px); }
.phone-dialog .section-label { margin-bottom: 15px; }
.phone-dialog h2 { max-width: 12ch; margin: 0; font-size: clamp(2.3rem, 6vw, 3.5rem); font-weight: 600; line-height: 1.02; }
.phone-dialog__intro { margin: 15px 0 0; line-height: 1.5; }
.phone-dialog__close { position: absolute; top: 16px; right: 16px; display: grid; width: 38px; height: 38px; padding: 0; color: var(--burgundy); background: transparent; border: 1px solid rgba(141, 11, 11, .25); border-radius: 50%; cursor: pointer; }
.phone-dialog__close svg { width: 18px; margin: auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.phone-dialog__choices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.phone-dialog__choices button { min-height: 103px; padding: 18px; color: var(--burgundy); background: var(--white); border: 1.5px solid var(--burgundy); border-radius: 14px; font: 700 1.08rem/1.2 var(--font-body); text-align: left; cursor: pointer; transition: color 180ms var(--ease), background 180ms var(--ease), transform 180ms var(--ease); }
.phone-dialog__choices button span { display: block; padding-top: 5px; font-size: .77rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .7; }
.phone-dialog__choices button:hover, .phone-dialog__choices button:focus-visible { color: var(--white); background: var(--burgundy); transform: translateY(-2px); }
.phone-dialog__choices button:disabled { cursor: wait; opacity: .55; }
.phone-dialog__result { margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(141, 11, 11, .2); }
.phone-dialog__result p { margin: 0 0 12px; font-weight: 700; }
.phone-dialog__result .button[hidden] { display: none; }

.details { padding: clamp(75px, 10vw, 145px) 0; background: #fbe8e9; }
.details__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 150px); }
.details__items { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; }
.details__items p { padding: 0 0 26px; margin: 0 0 26px; border-bottom: 1px solid rgba(141, 11, 11, .2); font-size: .98rem; line-height: 1.55; }
.details__items strong { display: block; margin-bottom: 6px; font-size: 1rem; }

.project-types { padding: clamp(68px, 9vw, 130px) 0; }
.project-types__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 10vw, 148px); align-items: end; }
.project-types h2 { max-width: 15ch; font-size: clamp(2.25rem, 4.1vw, 4.2rem); }
.project-types p { max-width: 47ch; margin: 0; font-size: clamp(1.08rem, 1.55vw, 1.33rem); line-height: 1.55; }

.faq { padding: clamp(72px, 9vw, 130px) 0; background: #fbe8e9; }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 148px); align-items: start; }
.faq h2 { max-width: 13ch; font-size: clamp(2.25rem, 4.1vw, 4.2rem); }
.faq__list { margin: 0; border-top: 1px solid rgba(141, 11, 11, .22); }
.faq__list > div { padding: 23px 0 25px; border-bottom: 1px solid rgba(141, 11, 11, .22); }
.faq__list dt { font-size: 1.07rem; font-weight: 700; line-height: 1.4; }
.faq__list dd { max-width: 60ch; margin: 9px 0 0; font-size: .99rem; line-height: 1.55; }

.cta { padding: clamp(75px, 10vw, 136px) 0; color: var(--white); background: var(--coral); text-align: center; }
.cta__inner { max-width: 800px; }
.cta .section-label { color: var(--white); }
.cta h2 { margin-inline: auto; }
.cta p:not(.section-label) { max-width: 49ch; margin: 22px auto 0; font-size: 1.08rem; line-height: 1.55; }
.button--light { margin-top: 29px; color: var(--burgundy); border-color: var(--white); background: var(--white); }
.button--light:hover, .button--light:focus-visible { color: var(--white); background: var(--burgundy); border-color: var(--burgundy); }

.site-footer { padding: 65px 0 24px; background: var(--white); }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr .8fr 1.1fr; gap: clamp(34px, 7vw, 96px); }
.site-footer__grid p { max-width: 29ch; margin: 18px 0 0; font-family: var(--font-display); font-size: 1.04rem; font-style: italic; line-height: 1.45; }
.site-footer h2 { margin: 0 0 15px; color: var(--coral); font-family: var(--font-body); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-footer nav, .site-footer__grid > div:last-child { display: grid; align-content: start; gap: 10px; }
.site-footer nav a, .site-footer__grid > div:last-child a { font-size: .96rem; text-decoration: none; }
.site-footer nav a:hover, .site-footer nav a:focus-visible, .site-footer__grid > div:last-child a:hover, .site-footer__grid > div:last-child a:focus-visible { color: var(--coral); text-decoration: underline; text-underline-offset: 3px; }
.site-footer__grid > div:last-child p { margin-top: 5px; font-family: var(--font-body); font-size: .9rem; font-style: normal; opacity: .8; }
.site-footer__bar { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; margin-top: 55px; border-top: 1px dashed rgba(141, 11, 11, .24); font-size: .88rem; }
.site-footer__bar p { margin: 0; }
.site-footer__bar a { font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
  .site-header__inner { grid-template-columns: 1fr auto; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
  .hero__grid, .services__heading, .details__grid, .project-types__grid, .faq__grid { grid-template-columns: 1fr; }
  .hero__content { max-width: 660px; }
  .hero h1 { max-width: 11.5ch; }
  .hero__media { max-width: 760px; }
  .hero__media img { height: 100%; }
  .handover-visual__frame { max-width: 760px; box-shadow: 16px 18px 0 var(--pink); }
  .promise__grid { gap: 28px; }
  .details__grid { gap: 42px; }
  .services__copy p { max-width: 53ch; }
  .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 52px; }
  .service-list li:nth-child(2) { padding-right: 0; border-right: 0; }
  .service-list li:nth-child(3) { padding-left: 0; }
  .project-types h2 { max-width: 18ch; }
  .site-footer__grid { grid-template-columns: 1.3fr .9fr; }
  .site-footer__grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .site-header { padding: 17px 0 14px; }
  .site-header__inner { gap: 14px; }
  .wordmark { font-size: .76rem; letter-spacing: .1em; }
  .contact-link { padding: 9px 13px; font-size: .8rem; }
  .site-nav { gap: 19px; }
  .site-nav a { flex: 0 0 auto; font-size: .82rem; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero__intro { font-size: 1rem; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__media { gap: 16px; }
  .hero__media figure { border-radius: 14px; box-shadow: 10px 12px 0 var(--pink); }
  .handover-visual { padding-bottom: 56px; }
  .handover-visual__frame { border-radius: 14px; box-shadow: 10px 12px 0 var(--pink); }
  .phone-dialog { width: min(92vw, 530px); border-radius: 14px; }
  .phone-dialog__inner { padding: 34px 24px 28px; }
  .phone-dialog__choices { grid-template-columns: 1fr; }
  .promise__grid, .details__items, .site-footer__grid { grid-template-columns: 1fr; }
  .promise article { padding-left: 17px; }
  .services__heading h2, .details h2, .project-types h2, .faq h2, .cta h2 { font-size: clamp(2.4rem, 11vw, 3.8rem); }
  .service-list { grid-template-columns: 1fr; margin-top: 42px; }
  .service-list li, .service-list li:first-child, .service-list li:nth-child(2), .service-list li:nth-child(3), .service-list li:last-child { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(141, 11, 11, .22); }
  .service-list li { grid-template-columns: 1fr; gap: 7px; }
  .site-footer__grid > div:last-child { grid-column: auto; }
  .site-footer__bar { margin-top: 42px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero__content { animation: rise .7s var(--ease) both; }
  .hero__media { animation: rise .7s .12s var(--ease) both; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}
