/* Shared company pages, extending the approved Coastal palette. */
.desktop-nav { gap: 22px; font-size: 14px; }
.header-actions { gap: 18px; }
.breadcrumbs { padding-top: 24px; font-size: 13px; color: var(--muted); line-height: 1.7; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.breadcrumbs + .page-hero { padding-top: 48px; }
.page-hero { padding-top: 80px; padding-bottom: 72px; }
.page-hero h1 { font-size: clamp(44px, 5.5vw, 76px); line-height: 1.08; margin: 24px 0; letter-spacing: -2.8px; }
.page-lead { max-width: 720px; font-size: 20px; line-height: 1.7; color: var(--muted); }
.page-hero .button { margin-top: 28px; }
.compact-top { padding-top: 24px; }
.page-main h2 { font-size: clamp(30px, 3.4vw, 48px); line-height: 1.18; letter-spacing: -1.4px; }
.page-main h3 { font-size: 23px; line-height: 1.3; letter-spacing: -.5px; }
.page-main p, .page-main li { font-size: 16px; line-height: 1.8; }
.page-main .eyebrow, .page-main .step-number { font-size: 13px; line-height: 1.6; }
.page-main .page-lead { font-size: 20px; }
.page-main .button, .page-main .text-link { font-size: 15px; }
.page-main .section-heading { gap: 40px; align-items: start; }
.page-main .section-heading > p { max-width: 500px; font-size: 17px; }
.page-main .section-heading h2 { flex: 1; }
.section-intro { max-width: 760px; margin-top: 24px; color: var(--muted); }
.soft-section { background: #e8f0eb; }
.ink-section { background: radial-gradient(ellipse at 100% 0, #215d60, transparent 70%), #103e46; color: #fff; }
.ink-section .eyebrow, .ink-section em { color: #f2c679; }
.ink-section p { color: #d9e8e4; }
.split-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.split-copy p + p { margin-top: 20px; }
.split-copy .button { margin-top: 26px; }
.button-light { color: #103e46; background: #f2c679; }
.button-light:hover { background: #ffdc9e; }
.story-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.story-photo img { width: 100%; height: 530px; object-fit: cover; border-radius: 14px; }
.story-photo.landscape img { height: 430px; }
.editorial-copy { max-width: 840px; }
.editorial-copy h2 { margin: 14px 0 26px; }
.editorial-copy p + p { margin-top: 20px; }
.editorial-copy p { color: var(--muted); }
.editorial-copy .button, .editorial-copy .text-link { margin-top: 26px; }
.image-credit, .page-main .image-credit { color: var(--muted); font-size: 12px; margin-top: 10px; line-height: 1.5; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 42px; }
.feature-grid article { border-top: 1px solid #90a9a6; padding-top: 26px; }
.feature-grid h3 { margin-bottom: 16px; }
.feature-grid p { color: var(--muted); }
.feature-grid .text-link { margin-top: 16px; }
.ink-section .feature-grid p { color: #d9e8e4; }
.ink-section .feature-grid article { border-color: #548080; }
.step-number { display: block; font-size: 14px; letter-spacing: 1px; color: var(--cta); margin-bottom: 20px; font-weight: 700; }
.ink-section .step-number { color: #f2c679; }
.scale-grid { margin-bottom: 32px; }
.industry-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.industry-card { background: white; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.industry-card > img { width: 100%; height: 290px; object-fit: cover; }
.industry-card > div { padding: 30px; }
.industry-card h3 { margin: 18px 0 14px; }
.industry-card p { color: var(--muted); }
.industry-card .text-link { margin-top: 22px; }
.status-pill { display: inline-block; padding: 8px 12px; border-radius: 30px; background: #dcece4; color: #204f48; font-size: 13px; font-weight: 600; line-height: 1.5; }
.status-planned { background: #f7e9ca; color: #614817; }
.inventory-hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.inventory-hero .status-pill { margin-top: 18px; }
.inventory-hero h1 { font-size: clamp(42px, 4.6vw, 62px); }
.inventory-hero figure { margin: 0; }
.inventory-hero img { width: 100%; height: 520px; object-fit: cover; border-radius: 14px 80px 14px 14px; }
.inventory-hero figcaption { color: var(--muted); margin-top: 12px; font-size: 12px; }
.detail-list { list-style: none; padding: 0; margin: 26px 0 0; }
.detail-list li { padding: 18px 0; border-top: 1px solid var(--line); }
.detail-list strong, .detail-list span { display: block; }
.detail-list span { color: var(--muted); margin-top: 6px; }
.process-list > article { display: grid; grid-template-columns: 1fr 2fr; gap: 70px; padding: 42px 0; border-top: 1px solid var(--line); }
.process-list h2 { font-size: 36px; margin-bottom: 22px; }
.process-list p { color: var(--muted); max-width: 720px; }
.process-output { padding: 14px 20px; margin-top: 22px; background: #e8f0eb; border-left: 3px solid #3c8275; }
.contact-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: 65px; align-items: start; }
.inquiry-form { position: relative; padding: 40px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.inquiry-form > p { margin: 16px 0 24px; color: var(--muted); }
.inquiry-form label { display: block; font-size: 14px; font-weight: 600; margin-top: 22px; line-height: 1.7; }
.inquiry-form label span { color: var(--muted); font-weight: 400; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { display: block; width: 100%; margin-top: 8px; border: 1px solid #9ab1ae; border-radius: 6px; padding: 13px; background: #fcfdfb; color: var(--ink); font-size: 16px; }
.inquiry-form textarea { resize: vertical; min-height: 140px; }
.inquiry-form a, .privacy-copy a { text-decoration: underline; text-underline-offset: 4px; color: var(--blue); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.page-main .form-note { font-size: 14px; line-height: 1.7; }
.form-status { margin: 24px 0; padding: 18px; border: 1px solid #558e76; background: #edf7ef; border-radius: 6px; line-height: 1.7; }
.form-status.is-error { border-color: #c38774; background: #fff0ea; }
.inquiry-form button:disabled { opacity: .7; cursor: wait; }
.contact-aside { padding-top: 20px; }
.contact-aside h3 { margin-top: 18px; font-size: 30px; }
.aside-note { background: #e7efea; padding: 28px; border-radius: 12px; margin-top: 30px; }
.aside-note p { margin: 10px 0 16px; }
.aside-note a { display: block; color: var(--blue); padding: 6px 0; font-size: 15px; }
.privacy-copy h2 { margin-top: 34px; font-size: 28px; }
.portfolio { padding-top: 80px; padding-bottom: 80px; }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 36px; }
.portfolio-card { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: white; display: flex; flex-direction: column; }
.portfolio-card > div { padding: 34px; }
.portfolio-card h3 { margin: 20px 0 14px; font-size: 30px; }
.portfolio-card p { font-size: 16px; line-height: 1.8; color: var(--muted); }
.portfolio-card .text-link { margin-top: 20px; }
.portfolio-card img { width: 100%; height: 235px; object-fit: cover; }
.portfolio-card:nth-child(2) { background: #fff6e6; }
.portfolio .section-heading { margin-bottom: 0; }
.home-company-links { display: flex; gap: 30px; margin-top: 34px; flex-wrap: wrap; }
.home-company-links a { color: #f2c679; text-decoration: underline; text-underline-offset: 6px; font-size: 16px; }
.site-footer { display: block; padding: 55px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.footer-top h3 { font-size: 14px; margin: 5px 0 20px; }
.footer-top nav a { display: block; margin: 12px 0; font-size: 14px; color: var(--muted); line-height: 1.5; }
.footer-top nav a:hover { color: var(--blue); }
.footer-top .footer-intro { font-size: 14px; line-height: 1.8; margin-top: 20px; max-width: 230px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-top: 28px; margin-top: 35px; border-top: 1px solid var(--line); font-size: 13px; }
@media (max-width: 1150px) {
  .desktop-nav { display: none; }
  .mobile-toggle { display: flex; }
  .login-toggle, .button, .hero-actions .button, .text-button { font-size: 14px; }
  .story-layout, .split-copy, .inventory-hero, .contact-layout { gap: 36px; }
  .inquiry-form { padding: 28px; }
}
@media (max-width: 800px) {
  .page-hero { padding-top: 55px; padding-bottom: 50px; }
  .story-layout, .split-copy, .inventory-hero, .contact-layout { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .story-photo img, .inventory-hero img { height: 370px; }
  .story-photo { max-width: 100%; }
  .industry-pair { grid-template-columns: 1fr; }
  .process-list > article { gap: 25px; grid-template-columns: 1fr; }
  .process-list .step-number { margin: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .portfolio-card > div { padding: 25px; }
}
@media (max-width: 550px) {
  .page-hero h1 { letter-spacing: -1.5px; font-size: 42px; }
  .page-main .page-lead { font-size: 18px; }
  .feature-grid, .portfolio-grid, .form-grid { grid-template-columns: 1fr; }
  .form-grid { gap: 0; }
  .inquiry-form { padding: 24px 20px; }
  .header-actions { gap: 12px; }
  .header-demo { display: none; }
  .page-main .section-heading { display: block; }
  .page-main .section-heading > p { margin-top: 22px; }
  .hero-description, .section-heading > p, .company-intro, .contact-copy > p:not(.eyebrow), .product-copy > p:not(.eyebrow), .scenes-heading > p:last-child { font-size: 16px; }
  .check-list li, .principles p { font-size: 14px; }
  .footer-top { gap: 24px; }
}
