/* Owner photos remain uncropped; the established marketing styles own the brand. */
.owner-hero { padding-block: 64px 52px; }
.owner-hero h1 { font-size: clamp(42px, 6.2vw, 82px); margin-block: 20px 28px; max-width: 970px; }
.owner-hero h1 em { font-style: normal; color: var(--teal); }
.owner-intro { max-width: 780px; font-size: clamp(18px, 2vw, 22px); }
.owner-hero .actions { margin-block: 28px; }
.owner-jumps { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-block: 32px 20px; }
.owner-jumps a { color: var(--teal); }
.owner-photo-note { max-width: 850px; font-size: 13px; }
.owner-story { padding-block: 60px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.owner-story-heading { max-width: 760px; margin-bottom: 30px; }
.owner-story h2, .owner-feedback h2, .owner-start h2 { font-size: clamp(32px, 4.2vw, 54px); margin-block: 16px 22px; }
.owner-story-heading > p:last-child { font-size: 18px; }
.owner-gallery { display: grid; gap: 24px; align-items: start; }
.owner-gallery-desk, .owner-gallery-tablet { grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); }
.owner-gallery-phone { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.owner-gallery figure { min-width: 0; }
.owner-gallery a { display: flex; align-items: center; justify-content: center; border-radius: 16px; background: #07121a; border: 1px solid var(--line); padding: 12px; }
.owner-gallery img { width: 100%; height: auto; max-height: 580px; object-fit: contain; }
.owner-gallery-phone img { max-height: 650px; }
.owner-gallery-tablet img { max-height: 450px; }
.owner-gallery figcaption { color: var(--muted); font-size: 14px; line-height: 1.5; padding: 12px 4px 0; }
.owner-tip { display: grid; grid-template-columns: minmax(170px, .6fr) minmax(0, 1.6fr); gap: 24px; margin-top: 30px; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
.owner-tip h3 { font-size: 22px; line-height: 1.3; }
.owner-feedback { padding-block: 56px; border-top: 1px solid var(--line); }
.owner-feedback-intro { max-width: 780px; }
.owner-quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
.owner-quotes figure { padding: 24px; border-top: 2px solid var(--teal); background: var(--surface); }
.owner-quotes blockquote { margin: 0 0 20px; }
.owner-quotes blockquote p { color: var(--text); font-size: 20px; line-height: 1.5; }
.owner-quotes figcaption { font-size: 13px; color: var(--muted); }
.owner-start { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 48px; align-items: center; border-top: 1px solid var(--line); padding-block: 56px 70px; }
.owner-start .actions { margin-top: 24px; }
.owner-offer { padding: 28px; border-radius: 16px; border: 1px solid var(--line); background: var(--surface); }
.owner-offer h3 { font-size: 26px; margin-bottom: 18px; }
.owner-offer > .text-link { display: inline-block; margin-block: 20px; }
.owner-offer strong { color: var(--text); overflow-wrap: anywhere; }
.owner-disclosure { font-size: 13px; }
@media (max-width: 760px) {
  .owner-hero { padding-block: 40px; }
  .owner-gallery-desk, .owner-gallery-tablet, .owner-start { grid-template-columns: 1fr; }
  .owner-gallery-phone { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .owner-gallery-phone figure:first-child { grid-column: 1 / -1; max-width: 420px; width: 100%; justify-self: center; }
  .owner-gallery-desk figure:last-child, .owner-gallery-tablet figure:last-child { max-width: 420px; width: 100%; justify-self: center; }
  .owner-gallery img { max-height: 650px; }
  .owner-quotes { grid-template-columns: 1fr; }
  .owner-tip { grid-template-columns: 1fr; gap: 12px; }
  .owner-story { padding-block: 40px; }
  .owner-start { gap: 30px; }
}
@media (max-width: 480px) {
  .owner-gallery-phone { grid-template-columns: 1fr; }
  .owner-gallery-phone figure { max-width: 360px; width: 100%; justify-self: center; }
  .owner-gallery-phone img { max-height: none; }
  .owner-gallery a { padding: 8px; }
  .owner-start .actions { align-items: flex-start; }
}

.owner-gallery-pair { grid-template-columns: repeat(2,minmax(0,1fr)); }
.owner-supplied-quote { margin-top: 28px; padding: 24px; border-left: 3px solid var(--teal); background: var(--surface); }
.owner-supplied-quote blockquote { margin: 0 0 16px; font-size: 22px; line-height: 1.5; }
@media (max-width:760px) { .owner-gallery-pair { grid-template-columns: 1fr; } }
