/* Shared secondary-page composition and company footer. */
.page-wrap { width: min(1380px, 88%); margin-inline: auto; }
.interior { --page-accent: #52614e; --page-field: #e5e6dc; --page-dark: #263329; background: var(--bone); }
.theme-water { --page-accent: #416b78; --page-field: #dce6e5; --page-dark: #1d363e; }
.theme-desert { --page-accent: #7a5c40; --page-field: #e9e1d3; --page-dark: #3e382d; }
.theme-stone { --page-accent: #785342; --page-field: #e8dfd4; --page-dark: #3b312b; }
.theme-draft { --page-accent: #56625f; --page-field: #e2e4de; --page-dark: #2c3533; }
.theme-paper { --page-accent: #4a5649; --page-field: #eae7df; --page-dark: #29342c; }
.wordmark { display: block; background: var(--brand); mask: url('/assets/go-designs-wordmark.png') left center / contain no-repeat; -webkit-mask: url('/assets/go-designs-wordmark.png') left center / contain no-repeat; aspect-ratio: 927 / 403; flex-shrink: 0; }

a:has(> .wordmark):focus-visible { outline: 2px solid currentColor; }
.interior .interior-header { position: sticky; height: 90px; padding: 17px 6%; align-items: center; background: var(--bone); color: var(--ink); box-shadow: none; border-bottom: 1px solid #d7d5ca; backdrop-filter: none; }
.interior .brand { width: 42px; height: 46px; }
.interior .brand img { filter: none; }

.interior .desktop-nav { gap: 28px; }
.interior .desktop-nav a { align-items: center; }
.interior .menu-toggle { color: var(--ink); border-color: #919b8c; background: transparent; }
.interior .menu-toggle i { background: currentColor; }
.menu-toggle, .menu-toggle i { transition-duration: 180ms; }
.interior .menu-panel { border: 1px solid #cbd0c4; background: var(--bone); color: var(--ink); }
.menu-panel { transition-duration: 220ms; }
.menu-panel a { transition-duration: 180ms; transition-delay: 0ms !important; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; padding-top: 34px; font-size: 11px; line-height: 1.6; color: #65695f; }
.breadcrumb a { padding-block: 6px; text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb [aria-current] { color: var(--ink); }
.page-kicker { margin: 0 0 25px; font-size: 10px; line-height: 1.5; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; color: var(--page-accent); }
.interior h1, .interior h2, .interior h3 { font-weight: 450; }
.interior h1 { margin: 0; font-size: clamp(45px, 5.35vw, 80px); line-height: 1.02; letter-spacing: -.055em; }
.interior h2 { margin: 0; font-size: clamp(30px, 3.15vw, 46px); line-height: 1.08; letter-spacing: -.04em; }
.interior h3 { margin: 0; font-size: 23px; line-height: 1.25; letter-spacing: -.035em; }
.service-hero { display: grid; grid-template-columns: .95fr 1.2fr; gap: clamp(28px, 4.5vw, 72px); align-items: center; padding-block: 48px 66px; }
.service-hero .service-name { font-size: 12px; line-height: 1.5; letter-spacing: .02em; margin: 0 0 20px; color: var(--page-accent); }
.hero-headline { margin: 0; font-size: clamp(45px, 5.35vw, 80px); line-height: 1.02; letter-spacing: -.055em; font-weight: 450; }
.hero-headline > span { display: block; }
.footer-brand { display: block; width: min(250px, 100%); }
.service-hero-copy { padding-block: 12px; }
.service-lead { margin: 30px 0 24px; max-width: 49ch; font-size: 16px; line-height: 1.75; color: #4b514a; }
.text-arrow { display: inline-flex; align-items: center; gap: 30px; min-height: 46px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 550; }
.text-arrow span { font-size: 24px; transition: transform 180ms var(--ease-out-quart); }
.text-arrow:hover span { transform: translate(3px, -3px); }
.element-label { margin: 44px 0 0; display: flex; align-items: center; gap: 16px; font-size: 10px; letter-spacing: 1.1px; text-transform: uppercase; color: var(--page-accent); }
.element-line { width: 47px; height: 12px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; opacity: .65; }
.theme-water .element-line { border-radius: 50%; height: 13px; transform: rotate(-5deg); }
.theme-land .element-line { transform: skewY(-14deg); }
.theme-draft .element-line { height: 14px; border-left: 1px solid currentColor; border-right: 1px solid currentColor; }
.service-hero-photo { position: relative; align-self: stretch; margin: 0; min-height: 480px; background: var(--page-field); }
.service-hero-photo picture { display: block; width: 100%; height: 100%; min-height: 480px; }
.service-hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.theme-water .service-hero-photo::before { content: ""; position: absolute; z-index: 1; left: 32%; bottom: 15%; width: 48%; height: 5%; border: 1px solid #e5f3ee; border-radius: 50%; pointer-events: none; opacity: 0; }
.service-hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, #11111190); pointer-events: none; }
.service-hero-photo figcaption { position: absolute; z-index: 1; bottom: 22px; inset-inline: 24px; display: flex; justify-content: space-between; gap: 20px; color: white; font-size: 10px; line-height: 1.5; letter-spacing: .3px; }
.service-hero-photo figcaption > span:last-child { white-space: nowrap; }
.photo-status { display: block; margin-bottom: 6px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; }
.page-sections { display: flex; gap: 28px; align-items: center; min-height: 75px; border-block: 1px solid #d4d5cb; font-size: 11px; }
.page-sections > span { flex: 1; color: var(--page-accent); font-size: 12px; }
.page-sections a { padding-block: 20px; text-decoration: underline; text-underline-offset: 4px; }
.interior :is(section, article)[id] { scroll-margin-top: 115px; }
.service-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; padding-block: 105px; }
.prose { padding-top: 33px; }
.prose p { max-width: 60ch; font-size: 16px; line-height: 1.8; margin: 0 0 20px; color: #4b514a; }
.scope-section { background: var(--page-dark); color: var(--bone); padding-block: 88px; }
.scope-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10%; }
.scope-section .page-kicker { color: #b8c3aa; }
.theme-water .scope-section .page-kicker { color: #afd1d8; }
.theme-stone .scope-section .page-kicker, .theme-desert .scope-section .page-kicker { color: #dfc7aa; }
.scope-heading > p:not(.page-kicker) { color: #e0e0d5; font-size: 14px; line-height: 1.7; margin: 23px 0 35px; }
.service-detail-photo { margin: 45px 0 0; }
.service-detail-photo picture { display: block; aspect-ratio: 4 / 4.5; background: var(--page-accent); overflow: hidden; }
.service-detail-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.service-detail-photo figcaption { font-size: 10px; line-height: 1.6; margin-top: 16px; color: #dfdfd5; }
.scope-list { border-top: 1px solid #ffffff35; }
.scope-row { display: grid; grid-template-columns: 32px 1fr; gap: 19px; padding-block: 29px 32px; border-bottom: 1px solid #ffffff35; }
.scope-number { color: #c2c9b8; font-size: 10px; padding-top: 6px; }
.scope-row p { margin: 14px 0 0; color: #e0e0d7; line-height: 1.75; font-size: 14px; max-width: 61ch; }
.planning-note { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; padding-block: 100px; }
.planning-note .page-kicker { margin-top: 10px; }
.planning-note p:not(.page-kicker) { margin: 24px 0 0; line-height: 1.8; max-width: 64ch; color: #4b514a; font-size: 16px; }
.inline-link { display: inline-block; margin-top: 22px; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; line-height: 1.8; }
.service-questions { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; padding-block: 70px 100px; border-top: 1px solid #d4d5cb; }
.service-questions .planning-questions { margin: 0; }
.service-questions .planning-questions details { border-color: #cbd0c4; }
.service-questions .planning-questions summary { font-size: 17px; padding-block: 23px; }
.service-questions .planning-questions p { color: #4b514a; font-size: 15px; }
.related-section { padding-block: 0 85px; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.related-links a { padding: 24px 0; border-block: 1px solid #cbd0c4; display: flex; align-items: start; gap: 25px; justify-content: space-between; font-size: 18px; line-height: 1.4; }
.related-links a span { color: var(--page-accent); font-size: 25px; transition: transform 180ms var(--ease-out-quart); }
.related-links a:hover span { transform: translate(3px, -3px); }
.directory-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; padding-block: 55px 75px; align-items: center; }
.directory-hero > div > p:last-child { margin: 32px 0 0; max-width: 45ch; line-height: 1.8; color: #4b514a; }
.directory-hero figure { margin: 0; }
.directory-hero picture { display: block; height: 430px; }
.directory-hero img { width: 100%; height: 100%; object-fit: cover; }
.directory-hero figcaption { font-size: 10px; margin-top: 15px; color: #555e4f; }
.directory-jumps { display: flex; gap: 40px; border-block: 1px solid #d4d5cb; }
.directory-jumps a { display: flex; align-items: center; gap: 30px; padding-block: 26px; font-size: 12px; }
.directory-jumps span { color: #626a5b; font-size: 10px; }
.directory-group { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; padding-block: 88px; border-bottom: 1px solid #d4d5cb; }
.directory-row { display: flex; justify-content: space-between; gap: 25px; padding: 24px 0; border-top: 1px solid #d4d5cb; }
.directory-row h3 { transition: color 180ms var(--ease-out-quart); }
.directory-row:hover h3 { color: #41632e; }
.directory-row p { font-size: 12px; line-height: 1.6; color: #56614f; margin: 12px 0 0; max-width: 60ch; }
.directory-row > span:last-child { color: #52614e; font-size: 28px; }
.directory-help { padding-block: 90px; }
.directory-help > p:not(.page-kicker) { max-width: 60ch; margin: 28px 0 15px; line-height: 1.8; color: #4b514a; }
.document-heading { padding-block: 60px 65px; border-bottom: 1px solid #d4d5cb; }
.document-heading h1 { font-size: clamp(55px, 7vw, 92px); }
.document-heading > p:not(.page-kicker) { max-width: 56ch; line-height: 1.75; font-size: 17px; margin: 27px 0 0; color: #4b514a; }
.document-heading .document-date { font-size: 12px !important; }
.document-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: 11%; align-items: start; padding-block: 70px 110px; }
.document-contents { position: sticky; top: 122px; }
.document-contents a { display: flex; gap: 18px; font-size: 12px; line-height: 1.6; padding-block: 10px; }
.document-contents a span { font-size: 10px; color: #657259; padding-top: 2px; }
.document-contents a:hover { text-decoration: underline; }
.document-body { max-width: 73ch; }
.document-body section { padding-bottom: 42px; margin-bottom: 36px; border-bottom: 1px solid #d4d5cb; }
.document-body h2 { font-size: 28px; letter-spacing: -.035em; }
.document-body p { font-size: 16px; line-height: 1.85; margin: 22px 0; color: #424b41; }
.document-body address { font-style: normal; line-height: 1.7; margin-bottom: 16px; }
.document-body a { text-decoration: underline; text-underline-offset: 3px; }
.document-body .email-contact { color: var(--ink); }
.corporate-footer { padding: 0 max(6%, calc((100% - 1380px) / 2)); color: var(--bone); background: #19241e; font-family: var(--sans); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-block: 75px 64px; border-bottom: 1px solid #71807165; }
.footer-top > p { font-size: clamp(33px, 3.55vw, 52px); line-height: 1.1; letter-spacing: -.045em; margin: 0; font-weight: 450; }
.footer-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 50px; flex-shrink: 0; min-height: 56px; padding: 12px 25px; border: 1px solid #89977c; font-size: 12px; transition: background 180ms var(--ease-out-quart), color 180ms var(--ease-out-quart); }
.footer-cta span { font-size: 22px; }
.footer-cta:hover { background: var(--bone); color: #19241e; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: clamp(32px, 4vw, 70px); padding-block: 70px 80px; }
.footer-wordmark { width: min(250px, 100%); margin-bottom: 27px; }
.footer-identity > p { margin: 0 0 23px; font-size: 12px; line-height: 1.85; color: #c6cfc1; }
.footer-identity > .footer-location-label { margin-bottom: 11px; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: #d6dccf; }
.footer-identity address { font-size: 13px; font-style: normal; line-height: 1.8; margin-bottom: 17px; }
.footer-phone { display: inline-flex; min-height: 35px; align-items: center; font-size: 14px; letter-spacing: .3px; }
.email-contact { display: block; font-size: 12px; line-height: 1.8; }
.email-contact button { border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font-size: inherit; padding: 8px 0; min-height: 38px; text-align: left; }
.email-contact a { display: inline-flex; min-height: 38px; align-items: center; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.email-contact [hidden] { display: none; }
.footer-column h2 { margin: 0 0 25px; font-size: 10px !important; font-weight: 550; line-height: 1.6; letter-spacing: 1.1px !important; text-transform: uppercase; color: #bad0a7; }
.footer-column > a { display: block; padding-block: 9px; font-size: 12px; line-height: 1.75; color: #e7e9de; text-underline-offset: 4px; }
.footer-column > a:hover, .footer-phone:hover { text-decoration: underline; }
.footer-column > .footer-all { margin-top: 22px; border-top: 1px solid #71807165; padding-top: 23px; color: #c3dfac; }
.footer-bottom { padding-block: 26px 34px; border-top: 1px solid #71807165; display: flex; justify-content: space-between; gap: 30px; color: #c6cfc1; font-size: 10px; line-height: 1.8; }
.footer-bottom a { min-height: 30px; }
.form-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.service-directory-link { margin-top: 22px; padding: 16px 0 0; border-top: 1px solid currentColor; display: flex; justify-content: space-between; gap: 18px; font-size: 12px; line-height: 1.6; }
.error-page { display: block; padding: 0; }
.error-page main { min-height: 65svh; padding: 100px 6%; }
/* One short arrival gesture; content and imagery are visible without motion. */
@media (prefers-reduced-motion: no-preference) {
  .service-hero-photo picture, .directory-hero picture { animation: page-image-arrive 900ms var(--ease-out-quart) both; }
  .theme-water .service-hero-photo::before { animation: water-ring-arrive 4.5s ease-out 1; }
  .theme-water .service-hero-photo::after { animation: water-light-pass 4.5s ease-out 1; }
  .theme-land .service-hero-photo::after, .theme-desert .service-hero-photo::after { animation: garden-light-pass 3.5s ease-out 1; }
  .theme-stone .service-hero-photo::after, .theme-draft .service-hero-photo::after { animation: shade-light-pass 3.5s ease-out 1; }
}
@keyframes water-ring-arrive { 0% { opacity: 0; transform: scale(.5); } 20% { opacity: .28; } 100% { opacity: 0; transform: scale(1.65); } }
@keyframes page-image-arrive { from { opacity: .75; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes water-light-pass { 0% { background-color: #bddfd633; } 50% { background-color: #dde5d90c; } 100% { background-color: transparent; } }
@keyframes garden-light-pass { from { background-color: #e7dda822; } to { background-color: transparent; } }
@keyframes shade-light-pass { from { background-color: #33241822; } to { background-color: transparent; } }
@media (max-width: 1100px) {
  .page-wrap { width: 90%; }
  .service-hero { gap: 30px; }
  .service-hero-photo, .service-hero-photo picture { min-height: 440px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
  .footer-identity { grid-row: span 2; }
  .footer-column:last-child { grid-column: 2 / 4; }
  .footer-column:last-child a { display: inline-block; margin-right: 25px; }
}
@media (max-width: 720px) {
  .page-wrap { width: auto; margin-inline: 23px; }
  .interior .interior-header { height: 76px; padding: 12px 23px; }
  .interior .brand { width: 38px; height: 42px; }
  .interior .desktop-nav { gap: 7px; }
  .no-js .interior-header { align-items: center; height: auto; min-height: 76px; }
  .no-js .interior-header .desktop-nav { max-width: 210px; justify-content: flex-end; flex-wrap: wrap; }
  .no-js .interior-header .desktop-nav a { font-size: 10px; padding: 4px 3px; min-height: 25px; }
  .interior .menu-panel { top: 75px; }
  .breadcrumb { padding-top: 23px; gap: 8px; font-size: 10px; }
  .service-hero { display: flex; flex-direction: column; align-items: stretch; gap: 30px; padding-block: 30px 35px; }
  .service-hero-copy { padding: 0; }
  .page-kicker { font-size: 9px; margin-bottom: 21px; }
  .interior h1, .hero-headline { font-size: clamp(42px, 10.8vw, 70px); }
  .service-lead { font-size: 15px; line-height: 1.8; margin-top: 24px; max-width: 60ch; }
  .element-label { margin-top: 28px; font-size: 9px; }
  .service-hero-photo { min-height: 0; aspect-ratio: 1.16; }
  .service-hero-photo picture { min-height: 0; }
  .service-hero-photo figcaption { inset-inline: 17px; bottom: 17px; font-size: 9px; gap: 12px; }
  .page-sections { gap: 22px; flex-wrap: wrap; justify-content: space-between; padding-block: 17px; }
  .page-sections > span { flex-basis: 100%; font-size: 11px; }
  .page-sections a { padding-block: 7px; }
  .service-intro, .planning-note, .service-questions { grid-template-columns: 1fr; gap: 26px; padding-block: 58px; }
  .prose { padding: 0; }
  .prose p { font-size: 15px; margin-bottom: 18px; }
  .scope-section { padding-block: 56px; }
  .scope-layout { grid-template-columns: 1fr; gap: 35px; }
  .scope-heading > p:not(.page-kicker) { margin: 19px 0 20px; }
  .service-detail-photo { margin-top: 25px; }
  .service-detail-photo picture { aspect-ratio: 1.4; }
  .scope-row { gap: 10px; grid-template-columns: 28px 1fr; padding-block: 24px; }
  .scope-row h3 { font-size: 22px; }
  .scope-row p { font-size: 14px; }
  .planning-note .page-kicker { margin: 0; }
  .planning-note p:not(.page-kicker) { font-size: 15px; }
  .service-questions .planning-questions summary { font-size: 16px; }
  .related-section { padding-bottom: 55px; }
  .related-links { grid-template-columns: 1fr; gap: 0; }
  .related-links a { border-bottom: 0; font-size: 19px; }
  .related-links a:last-child { border-bottom: 1px solid #cbd0c4; }
  .directory-hero { grid-template-columns: 1fr; gap: 32px; padding-block: 36px 38px; }
  .directory-hero > div > p:last-child { font-size: 15px; margin-top: 25px; }
  .directory-hero picture { height: 290px; }
  .directory-jumps { display: block; padding-block: 10px; }
  .directory-jumps a { padding-block: 12px; justify-content: space-between; }
  .directory-group { grid-template-columns: 1fr; gap: 30px; padding-block: 53px; }
  .directory-row h3 { font-size: 22px; }
  .directory-help { padding-block: 60px; }
  .document-heading { padding-block: 42px; }
  .document-heading h1 { font-size: 58px; }
  .document-heading > p:not(.page-kicker) { font-size: 15px; }
  .document-layout { grid-template-columns: 1fr; gap: 40px; padding-block: 35px 55px; }
  .document-contents { position: static; border-bottom: 1px solid #d4d5cb; padding-bottom: 28px; }
  .document-contents a { padding-block: 9px; }
  .document-body h2 { font-size: 26px; }
  .document-body p { font-size: 15px; }
  .corporate-footer { padding-inline: 25px; }
  .footer-top { display: block; padding-block: 48px 40px; }
  .footer-top > p { font-size: 36px; }
  .footer-cta { margin-top: 27px; min-height: 51px; gap: 45px; }
  .footer-main { grid-template-columns: 1fr 1fr; column-gap: 27px; row-gap: 45px; padding-block: 44px 48px; }
  .footer-identity { grid-column: 1 / -1; grid-row: auto; padding-bottom: 36px; border-bottom: 1px solid #71807165; }
  .footer-wordmark { width: 220px; margin-bottom: 29px; }
  .footer-identity > p { font-size: 13px; }
  .footer-column h2 { margin-bottom: 17px; }
  .footer-column > a { font-size: 12px; padding-block: 9px; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer-column:last-child a { display: block; margin: 0; }
  .footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding-block: 24px 35px; }
  .footer-bottom > span:first-child { grid-column: 1 / -1; }
  .corporate-footer .footer-phone { min-height: 44px; }
  .email-contact button, .email-contact a { min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .interior *, .corporate-footer *, .menu-panel, .menu-panel a { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .wordmark { background: LinkText; forced-color-adjust: none; }
  .corporate-footer { border-top: 1px solid CanvasText; }
}
@media print {
  .interior-header, .page-sections, .document-contents, .corporate-footer, .related-section { display: none !important; }
  .service-hero, .service-intro, .scope-layout, .planning-note, .service-questions, .document-layout { display: block; }
  .scope-section { background: white; color: black; }
  .scope-row p { color: black; }
}
