:root {
  --black: #111111;
  --charcoal: #252525;
  --grey: #6d6d6d;
  --line: #d9d9d9;
  --soft: #f3f3f1;
  --accent: #6d8b88;
  --white: #ffffff;
  --sans: 'Jost', sans-serif;
  --serif: 'Lora', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; min-height: 100dvh; margin: 0; display: flex; flex-direction: column; background: var(--white); color: var(--black); font-family: var(--sans); }
body.is-switching { overflow-x: hidden; }
main { flex: 1; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.page-width { width: min(100% - 3rem, 1180px); margin-inline: auto; }
.section-label { display: block; margin-bottom: 1rem; font-size: .64rem; font-weight: 600; letter-spacing: .19em; }
.primary-button { padding: .85rem 1.15rem; border: 1px solid var(--black); background: var(--black); color: var(--white); font-size: .64rem; font-weight: 500; letter-spacing: .05em; transition: background .2s ease, color .2s ease; }
.primary-button:hover { background: var(--white); color: var(--black); }

.site-header { position: sticky; top: 0; z-index: 20; background: var(--white); box-shadow: 0 1px 0 rgba(0,0,0,.12); }
.header-row { min-height: 76px; position: relative; display: grid; grid-template-columns: minmax(150px, 1.2fr) auto auto minmax(0, .8fr) auto; align-items: stretch; gap: clamp(1rem, 3vw, 3rem); padding: 0 clamp(1rem, 4vw, 4rem); }
.header-note { align-self: center; justify-self: start; color: var(--grey); font-family: var(--serif); font-size: .7rem; white-space: nowrap; }
.brand { position: absolute; z-index: 1; top: 50%; left: clamp(15.5rem, 20vw, 19rem); display: grid; justify-items: start; line-height: 1; transform: translate(4in, -50%); }
.brand-logo { width: 1.85rem; height: 1.85rem; position: absolute; top: 50%; right: calc(100% + .65rem); object-fit: contain; transform: translateY(-50%); }
.brand strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; letter-spacing: .14em; }
.brand small { margin-top: .22rem; color: #999; font-size: .47rem; letter-spacing: .2em; }
.header-controls { grid-column: 5; align-self: center; justify-self: end; display: flex; align-items: center; gap: .65rem; }
.language-switch { display: inline-flex; align-items: center; gap: .4rem; padding: .65rem .75rem; border: 1px solid var(--line); color: #555; font-size: .56rem; font-weight: 500; letter-spacing: .08em; white-space: nowrap; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.language-switch img { width: .8rem; height: .8rem; object-fit: contain; transition: filter .2s ease; }
.language-switch:hover { border-color: var(--black); background: var(--black); color: var(--white); }
.language-switch:hover img { filter: invert(1); }
.header-action { align-self: center; justify-self: end; padding: .65rem .8rem; border: 1px solid var(--black); background: var(--black); color: var(--white); font-size: .58rem; letter-spacing: .05em; transition: background .2s ease, color .2s ease; }
.header-action:hover { background: var(--white); color: var(--black); }
.tab-nav { position: absolute; inset-block: 0; left: 50%; display: flex; justify-content: center; min-height: 0; border: 0; transform: translateX(-50%); }
.tab-button { min-width: 108px; padding: 0 1.2rem; border: 0; border-left: 1px solid #e8e8e8; background: var(--white); color: #5c5c5c; font-size: .56rem; letter-spacing: .12em; transition: .18s ease; }
.tab-button:last-child { border-right: 1px solid #e8e8e8; }
.tab-button:hover, .tab-button.is-active { background: var(--black); color: var(--white); }

.tab-panel { animation: panel-in .32s ease; }
.tab-panel[hidden] { display: none; }
@keyframes panel-in { from { opacity: 0; } to { opacity: 1; } }

.hero-photo { height: min(650px, calc(100vh - 76px)); min-height: 500px; position: relative; overflow: hidden; background: #d7d2ca; }
.hero-photo > img { height: 100%; object-fit: cover; object-position: center; transform: translateX(-8%) scale(1.1); transform-origin: center; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0 20%, rgba(0,0,0,.06) 100%); pointer-events: none; }
.hero-card { width: min(440px, calc(100% - 3rem)); position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 2.6rem 3rem; background: rgba(255,255,255,.94); text-align: center; }
.hero-card h1 { margin: 0; font-size: clamp(2.25rem, 4vw, 3.8rem); font-weight: 400; line-height: .98; letter-spacing: .06em; }
.hero-card p { max-width: 330px; margin: 1.25rem auto 1.5rem; font-family: var(--serif); font-size: .78rem; line-height: 1.65; }
.image-credit { position: absolute; z-index: 2; right: 1rem; bottom: .75rem; padding: .35rem .45rem; background: rgba(0,0,0,.72); color: #ddd; font-size: .42rem; letter-spacing: .08em; }

.how-it-works { padding: clamp(2.75rem, 5vw, 4rem) 0; overflow: hidden; background: var(--soft); border-top: 1px solid var(--line); }
.how-it-works-heading { text-align: center; }
.how-it-works-heading h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 400; line-height: .98; letter-spacing: .055em; }
.how-it-works-heading p { margin: 1rem 0 0; color: var(--grey); font-family: var(--serif); font-size: .8rem; line-height: 1.7; }
.process-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 5vw, 5rem); margin-top: clamp(2.5rem, 4vw, 3.25rem); padding: 0; list-style: none; }
.process-steps::before { content: ''; position: absolute; top: 2rem; left: -2rem; right: -2rem; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(109,139,136,.18) 10%, rgba(109,139,136,.42) 28%, rgba(109,139,136,.42) 72%, rgba(109,139,136,.18) 90%, transparent 100%); }
.process-step { position: relative; z-index: 1; display: grid; justify-items: center; align-content: start; text-align: center; }
.process-number { width: 4rem; height: 4rem; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 50%; background: var(--accent); color: var(--white); font-family: var(--serif); font-size: .82rem; font-weight: 500; letter-spacing: .08em; box-shadow: 0 .75rem 1.6rem rgba(37,37,37,.13), 0 0 1.65rem rgba(109,139,136,.38); }
.process-step > div { max-width: 330px; margin-top: 1.8rem; }
.process-step h3 { margin: 0; font-size: clamp(1.15rem, 1.8vw, 1.45rem); font-weight: 500; line-height: 1.2; }
.process-step p { margin: .85rem 0 0; color: var(--grey); font-family: var(--serif); font-size: .78rem; line-height: 1.7; }

.pricing-section { padding: clamp(2.75rem, 5vw, 4rem) 0; background: var(--white); border-top: 1px solid var(--line); }
.pricing-heading { text-align: center; }
.pricing-heading h2 { margin: 0; font-size: clamp(2.25rem, 4.5vw, 4rem); font-weight: 400; line-height: 1; letter-spacing: .045em; }
.pricing-heading p { margin: 1rem 0 0; color: var(--grey); font-family: var(--serif); font-size: .82rem; line-height: 1.7; }
.pricing-card { width: min(100% - 3rem, 720px); margin: clamp(3rem, 6vw, 4.5rem) auto 0; overflow: hidden; background: var(--white); border: 1px solid rgba(109,139,136,.55); border-radius: 12px; box-shadow: 0 1.25rem 2.75rem rgba(37,37,37,.10); }
.pricing-summary { padding: clamp(2rem, 4vw, 3rem); text-align: center; }
.pricing-badge { display: inline-block; padding: .45rem .8rem; border-radius: 999px; background: rgba(109,139,136,.13); color: var(--accent); font-size: .58rem; font-weight: 600; letter-spacing: .035em; }
.pricing-plan { display: block; margin-top: 1.35rem; color: var(--grey); font-family: var(--serif); font-size: .7rem; letter-spacing: .11em; }
.pricing-price { display: flex; justify-content: center; align-items: baseline; gap: .35rem; margin: .8rem 0 .45rem; }
.pricing-price strong { display: inline-flex; align-items: flex-start; font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.pricing-price .pricing-currency { margin-top: .16em; font-size: .48em; line-height: 1; letter-spacing: 0; }
.pricing-price > span { color: var(--grey); font-family: var(--serif); font-size: .82rem; }
.pricing-note { margin: 0; color: var(--grey); font-family: var(--serif); font-size: .76rem; line-height: 1.65; }
.pricing-inclusions { padding: clamp(2rem, 4vw, 2.75rem); border-top: 1px solid var(--line); }
.pricing-inclusions ul { display: grid; gap: 1.15rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.pricing-inclusions li { position: relative; padding-left: 2rem; font-size: .98rem; line-height: 1.4; }
.pricing-inclusions li::before { content: '✓'; position: absolute; top: -.1rem; left: 0; color: var(--accent); font-size: 1.05rem; font-weight: 600; }
.pricing-action { width: 100%; padding: .95rem 1.25rem; border: 1px solid var(--black); border-radius: 3px; background: var(--black); color: var(--white); font-size: .64rem; font-weight: 500; letter-spacing: .06em; transition: background .2s ease, color .2s ease; }
.pricing-action:hover { background: var(--white); color: var(--black); }

.home-cta-section { padding: clamp(3.5rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 6rem); background: var(--soft); border-top: 1px solid var(--line); }
.home-cta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--black); }
.home-cta p { margin: 0; font-family: var(--serif); font-size: .8rem; }

.section-opening { padding-top: clamp(5rem, 10vw, 8.5rem); padding-bottom: clamp(4rem, 8vw, 7rem); text-align: center; }
.section-opening h1, .contact-intro h1 { margin: 0; font-size: clamp(2.8rem, 6vw, 5.4rem); font-weight: 400; line-height: .98; letter-spacing: .055em; }
.section-opening > p { max-width: 610px; margin: 1.6rem auto 0; font-family: var(--serif); font-size: .8rem; line-height: 1.75; }
.service-image { height: min(590px, 65vh); min-height: 440px; position: relative; overflow: hidden; }
.service-image img { height: 100%; object-fit: cover; object-position: center; }
.image-message { width: min(510px, calc(100% - 3rem)); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 2.5rem 3rem; background: rgba(255,255,255,.95); text-align: center; }
.image-message > span { font-size: .55rem; font-weight: 600; letter-spacing: .16em; }
.image-message h2 { margin: .85rem 0; font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 400; line-height: 1.15; letter-spacing: .06em; }
.image-message p { margin: 0; font-family: var(--serif); font-size: .72rem; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.service-tile { min-height: 285px; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(2rem, 4vw, 3.6rem); background: var(--white); border: 1px solid var(--line); transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease; }
.service-tile:hover, .service-tile:focus-within { z-index: 2; transform: translateY(-10px) scale(1.012); background: #fff; box-shadow: 0 22px 42px rgba(17,17,17,.13); }
.tile-label { color: var(--accent); font-size: .55rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.service-tile h2 { max-width: 300px; margin: auto 0 .9rem; font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 400; line-height: 1.1; }
.service-tile p { max-width: 350px; margin: 0; color: var(--grey); font-family: var(--serif); font-size: .78rem; line-height: 1.7; }
.service-tile--support h2 { max-width: none; white-space: nowrap; font-size: clamp(1.2rem, 1.9vw, 1.75rem); }

.contact-panel { padding-top: clamp(5rem, 10vw, 9rem); padding-bottom: clamp(5rem, 10vw, 9rem); background: var(--white); }
.contact-wrap { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(4rem, 10vw, 9rem); }
.contact-intro > p { max-width: 500px; margin: 2rem 0 0; font-family: var(--serif); font-size: .78rem; line-height: 1.75; }
.contact-intro dl { margin: 4rem 0 0; border-top: 1px solid var(--black); }
.contact-intro dl div { display: grid; grid-template-columns: 150px 1fr; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.contact-intro dt { color: #888; font-size: .54rem; letter-spacing: .08em; }.contact-intro dd { margin: 0; font-family: var(--serif); font-size: .7rem; }
.project-form { padding: 2.2rem; background: var(--soft); border: 1px solid var(--line); }
.project-form label { display: block; margin-bottom: 1.4rem; }
.project-form label span { display: block; margin-bottom: .5rem; font-size: .52rem; letter-spacing: .1em; }
.project-form input, .project-form textarea { width: 100%; padding: .8rem .1rem; border: 0; border-bottom: 1px solid #aaa; outline: 0; resize: vertical; background: transparent; border-radius: 0; font-family: var(--serif); font-size: .75rem; }
.project-form input:focus, .project-form textarea:focus { border-color: var(--black); }
.project-form .primary-button { width: 100%; margin-top: .5rem; }
.form-note, .form-success { margin: .8rem 0 0; color: #777; font-size: .5rem; line-height: 1.5; }.form-success { display: none; padding: .8rem; border: 1px solid var(--black); color: var(--black); }.form-success.is-visible { display: block; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 60px; padding: 0 clamp(1rem, 4vw, 4rem); background: var(--black); color: #aaa; font-size: .48rem; letter-spacing: .1em; }
.site-footer span:nth-child(2) { text-align: center; }.site-footer button { justify-self: end; padding: .35rem 0; border: 0; border-bottom: 1px solid #aaa; background: transparent; color: var(--white); font-size: .48rem; letter-spacing: .08em; }

@media (min-width: 801px) {
  .contact-panel { min-height: calc(100vh - 136px); display: flex; align-items: center; padding: clamp(4rem, 7vw, 7rem) 0; }
  .contact-wrap { width: min(100% - 6rem, 1760px); grid-template-columns: 1.15fr .85fr; gap: clamp(4rem, 4vw, 6rem); }
}

@media (min-width: 1400px) {
  .contact-wrap { min-height: 650px; }
  .contact-intro h1 { max-width: 760px; font-size: clamp(5rem, 4.8vw, 6.4rem); }
  .contact-intro > p { max-width: 620px; font-size: .9rem; }
  .contact-intro dt { font-size: .62rem; }
  .contact-intro dd { font-size: .82rem; }
  .project-form { padding: clamp(2.75rem, 3vw, 3.5rem); }
  .project-form label { margin-bottom: 1.7rem; }
  .project-form label span { font-size: .6rem; }
  .project-form input, .project-form textarea { font-size: .86rem; }
}

@media (max-width: 800px) {
  .page-width { width: min(100% - 2rem, 1180px); }
  .header-row { min-height: 116px; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 68px 48px; gap: 0 .5rem; padding: 0 .75rem; }
  .header-note { display: none; }
  .brand { grid-column: 1; grid-row: 1; position: relative; top: auto; left: auto; align-self: center; margin-left: 2.5rem; transform: none; }
  .header-controls { grid-column: 2; grid-row: 1; align-self: center; justify-self: end; }
  .header-action { display: none; }
  .language-switch { padding: .55rem .65rem; font-size: .5rem; }
  .tab-nav { width: 100%; position: static; grid-column: 1 / -1; grid-row: 2; border-top: 1px solid #e8e8e8; transform: none; }
  .tab-button { flex: 1; min-width: 0; padding: 0 .5rem; font-size: .47rem; }
  .hero-photo { height: 70vh; min-height: 520px; }.hero-photo > img { object-position: 46% center; transform: none; }.hero-card { left: 50%; top: 60%; padding: 2rem 1.5rem; }.hero-card h1 { font-size: clamp(2rem, 9vw, 3rem); }.service-grid { grid-template-columns: 1fr; gap: 1rem; background: transparent; }.service-tile { min-height: 0; }.service-tile:hover, .service-tile:focus-within { transform: translateY(-5px) scale(1.006); }.image-message { left: 50%; padding: 2rem 1.5rem; }.contact-wrap { grid-template-columns: 1fr; gap: 2rem; }.contact-intro dl { margin-top: 2.5rem; }.site-footer { grid-template-columns: 1fr auto; }.site-footer span:nth-child(2) { display: none; }
}

@media (max-width: 800px) {
  .process-steps { width: min(100% - 3rem, 560px); grid-template-columns: 1fr; gap: 2.75rem; }
  .process-steps::before { top: -1rem; bottom: -1rem; left: 2rem; right: auto; width: 1px; height: auto; background: linear-gradient(180deg, transparent 0%, rgba(109,139,136,.18) 8%, rgba(109,139,136,.42) 24%, rgba(109,139,136,.42) 76%, rgba(109,139,136,.18) 92%, transparent 100%); }
  .process-step { grid-template-columns: 4rem 1fr; justify-items: start; align-items: start; gap: 1.5rem; text-align: left; }
  .process-step > div { max-width: none; margin-top: .45rem; }
  .home-cta { align-items: flex-start; flex-direction: column; }
}

@media (min-width: 801px) and (max-width: 1000px) {
  .header-row { min-height: 116px; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 68px 48px; gap: 0 .5rem; padding: 0 .75rem; }
  .header-note { display: none; }
  .brand { grid-column: 1; grid-row: 1; position: relative; top: auto; left: auto; align-self: center; margin-left: 2.5rem; transform: none; }
  .header-controls { grid-column: 2; grid-row: 1; align-self: center; justify-self: end; }
  .header-action { display: none; }
  .language-switch { padding: .55rem .65rem; font-size: .5rem; }
  .tab-nav { width: 100%; position: static; grid-column: 1 / -1; grid-row: 2; border-top: 1px solid #e8e8e8; transform: none; }
  .tab-button { flex: 1; min-width: 0; padding: 0 .5rem; font-size: .47rem; }
  .contact-panel { min-height: calc(100vh - 176px); }
}

@media (min-width: 1101px) and (max-width: 1300px) {
  .header-note { display: none; }
  .brand { left: 1.5rem; transform: translateY(-50%); }
}

@media (min-width: 1301px) and (max-width: 2000px) {
  .brand { left: clamp(16.75rem, 20vw, 19rem); transform: translateY(-50%); }
}

@media (min-width: 1001px) and (max-width: 1100px) {
  .header-note { display: none; }
  .brand { left: 1.5rem; transform: translateY(-50%); }
}

@media (max-width: 500px) {
  .header-row { min-height: 108px; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 62px 46px; gap: 0 .5rem; padding: 0 .65rem; }.brand { margin-left: 2rem; }.brand-logo { width: 1.5rem; height: 1.5rem; right: calc(100% + .45rem); }.brand strong { font-size: .95rem; }.brand small { font-size: .36rem; }.language-switch { padding: .48rem .55rem; font-size: .46rem; }.tab-nav { min-height: 0; }.tab-button { padding: 0 .35rem; font-size: .42rem; letter-spacing: .06em; }
  .hero-photo { min-height: 560px; }.hero-card { width: calc(100% - 2rem); top: auto; bottom: 1rem; transform: translateX(-50%); }.image-credit { display: none; }
  .process-steps { width: min(100% - 2rem, 560px); gap: 2.25rem; }.process-steps::before { left: 1.625rem; }.process-step { grid-template-columns: 3.25rem 1fr; gap: 1rem; }.process-number { width: 3.25rem; height: 3.25rem; font-size: .72rem; }.process-step > div { margin-top: .15rem; }
  .pricing-section { padding: 2.75rem 0; }.pricing-card { width: calc(100% - 2rem); margin-top: 2.75rem; border-radius: 8px; }.pricing-summary, .pricing-inclusions { padding: 1.5rem; }.pricing-price strong { font-size: 2.3rem; }.pricing-inclusions li { padding-left: 1.7rem; font-size: .88rem; }
  .section-opening h1, .contact-intro h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }.service-image { min-height: 520px; }.service-image img { object-position: 62% center; }.image-message h2 { font-size: 1.8rem; }.contact-intro dl div { grid-template-columns: 1fr; gap: .3rem; }.project-form { padding: 1.4rem; }.site-footer { min-height: 70px; font-size: .42rem; }.site-footer button { max-width: 100px; text-align: right; line-height: 1.4; }
}

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