@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #eeede8;
  --ink: #292722;
  --muted: #70695f;
  --line: #d3cec4;
  /* Original IONOS logo yellow; retain the unfiltered original logo asset. */
  --brand-yellow: #fcc03d;
  --gutter: clamp(28px, 5.15vw, 100px);
  font-family: "Manrope", Arial, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; min-width: 320px; font-size: 14px; line-height: 1.6; }
body, button { font-family: "Manrope", Arial, sans-serif; }
::selection { color: var(--ink); background: var(--brand-yellow); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font-size: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 400; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 20px; background: var(--ink); color: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.home-header { height: 90px; display: flex; align-items: center; gap: 36px; padding: 0 32px; position: relative; z-index: 20; }
.wordmark { width: 130px; flex: 0 0 auto; }
.wordmark img, .footer-wordmark img { width: 100%; height: auto; filter: none; }
.home-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3vw, 52px); margin-left: auto; }
.home-nav a { font-size: 12px; font-weight: 500; position: relative; padding: 12px 0; }
.home-nav a::after { content: ""; position: absolute; left: 0; bottom: 6px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 220ms ease; }
.home-nav a:hover::after, .home-nav a:focus-visible::after { transform: scaleX(1); }
.header-inquiry { display: flex; align-items: center; gap: 32px; flex-shrink: 0; margin-left: clamp(4px, 2.8vw, 48px); padding: 13px 18px; background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 500; transition: background 200ms ease, color 200ms ease; }
.header-inquiry > span { font-size: 18px; line-height: 1; }
.header-inquiry:hover { background: var(--brand-yellow); color: var(--ink); }
.home-menu { display: none; }

