:root { --deep: #0b5563; --deep-2: #073d47; --foam: #f2f7f7; --ink: #112d33; --muted: #5b7276; --lure: #f0663c; --white: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--foam); font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, sans-serif; }
main { overflow: hidden; }
.nav { max-width: 1160px; margin: auto; padding: 26px 30px; display: flex; justify-content: space-between; align-items: center; }
.brand { color: var(--deep); font-weight: 800; letter-spacing: -.04em; text-decoration: none; font-size: 1.28rem; display: inline-flex; align-items: center; gap: 8px; }
.brand-mark { width: 28px; height: 28px; display: inline-grid; place-items: center; color: var(--white); background: var(--deep); border-radius: 50% 50% 50% 10%; transform: rotate(-18deg); font-size: 1.25rem; }
.nav-links { display: flex; align-items: center; gap: 22px; }.nav-link { color: var(--deep); font-size: .92rem; font-weight: 700; text-decoration: none; }
.hero { min-height: 650px; max-width: 1160px; padding: 75px 30px 80px; margin: auto; display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }
.eyebrow { color: var(--lure); font-size: .72rem; font-weight: 850; letter-spacing: .14em; margin: 0 0 17px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.25rem, 6.2vw, 5.75rem); line-height: .97; letter-spacing: -.075em; max-width: 690px; margin-bottom: 28px; }
h1 em { color: var(--deep); font-style: normal; }
.lead { max-width: 555px; color: var(--muted); line-height: 1.6; font-size: 1.15rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 31px 0 18px; }
.button { padding: 14px 19px; border-radius: 999px; font-size: .94rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--lure); box-shadow: 0 10px 28px rgba(240,102,60,.24); }
.button-quiet { color: var(--deep); background: rgba(11,85,99,.09); }
.availability { color: var(--muted); font-size: .78rem; }
.hero-photo { min-height: 500px; height: min(57vw, 580px); margin: 0; overflow: hidden; position: relative; border-radius: 28px; box-shadow: 0 28px 55px rgba(6,46,54,.19); }.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }.hero-photo figcaption { position: absolute; left: 17px; bottom: 17px; padding: 8px 10px; color: #fff; background: rgba(7,61,71,.76); border-radius: 8px; font-size: .72rem; font-weight: 700; }
.phone { width: 248px; height: 510px; background: #18353c; padding: 9px; border-radius: 38px; box-shadow: 0 30px 60px rgba(6,46,54,.25), inset 0 0 0 1px rgba(255,255,255,.17); position: relative; z-index: 2; transform: rotate(5deg); }
.speaker { position: absolute; z-index: 4; width: 82px; height: 22px; background: #18353c; border-radius: 0 0 15px 15px; top: 8px; left: calc(50% - 41px); }
.app-screen { height: 100%; overflow: hidden; padding: 16px 13px 8px; background: #f7fbfa; border-radius: 31px; font-family: -apple-system, BlinkMacSystemFont, sans-serif; color: #173d46; }
.screen-top { font-size: 8px; font-weight: 700; display: flex; justify-content: space-between; padding: 0 3px 18px; }
.screen-title { font-size: 15px; font-weight: 750; letter-spacing: -.04em; padding-bottom: 12px; }
.weather-card { background: #e2f2ef; border-radius: 14px; padding: 13px; display: flex; justify-content: space-between; align-items: center; }
.weather-card strong, .catch-card strong { display: block; font-size: 10px; margin: 3px 0; }.weather-card small { color: #607e81; font-size: 8px; }.weather-label, .catch-card small { color: var(--lure); font-size: 6.5px; font-weight: 800; letter-spacing: .08em; }.sun { font-size: 25px; }
.map-card { height: 180px; position: relative; overflow: hidden; border-radius: 14px; margin: 11px 0; background: #b8dcdd; background-image: linear-gradient(137deg, transparent 45%, rgba(255,255,255,.35) 46%, transparent 48%), linear-gradient(32deg, transparent 28%, rgba(255,255,255,.35) 29%, transparent 31%); }.water-line { height: 70px; position: absolute; border: 2px solid rgba(11,85,99,.25); border-radius: 50%; }.line-one { width: 260px; top: 25px; left: -70px; }.line-two { width: 210px; top: 78px; left: 28px; }.line-three { width: 190px; top: -38px; left: 65px; }.map-pin { color: var(--lure); text-shadow: 0 1px 3px white; position: absolute; font-size: 21px; }.pin-one { top: 60px; left: 53px; }.pin-two { top: 119px; right: 38px; }.map-label { position: absolute; left: 11px; bottom: 11px; padding: 7px 9px; color: #315559; background: rgba(255,255,255,.84); border-radius: 8px; font-size: 7px; }.map-label b { font-size: 9px; }
.catch-card { display: flex; align-items: center; gap: 8px; padding: 11px; border: 1px solid #dcebea; border-radius: 13px; }.fish { color: var(--deep); font-size: 23px; transform: rotate(-15deg); }.date { margin-left: auto; color: #88a2a3; font-size: 6px; font-weight: 800; }.tabbar { display: flex; justify-content: space-around; padding: 14px 2px 0; color: #8ca6a6; font-size: 17px; }.tabbar .active { color: var(--lure); }
.ring { position: absolute; border: 1px solid rgba(11,85,99,.14); border-radius: 50%; }.ring-a { width: 415px; height: 415px; }.ring-b { width: 540px; height: 540px; }
.proof { background: var(--deep); color: white; padding: 22px 30px; display: flex; justify-content: center; align-items: center; gap: 26px; font-weight: 700; font-size: .86rem; }.proof p { margin: 0; }.proof span { width: 4px; height: 4px; background: var(--lure); border-radius: 50%; }
.features { max-width: 1160px; padding: 125px 30px; margin: auto; }.section-heading { max-width: 590px; }.section-heading h2, .beta h2 { font-size: clamp(2.45rem, 4.6vw, 4.35rem); letter-spacing: -.065em; line-height: 1; margin-bottom: 20px; }.section-heading > p:last-child { color: var(--muted); line-height: 1.6; font-size: 1.06rem; }.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 55px; }.feature { min-height: 235px; padding: 25px; border-radius: 20px; }.feature-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; font-size: 22px; margin-bottom: 43px; }.feature h3 { font-size: 1.15rem; letter-spacing: -.04em; margin-bottom: 9px; }.feature p { font-size: .9rem; color: #4d666b; line-height: 1.5; }.feature-map { background: #d8ebea; }.feature-map .feature-icon { color: white; background: var(--deep); }.feature-catch { background: #fff0e9; }.feature-catch .feature-icon { color: white; background: var(--lure); }.feature-trip { background: #e8f0df; }.feature-trip .feature-icon { color: #4d6e38; background: #cce0ba; }.feature-watch { background: #e9e9f2; }.feature-watch .feature-icon { color: #50526d; background: #d5d6e7; }
.features { max-width: 1160px; padding: 125px 30px; margin: auto; }.section-heading { max-width: 590px; }.section-heading h2, .beta h2, .makers h2 { font-size: clamp(2.45rem, 4.6vw, 4.35rem); letter-spacing: -.065em; line-height: 1; margin-bottom: 20px; }.section-heading > p:last-child { color: var(--muted); line-height: 1.6; font-size: 1.06rem; }.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 55px; }.feature { min-height: 235px; padding: 25px; border-radius: 20px; }.feature-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; font-size: 22px; margin-bottom: 43px; }.feature h3 { font-size: 1.15rem; letter-spacing: -.04em; margin-bottom: 9px; }.feature p { font-size: .9rem; color: #4d666b; line-height: 1.5; }.feature-map { background: #d8ebea; }.feature-map .feature-icon { color: white; background: var(--deep); }.feature-catch { background: #fff0e9; }.feature-catch .feature-icon { color: white; background: var(--lure); }.feature-trip { background: #e8f0df; }.feature-trip .feature-icon { color: #4d6e38; background: #cce0ba; }.feature-watch { background: #e9e9f2; }.feature-watch .feature-icon { color: #50526d; background: #d5d6e7; }
.capability-intro { margin-top: 112px; max-width: 560px; }.capability-intro h3 { margin: 0; font-size: clamp(1.75rem, 3.2vw, 2.65rem); line-height: 1.12; letter-spacing: -.055em; }.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 42px; border-top: 1px solid #cddfdf; border-left: 1px solid #cddfdf; }.capability-grid article { min-height: 216px; padding: 25px; border-right: 1px solid #cddfdf; border-bottom: 1px solid #cddfdf; }.capability-grid span, .credit-list span { color: var(--lure); font-weight: 850; font-size: .7rem; letter-spacing: .1em; }.capability-grid h3 { font-size: 1.18rem; letter-spacing: -.04em; margin: 29px 0 9px; }.capability-grid p { color: var(--muted); font-size: .9rem; line-height: 1.53; margin: 0; }
.community { max-width: 1160px; margin: 0 auto 120px; padding: 0 30px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: center; }.community-photo { min-height: 570px; overflow: hidden; border-radius: 28px; background: var(--deep); }.community-photo img { display: block; width: 100%; height: 100%; min-height: 570px; object-fit: cover; }.community-copy h2 { max-width: 580px; font-size: clamp(2.35rem, 4.1vw, 4rem); line-height: 1; letter-spacing: -.065em; margin-bottom: 20px; }.community-copy > p:not(.eyebrow):not(.community-note) { color: var(--muted); max-width: 570px; line-height: 1.6; }.community-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; margin-top: 30px; }.community-list div { display: flex; gap: 12px; }.community-list span { width: 26px; color: var(--lure); font-size: 22px; }.community-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }.community-list strong { color: var(--deep); font-size: .94rem; }.community-note { color: #6f8588; margin: 28px 0 0; font-size: .77rem; line-height: 1.45; }
.makers { max-width: 1100px; margin: 0 auto 120px; padding: 72px 70px; border-radius: 30px; background: #dcebea; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }.makers-copy p:last-child { max-width: 465px; color: #45646a; line-height: 1.6; }.credit-list { align-self: end; }.credit-list div { padding: 17px 0; border-top: 1px solid rgba(11,85,99,.18); }.credit-list strong { display: block; margin-top: 6px; color: var(--deep); font-size: 1.05rem; letter-spacing: -.025em; line-height: 1.35; }
.beta { max-width: 1100px; margin: 0 auto 110px; padding: 70px; background: var(--deep-2); color: white; border-radius: 30px; display: flex; justify-content: space-between; gap: 60px; align-items: end; }.beta .eyebrow { color: #f8a58a; }.beta h2 { max-width: 590px; margin-bottom: 18px; }.beta div > p:last-child { max-width: 530px; color: #bed1d1; line-height: 1.6; }.beta-note { max-width: 185px; color: #f8d9ca; font-size: .9rem; line-height: 1.45; margin: 0; }
footer { max-width: 1160px; margin: auto; padding: 0 30px 38px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .85rem; } footer .brand { font-size: 1rem; } footer small { font-size: .68rem; color: #809397; }
@media (max-width: 800px) { .hero { grid-template-columns: 1fr; padding-top: 48px; gap: 34px; }.hero-photo { min-height: 430px; height: 58vw; }.feature-grid, .capability-grid, .community-list { grid-template-columns: repeat(2, 1fr); }.community { grid-template-columns: 1fr; gap: 36px; margin-bottom: 85px; }.community-photo, .community-photo img { min-height: 390px; max-height: 500px; }.makers { margin: 0 20px 80px; padding: 46px 32px; grid-template-columns: 1fr; gap: 25px; }.beta { margin: 0 20px 80px; padding: 40px 30px; flex-direction: column; align-items: start; gap: 15px; }.proof { gap: 10px; justify-content: space-around; font-size: .67rem; }.proof span { display: none; } }
@media (max-width: 460px) { .nav, .hero, .features, .community, footer { padding-left: 20px; padding-right: 20px; }.nav-links { gap: 10px; }.nav-link { font-size: .72rem; }.hero-photo { min-height: 300px; height: 78vw; }.feature-grid, .capability-grid, .community-list { grid-template-columns: 1fr; }.feature { min-height: 180px; }.feature-icon { margin-bottom: 26px; }.capability-intro { margin-top: 75px; }.capability-grid article { min-height: 174px; }.community-photo, .community-photo img { min-height: 330px; }.actions { flex-direction: column; align-items: start; }.button { width: 100%; text-align: center; }.proof { padding: 18px 12px; }.phone-wrap { transform: scale(.78); margin: -55px 0; } footer { flex-direction: column; align-items: start; gap: 14px; } }

/* Responsive polish: prioritise readable type, visible photography, and touch-safe layouts. */
body { min-width: 0; }
.hero { grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr); }
.hero-photo img { object-position: 79% center; }
.feature p, .capability-grid p, .community-list p { font-size: .96rem; }
.capability-grid article { min-height: 230px; }
.community { grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr); }
.community-photo { min-height: 510px; }
.community-photo img { min-height: 510px; }
.community-copy h2 { font-size: clamp(2.55rem, 4vw, 4.1rem); }
.community-list { gap: 20px 28px; }
.community-list div { align-items: flex-start; }

@media (max-width: 900px) {
  .nav { padding: 22px 24px; }
  .hero { min-height: 0; padding: 46px 24px 62px; grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 680px; }
  .hero-photo { min-height: 430px; height: min(76vw, 560px); }
  .hero-photo img { object-position: 78% center; }
  .features { padding: 86px 24px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 38px; }
  .feature { min-height: 200px; }
  .capability-intro { margin-top: 80px; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .community { margin-bottom: 90px; padding: 0 24px; grid-template-columns: 1fr; gap: 32px; }
  .community-photo, .community-photo img { min-height: 430px; max-height: 540px; }
  .community-photo img { object-position: center 42%; }
  .makers { margin: 0 24px 88px; }
  .beta { margin: 0 24px 88px; }
}

@media (max-width: 600px) {
  .nav { padding: 18px 20px; }
  .brand { font-size: 1.08rem; }.brand-mark { width: 24px; height: 24px; font-size: 1rem; }
  .nav-links { gap: 13px; }.nav-link { font-size: .74rem; }
  .hero { padding: 40px 20px 48px; gap: 26px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); line-height: .98; margin-bottom: 20px; }
  .lead { font-size: 1rem; line-height: 1.55; }
  .actions { margin: 24px 0 15px; width: 100%; }.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; }
  .button-primary { flex: 1 1 100%; }.button-quiet { flex: 1 1 auto; }
  .hero-photo { min-height: 330px; height: 88vw; border-radius: 20px; }.hero-photo img { object-position: 76% center; }
  .proof { padding: 15px 18px; justify-content: flex-start; overflow-x: auto; gap: 18px; font-size: .72rem; white-space: nowrap; }.proof span { display: block; flex: 0 0 auto; }
  .features { padding: 70px 20px; }.section-heading h2, .beta h2, .makers h2 { font-size: 2.4rem; }
  .section-heading > p:last-child { font-size: 1rem; }
  .feature-grid, .capability-grid, .community-list { grid-template-columns: 1fr; }
  .feature { min-height: 0; padding: 22px; }.feature-icon { margin-bottom: 28px; }
  .capability-intro { margin-top: 66px; }.capability-intro h3 { font-size: 1.9rem; }
  .capability-grid { margin-top: 30px; }.capability-grid article { min-height: 0; padding: 23px; }
  .community { padding: 0 20px; margin-bottom: 74px; gap: 25px; }.community-photo, .community-photo img { min-height: 345px; max-height: none; }.community-photo { border-radius: 20px; }.community-copy h2 { font-size: 2.35rem; }.community-copy > p:not(.eyebrow):not(.community-note) { font-size: 1rem; }
  .community-list { gap: 22px; }.community-list p { font-size: .96rem; }.community-list strong { font-size: 1rem; }.community-note { font-size: .82rem; }
  .makers { margin: 0 20px 72px; padding: 38px 26px; border-radius: 22px; }.credit-list strong { font-size: 1rem; }
  .beta { margin: 0 20px 72px; padding: 38px 26px; border-radius: 22px; }.beta-note { max-width: none; }
  footer { padding: 0 20px 30px; align-items: flex-start; }
}

@media (max-width: 380px) {
  .nav-links a:nth-child(1) { display: none; }
  .nav-links { gap: 15px; }
}