.architecture-hero { isolation: isolate; position: relative; height: calc(100svh - 108px); min-height: 640px; max-height: 1040px; margin: 0 18px; overflow: hidden; background: #423c32; color: #fafaf4; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -2; object-fit: cover; object-position: center 53%; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgb(20 18 12 / 48%) 0%, rgb(20 18 12 / 13%) 54%, transparent 85%), linear-gradient(0deg, rgb(20 18 12 / 53%), transparent 52%, rgb(20 18 12 / 22%)); }
.hero-top { position: absolute; top: 32px; left: 38px; right: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.eyebrow { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 500; letter-spacing: .035em; line-height: 1.5; }
.status-dot { width: 6px; height: 6px; flex-shrink: 0; background: var(--brand-yellow); border-radius: 50%; }
.hero-region { font-size: 11px; letter-spacing: .015em; }
.hero-content { position: absolute; left: 38px; right: 38px; bottom: 83px; }
.hero-content h1 { font-size: clamp(100px, 11.7vw, 206px); line-height: .93; letter-spacing: -.068em; margin-left: -.055em; }
.hero-content h1 > span { display: inline-block; }
.hero-bottom { margin-top: 35px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.hero-bottom p { font-size: 15px; line-height: 1.6; font-weight: 400; }
.round-link { display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 500; }
.arrow-circle { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--brand-yellow); color: var(--ink); font-size: 29px; transition: transform 250ms ease, background 250ms ease; }
.round-link:hover .arrow-circle { transform: rotate(45deg); background: #ffdc85; }
.hero-caption { position: absolute; bottom: 19px; left: 38px; right: 38px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; letter-spacing: .035em; color: #f2f2e9; }
.hero-caption > a { display: grid; place-items: center; width: 44px; height: 34px; font-size: 22px; }
.positioning-strip { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 0 var(--gutter); padding: 25px 0 26px; border-bottom: 1px solid var(--line); font-size: 11px; }
.strip-location { color: #6c675e; }

.section-shell { padding-right: var(--gutter); padding-left: var(--gutter); }
.spaces-section { padding-top: 125px; padding-bottom: 115px; }
.section-heading { display: grid; grid-template-columns: minmax(170px, .6fr) minmax(0, 1.4fr) auto; align-items: start; gap: 30px; }
.section-index { padding-top: 9px; }
.section-heading h2 { font-size: clamp(47px, 5.25vw, 90px); line-height: 1.08; letter-spacing: -.06em; }
.muted { color: var(--muted); }
.text-link { display: flex; justify-content: space-between; align-items: center; gap: 25px; width: fit-content; padding: 8px 0 7px; margin-top: 7px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 500; }
.text-link > span { font-size: 18px; line-height: 1; transition: transform 200ms ease; }
.text-link:hover > span { transform: translate(2px, -2px); }
.space-gallery { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(0, 1fr); gap: clamp(28px, 4.6vw, 84px); margin-top: 64px; align-items: start; }
.space-living { margin-top: 72px; }
.image-link, .work-image { position: relative; display: block; overflow: hidden; background: #dcd5c8; }
.image-link > img, .work-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(.2, .65, .35, 1); }
.space-living .image-link { aspect-ratio: 4 / 3; }
.space-bath .image-link { aspect-ratio: 3 / 4; }
.image-link:hover > img, .work-item:hover img { transform: scale(1.035); }
.image-arrow { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 40px; height: 40px; background: var(--paper); color: var(--ink); border-radius: 50%; font-size: 22px; transition: background 200ms ease, transform 200ms ease; }
.image-link:hover .image-arrow, .work-item:hover .image-arrow { background: var(--brand-yellow); transform: rotate(45deg); }
.space-gallery figcaption { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; padding-top: 21px; }
.space-gallery h3 { font-size: clamp(15px, 1.25vw, 21px); letter-spacing: -.025em; line-height: 1.4; }
.space-gallery figcaption span { display: block; margin-top: 4px; font-size: 11px; color: #6b655c; }
.space-gallery figcaption small { font-size: 9px; color: #70695f; white-space: nowrap; }
.scope-line { display: flex; justify-content: space-between; gap: 30px; margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line); }
.scope-line > a { display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 12px; font-weight: 500; }
.scope-line > a > span { font-size: 19px; transition: transform 200ms ease; }
.scope-line > a:hover > span { transform: translate(2px, -2px); }

.intelligence-section { margin: 0 18px; padding: 98px calc(var(--gutter) - 18px) 94px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(48px, 8vw, 150px); background: var(--ink); color: var(--paper); }
.intelligence-copy h2 { margin-top: 46px; font-size: clamp(40px, 4.35vw, 75px); letter-spacing: -.06em; line-height: 1.1; }
.intelligence-copy h2 > span { color: var(--brand-yellow); }
.intelligence-copy > p { margin-top: 28px; color: #cbc4b6; font-size: 13px; line-height: 1.75; }
.intelligence-signature { display: flex; align-items: center; gap: 12px; margin-top: 56px; font-size: 10px; color: #bbb2a3; letter-spacing: .025em; }
.crosshair { display: block; width: 20px; height: 20px; position: relative; }
.crosshair::before, .crosshair::after { content: ""; position: absolute; background: var(--brand-yellow); }
.crosshair::before { height: 1px; width: 20px; top: 9px; left: 0; }
.crosshair::after { width: 1px; height: 20px; top: 0; left: 9px; }
.intelligence-benefits { display: flex; flex-direction: column; justify-content: center; }
.benefit { display: flex; align-items: baseline; gap: 26px; padding: 34px 0; border-top: 1px solid #5b5448; }
.benefit:last-child { border-bottom: 1px solid #5b5448; }
.benefit-number { font-size: 10px; color: var(--brand-yellow); flex-shrink: 0; }
.benefit h3 { font-size: clamp(20px, 1.85vw, 31px); letter-spacing: -.035em; line-height: 1.3; }
.benefit p { margin-top: 10px; font-size: 12px; color: #c8beac; line-height: 1.65; }

.work-section { padding-top: 125px; padding-bottom: 124px; }
.work-section .section-heading { grid-template-columns: minmax(170px, .6fr) minmax(0, 1.4fr) auto; }
.work-section .section-heading h2 { font-size: clamp(40px, 4.65vw, 80px); }
.work-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; align-items: start; margin-top: 70px; }
.work-item:nth-child(2) { margin-top: 72px; }
.work-item:nth-child(3) { margin-top: 144px; }
.work-image { aspect-ratio: 3 / 4; }
.work-label { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; padding-top: 19px; }
.work-label h3 { font-size: clamp(13px, 1.2vw, 19px); line-height: 1.45; letter-spacing: -.025em; }
.work-label > span { font-size: 10px; color: #6d675e; }

.project-invitation { padding-top: 32px; padding-bottom: 72px; background: var(--brand-yellow); }
.invitation-top { display: flex; justify-content: space-between; gap: 24px; }
.invitation-link { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 40px; padding-top: 65px; }
.invitation-link h2 { font-size: clamp(78px, 10.5vw, 180px); letter-spacing: -.065em; line-height: .98; }
.invitation-arrow { align-self: center; padding-right: 12px; font-size: clamp(110px, 18vw, 320px); line-height: 1; font-weight: 400; transition: transform 350ms cubic-bezier(.2, .65, .35, 1); }
.invitation-link:hover .invitation-arrow { transform: translate(7px, -7px); }
.invitation-label { display: block; width: fit-content; margin-top: 37px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 500; }

.home-footer { padding: 64px var(--gutter) 26px; }
.footer-main { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) auto; align-items: start; gap: 36px; padding-bottom: 58px; }
.footer-wordmark { display: block; width: 135px; margin-top: -8px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.footer-contact a, .footer-main > p { font-size: 12px; line-height: 1.75; }
.footer-contact a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-main > p { color: #6b655c; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 22px; border-top: 1px solid var(--line); padding-top: 23px; color: #696257; font-size: 10px; }
.footer-bottom nav { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.footer-bottom nav a, .footer-bottom button { padding: 6px 0; }
.footer-bottom button { border: 0; background: transparent; font-size: inherit; }
.footer-bottom a:hover, .footer-bottom button:hover { color: var(--ink); }
.back-top { display: flex; align-items: center; gap: 16px; }
.back-top > span { font-size: 20px; line-height: 1; }

.home-consent { position: fixed; right: 22px; bottom: 22px; z-index: 50; width: min(378px, calc(100% - 32px)); padding: 25px; background: #f7f6f0; color: var(--ink); border: 1px solid #cbc3b4; box-shadow: 0 10px 45px rgb(26 22 16 / 12%); }
.home-consent h2 { font-size: 17px; letter-spacing: -.035em; line-height: 1.3; }
.home-consent p { margin-top: 11px; font-size: 11px; line-height: 1.75; color: #5d564b; }
.home-consent p a { text-decoration: underline; text-underline-offset: 3px; }
.home-consent > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 18px; }
.home-consent button { min-height: 42px; padding: 9px 6px; font-size: 11px; font-weight: 500; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); transition: color 200ms ease, background 200ms ease; }
.home-consent button:hover { color: var(--ink); background: var(--brand-yellow); }
.reveal { opacity: 1; transform: translateY(0); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2, .65, .35, 1); }
.reveal.is-pending { opacity: 0; transform: translateY(22px); }

.home-nav a[aria-current="page"]::after { transform: scaleX(1); }
.footer-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; padding-bottom: 42px; }
.footer-directory nav { display: flex; flex-wrap: wrap; align-content: start; gap: 12px 25px; }
.footer-directory a { font-size: 11px; }
.footer-directory a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home-calculator { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; gap: 70px; padding-top: 108px; padding-bottom: 0; }
.home-calculator h2 { margin-top: 25px; font-size: clamp(45px, 5.25vw, 82px); line-height: 1.06; letter-spacing: -.06em; }
.home-calculator p { margin: 24px 0 18px; font-size: 13px; }
.calculator-drawing { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; background-color: var(--brand-yellow); background-image: linear-gradient(rgb(41 39 34 / 6%) 1px, transparent 1px), linear-gradient(90deg, rgb(41 39 34 / 6%) 1px, transparent 1px); background-size: 32px 32px; transition: background-color 200ms ease; }
.calculator-drawing:hover { background-color: #ffd16c; }
.drawing-label, .drawing-bottom { font-size: 11px; }
.calculator-symbol { font-size: clamp(65px, 6.6vw, 105px); line-height: 1; letter-spacing: -.055em; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.calculator-symbol > span { font-size: .65em; font-weight: 400; }
.drawing-bottom { display: flex; justify-content: space-between; align-items: center; }
.drawing-bottom > span { font-size: 25px; }

@media (min-width: 1700px) {
  .home-header { padding-right: 46px; padding-left: 46px; }
  .hero-top, .hero-content, .hero-caption { left: 62px; right: 62px; }
  .hero-content { bottom: 103px; }
  .hero-content h1 { font-size: 204px; }
}

@media (max-width: 1100px) {
  .home-header { padding-right: 24px; padding-left: 24px; gap: 26px; }
  .wordmark { width: 117px; }
  .home-nav { gap: 24px; }
  .header-inquiry { gap: 20px; margin-left: 0; }
  .section-heading, .work-section .section-heading { grid-template-columns: minmax(130px, .5fr) minmax(0, 1.5fr); }
  .section-heading > .text-link { grid-column: 2; margin-top: 0; }
  .section-heading { row-gap: 24px; }
  .space-gallery { gap: 30px; margin-top: 48px; }
  .space-gallery figcaption { display: block; }
  .space-gallery figcaption small { display: block; margin-top: 9px; }
  .intelligence-section { column-gap: 44px; padding-top: 76px; padding-bottom: 76px; }
  .intelligence-copy h2 { font-size: clamp(36px, 4.5vw, 49px); }
  .benefit { gap: 19px; padding: 30px 0; }
  .benefit h3 { font-size: 22px; }
  .work-gallery { gap: 23px; }
  .work-label { gap: 8px; }
  .work-label h3 { font-size: 13px; }
  .footer-main { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) auto; gap: 25px; }
}

@media (max-width: 760px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 18px; }
  .home-header { height: 80px; gap: 15px; padding: 0 20px; }
  .wordmark { width: 111px; margin-right: auto; }
  .header-inquiry { font-size: 11px; padding: 11px 12px; gap: 13px; }
  .header-inquiry > span { font-size: 17px; }
  .home-menu { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 34px; min-width: 34px; height: 44px; padding: 0; gap: 6px; border: 0; background: transparent; }
  .home-menu > span { width: 23px; height: 1px; background: var(--ink); transition: transform 220ms ease; }
  .home-menu[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .home-menu[aria-expanded="true"] > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .home-nav { display: none; position: absolute; top: 80px; left: 10px; right: 10px; padding: 18px 24px 25px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 25px rgb(26 22 16 / 8%); }
  .home-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .home-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 400; }
  .home-nav a:last-child { border-bottom: 0; }
  .home-nav a::after { display: none; }
  .architecture-hero { margin: 0 10px; height: calc(100svh - 90px); min-height: 580px; max-height: 840px; }
  .hero-image { object-position: 56% center; }
  .hero-shade { background: linear-gradient(90deg, rgb(20 18 12 / 29%), transparent 100%), linear-gradient(0deg, rgb(20 18 12 / 66%), rgb(20 18 12 / 9%) 67%, rgb(20 18 12 / 26%)); }
  .hero-top { left: 24px; right: 24px; top: 26px; align-items: flex-start; gap: 12px; }
  .hero-region { max-width: 125px; text-align: right; font-size: 10px; }
  .hero-top .eyebrow { font-size: 10px; gap: 7px; }
  .hero-content { left: 24px; right: 24px; bottom: 80px; }
  .hero-content h1 { font-size: clamp(86px, 15vw, 115px); }
  .hero-bottom { margin-top: 27px; gap: 20px; align-items: flex-end; }
  .hero-bottom p { font-size: 13px; }
  .round-link { gap: 14px; font-size: 11px; }
  .arrow-circle { width: 49px; height: 49px; font-size: 25px; }
  .hero-caption { left: 24px; right: 24px; bottom: 17px; font-size: 9px; }
  .positioning-strip { gap: 20px; padding: 21px 0; font-size: 10px; }
  .strip-location { display: none; }
  .spaces-section { padding-top: 78px; padding-bottom: 72px; }
  .section-heading, .work-section .section-heading { grid-template-columns: minmax(0, 1fr) auto; gap: 26px 15px; }
  .section-index { grid-column: 1 / -1; padding-top: 0; }
  .section-heading h2 { font-size: clamp(45px, 7vw, 60px); }
  .section-heading > .text-link { grid-column: 2; align-self: end; margin-bottom: 3px; gap: 16px; font-size: 10px; }
  .space-gallery { margin-top: 35px; gap: 24px; }
  .space-living { margin-top: 55px; }
  .space-gallery h3 { font-size: 14px; }
  .space-gallery figcaption { padding-top: 15px; }
  .space-gallery figcaption span { font-size: 10px; }
  .space-gallery figcaption small { font-size: 9px; }
  .image-arrow { right: 12px; bottom: 12px; width: 34px; height: 34px; font-size: 20px; }
  .scope-line { margin-top: 39px; padding-top: 17px; gap: 15px; }
  .scope-line > a { gap: 12px; font-size: 10px; }
  .scope-line > a > span { font-size: 16px; }
  .intelligence-section { margin: 0 10px; padding: 53px 28px 55px; grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .intelligence-copy h2 { margin-top: 30px; font-size: clamp(40px, 7vw, 58px); }
  .intelligence-copy > p { margin-top: 23px; font-size: 12px; }
  .intelligence-signature { margin-top: 27px; }
  .benefit { padding: 25px 0; gap: 26px; }
  .benefit h3 { font-size: 23px; }
  .benefit p { font-size: 12px; margin-top: 7px; }
  .work-section { padding-top: 78px; padding-bottom: 78px; }
  .work-section .section-heading h2 { font-size: clamp(37px, 6vw, 52px); }
  .work-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; margin-top: 38px; }
  .work-item:nth-child(2) { margin-top: 55px; }
  .work-item:nth-child(3) { grid-column: 1 / -1; margin-top: 0; }
  .work-item:nth-child(3) .work-image { aspect-ratio: 16 / 10; }
  .work-item:nth-child(3) img { object-position: center 54%; }
  .work-label { padding-top: 13px; }
  .work-label h3 { font-size: 12px; }
  .project-invitation { padding-top: 27px; padding-bottom: 48px; }
  .invitation-top .eyebrow { font-size: 10px; }
  .invitation-link { padding-top: 47px; column-gap: 20px; }
  .invitation-link h2 { font-size: clamp(64px, 11.5vw, 95px); }
  .invitation-arrow { padding-right: 0; font-size: clamp(92px, 18vw, 150px); }
  .invitation-label { margin-top: 27px; grid-column: 1 / -1; font-size: 11px; }
  .home-footer { padding-top: 47px; padding-bottom: 22px; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; padding-bottom: 35px; }
  .footer-wordmark { grid-column: 1 / -1; width: 120px; margin-bottom: 2px; }
  .footer-contact a, .footer-main > p { font-size: 11px; }
  .footer-bottom { flex-wrap: wrap; gap: 17px 25px; font-size: 10px; }
  .footer-bottom > span { order: 2; width: 100%; }
  .footer-bottom nav { gap: 20px; }
  .back-top { margin-left: auto; gap: 8px; }
  .home-consent { right: 16px; bottom: 16px; padding: 21px; }
  .home-calculator { grid-template-columns: minmax(0, 1fr); gap: 35px; padding-top: 72px; }
  .home-calculator h2 { font-size: clamp(46px, 8vw, 60px); }
  .calculator-drawing { min-height: 285px; }
  .calculator-symbol { font-size: clamp(76px, 13vw, 105px); }
  .footer-directory { gap: 24px; padding-bottom: 32px; }
  .footer-directory nav { flex-direction: column; gap: 12px; }
  .footer-directory a { font-size: 11px; }
}

@media (max-width: 480px) {
  :root { --gutter: 22px; }
  .home-header { gap: 9px; padding: 0 16px; }
  .wordmark { width: 102px; }
  .header-inquiry { padding: 10px 11px; gap: 12px; }
  .home-menu { width: 31px; min-width: 31px; }
  .hero-top { left: 21px; right: 21px; }
  .hero-region { max-width: 90px; line-height: 1.55; }
  .hero-top .eyebrow { max-width: 175px; }
  .hero-content { left: 21px; right: 21px; }
  .hero-content h1 { font-size: clamp(77px, 20.2vw, 97px); }
  .hero-bottom { align-items: center; }
  .round-link > span:first-child { max-width: 110px; line-height: 1.5; }
  .round-link { gap: 12px; }
  .hero-caption { left: 21px; right: 21px; }
  .positioning-strip { gap: 17px; font-size: 10px; }
  .positioning-strip > span { max-width: 145px; }
  .section-heading, .work-section .section-heading { grid-template-columns: minmax(0, 1fr); row-gap: 23px; }
  .section-heading h2 { font-size: 49px; }
  .section-heading > .text-link { grid-column: 1; justify-self: start; font-size: 11px; margin-top: 0; }
  .space-gallery { grid-template-columns: minmax(0, 1fr); gap: 33px; margin-top: 37px; }
  .space-living { margin-top: 0; }
  .space-bath { width: 83%; margin-left: auto; }
  .space-gallery h3 { font-size: 15px; }
  .space-gallery figcaption { display: flex; align-items: flex-start; gap: 10px; }
  .space-gallery figcaption small { margin-top: 4px; font-size: 8px; }
  .space-bath figcaption { display: block; }
  .space-bath figcaption small { margin-top: 8px; }
  .scope-line { display: grid; gap: 0; margin-top: 36px; padding-top: 0; }
  .scope-line > a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
  .scope-line > a > span { font-size: 20px; }
  .intelligence-section { padding-right: 23px; padding-left: 23px; }
  .intelligence-copy h2 { font-size: clamp(36px, 9.2vw, 44px); }
  .benefit { gap: 20px; }
  .benefit h3 { font-size: clamp(18px, 5.1vw, 23px); }
  .benefit p { font-size: 11px; }
  .work-section .section-heading h2 { font-size: 42px; }
  .work-gallery { gap: 30px 15px; }
  .work-item:nth-child(2) { margin-top: 43px; }
  .work-label h3 { font-size: 11px; }
  .work-label > span { display: none; }
  .work-item:nth-child(3) .work-label > span { display: inline; }
  .invitation-top { gap: 18px; }
  .invitation-top .eyebrow { font-size: 9px; }
  .invitation-link { grid-template-columns: minmax(0, 1fr); column-gap: 0; }
  .invitation-link h2 { grid-area: 1 / 1; font-size: clamp(61px, 15.7vw, 75px); }
  .invitation-arrow { grid-area: 1 / 1; justify-self: end; align-self: end; font-size: clamp(52px, 16vw, 70px); }
  .footer-bottom nav { gap: 17px; }
  .calculator-drawing { padding: 24px; }
}

@media (max-width: 359px) {
  .home-header { padding-right: 12px; padding-left: 12px; gap: 8px; }
  .wordmark { width: 90px; }
  .header-inquiry { gap: 8px; padding-right: 9px; padding-left: 9px; }
  .hero-top, .hero-content, .hero-caption { left: 17px; right: 17px; }
  .hero-top .eyebrow { font-size: 9px; }
  .hero-region { font-size: 9px; max-width: 81px; }
  .hero-content h1 { font-size: clamp(68px, 21.25vw, 76px); }
  .hero-bottom { gap: 10px; }
  .hero-bottom p { font-size: 12px; }
  .round-link { font-size: 10px; gap: 8px; }
  .round-link > span:first-child { max-width: 100px; }
  .arrow-circle { width: 43px; height: 43px; }
  .section-heading h2 { font-size: 44px; }
  .work-section .section-heading h2 { font-size: 38px; }
  .invitation-link h2 { font-size: 56px; }
  .invitation-arrow { font-size: 52px; }
  .home-consent { padding: 18px; }
  .home-consent button { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .reveal.is-pending { opacity: 1; transform: none; }
  .image-link:hover > img, .work-item:hover img, .invitation-link:hover .invitation-arrow { transform: none; }
}
