/* Each concept is a separate art direction. Layers: content 0, photo stack 1,
   review navigation 20, keyboard skip link 30. */
:root { font-family: 'Segoe UI', Arial, sans-serif; color: #164d53; background: #f8fbf9; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { max-width: 100%; }
figure { margin: 0; }
:focus-visible { outline: 3px solid #c05043; outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 30; background: #fff; color: #123f43; padding: 16px; }
.skip-link:focus { top: 12px; }
.concept-view:focus { outline: none; }
.review-toolbar { position: sticky; top: 0; z-index: 20; min-height: 72px; padding: 10px clamp(18px, 3vw, 54px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #173f46; color: #f6faf8; box-shadow: 0 1px 0 #ffffff20; }
.review-home { font-size: 13px; white-space: nowrap; line-height: 1.5; }
.review-home > span { display: block; font-size: 11px; color: #c2d9d5; }
.review-options { display: flex; gap: 8px; }
.review-options a { display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid #66868a; font-size: 12px; border-radius: 5px; transition: background .18s; }
.review-options a > span { opacity: .7; }
.review-options a:hover { background: #2a5259; }
.review-options a[aria-current] { background: #edf5f2; color: #173f46; border-color: #edf5f2; }
.review-mobile { display: none; }
.review-tone { background: transparent; color: #edf5f2; border: 1px solid #66868a; border-radius: 5px; padding: 10px; font-size: 11px; white-space: nowrap; }
.review-tone:hover { background: #2a5259; }
.brt { --surface: #fbfcf8; --surface-alt: #edf5ef; --text: #144e53; --muted: #496965; --line: #adc6bf; --accent: #a7463e; background: var(--surface); color: var(--text); }
.brt h1, .brt h2, .brt h3, .brt p { margin: 0; }
.brt p { line-height: 1.7; }
.brt h2 { font-size: clamp(34px, 4.3vw, 58px); line-height: 1.12; font-weight: 500; letter-spacing: -.035em; }
.brt h3 { font-size: 28px; line-height: 1.2; font-weight: 500; }
.brt-header { max-width: 1400px; min-height: 80px; padding: 8px 40px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brt-brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brt-brand img { width: 58px; height: 58px; object-fit: contain; }
.brt-brand strong { font-family: Georgia, serif; font-weight: 400; font-size: 25px; letter-spacing: -.035em; }
.brt-brand em { font-style: normal; color: var(--accent); }
.brt-brand small { display: block; font-size: 9px; letter-spacing: .36em; text-transform: uppercase; margin-top: 4px; }
.brt-header nav { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.brt-header nav a { padding: 12px 0; }
.brt-header nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.brt-header .brt-nav-contact { border-bottom: 1px solid currentColor; }
.brt-nav-contact span { margin-left: 15px; }
.brt-button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; padding: 13px 24px; font-size: 14px; font-weight: 600; white-space: nowrap; background: var(--text); color: var(--surface); border: 1px solid transparent; transition: transform .2s, opacity .2s; }
.brt-button:hover { transform: translateY(-3px); opacity: .9; }
.brt-button:active { transform: translateY(0); }
.brt-inline { display: inline-flex; gap: 24px; border-bottom: 1px solid currentColor; padding: 9px 0; font-size: 14px; font-weight: 600; }
.brt-contact { padding: 96px 24px; text-align: center; background: var(--surface-alt); }
.brt-contact h2 { max-width: 760px; margin: auto; }
.brt-contact p { max-width: 580px; margin: 24px auto 30px; color: var(--muted); }
.brt-phone { display: block; width: fit-content; margin: 22px auto 0; font-size: 13px; }
.brt-phone:hover { text-decoration: underline; }
.brt-footer { max-width: 1320px; margin: auto; padding: 44px 40px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.brt-footer > div { display: grid; gap: 12px; text-align: right; font-size: 14px; }
.brt-footer > div a:hover { text-decoration: underline; }
.brt-footer > p { grid-column: 1 / -1; font-size: 12px; color: var(--muted); }

/* Rose & Tide: heritage serif from the card, botanical color and arched art.
   DESIGN_VARIANCE 7 / MOTION_INTENSITY 3 / VISUAL_DENSITY 3. */
.rose-page { font-family: 'Segoe UI', sans-serif; }
.rose-page h1, .rose-page h2, .rose-page h3 { font-family: 'Palatino Linotype', 'Book Antiqua', Georgia, serif; font-weight: 400; }
.rose-page .brt-header { border-bottom: 1px solid var(--line); }
.rose-page .brt-button { border-radius: 999px; }
.rose-hero { max-width: 1300px; margin: auto; display: grid; grid-template-columns: 1.04fr 1fr; gap: 80px; padding: 36px 56px 56px; align-items: center; min-height: min(720px, calc(100dvh - 152px)); }
.rose-welcome { container-type: inline-size; }
.rose-seal { display: block; width: 110px; height: 110px; object-fit: contain; margin: 0 0 26px; }
.rose-welcome h1 { font-size: clamp(36px, 12.5cqi, 72px); line-height: 1.1; letter-spacing: -.055em; }
.rose-welcome p { max-width: 360px; color: var(--muted); font-size: 17px; margin: 24px 0 30px; }
.rose-painting { border-radius: 46% 46% 0 0; border: 1px solid #bb9c69; padding: 10px; aspect-ratio: 4 / 5; height: clamp(420px, calc(100dvh - 224px), 630px); max-width: 100%; justify-self: center; }
.rose-painting img { display: block; width: 100%; height: 100%; border-radius: 46% 46% 0 0; object-fit: cover; }
.rose-intro { padding: 86px 24px 100px; text-align: center; background: var(--surface-alt); }
.rose-intro p:first-child { color: var(--accent); font-size: 14px; margin-bottom: 20px; }
.rose-intro p:last-child { max-width: 520px; margin: 24px auto 0; color: var(--muted); }
.rose-trips { max-width: 1260px; margin: auto; padding: 96px 48px; }
.rose-trips > h2 { margin-bottom: 48px; }
.rose-trip-layout { display: grid; grid-template-columns: 1.05fr 1fr; align-items: stretch; gap: 80px; }
.rose-trip-layout > figure > img { width: 100%; height: 100%; object-fit: cover; min-height: 450px; }
.rose-trip-layout article { padding: 28px 0; border-bottom: 1px solid var(--line); }
.rose-trip-layout article:first-child { padding-top: 0; }
.rose-trip-layout article p { color: var(--muted); margin: 12px 0 18px; }
.rose-trip-layout article a { color: var(--accent); font-size: 13px; font-weight: 600; }
.rose-trip-layout article a:hover { text-decoration: underline; }
.rose-about { max-width: 1164px; margin: 0 auto; border-top: 1px solid var(--line); padding: 80px 0 100px; display: grid; grid-template-columns: .9fr 1fr; gap: 100px; }
.rose-about-heading p { margin-bottom: 24px; color: var(--accent); font-size: 14px; }
.rose-about-heading > span { font-size: 13px; display: block; margin-top: 18px; }
.rose-about h3 { font-size: 36px; margin-bottom: 24px; }
.rose-about > div:last-child p { margin-top: 20px; color: var(--muted); }

/* Ocean Escape: a consistently dark ocean canvas, wide photography and sharp
   edges. DESIGN_VARIANCE 6 / MOTION_INTENSITY 3 / VISUAL_DENSITY 3. */
.ocean-page { --surface: #092f36; --surface-alt: #103a41; --text: #eef5f0; --muted: #bed3d0; --line: #49696d; --accent: #f69e8d; }
.ocean-page .brt-header { max-width: none; padding-left: max(40px, calc((100vw - 1320px) / 2)); padding-right: max(40px, calc((100vw - 1320px) / 2)); }
.ocean-page .brt-brand img { background: #f7f8f1; border-radius: 50%; padding: 4px; }
.ocean-hero { position: relative; isolation: isolate; min-height: min(740px, calc(100dvh - 152px)); display: flex; align-items: center; padding: 56px max(60px, calc((100vw - 1280px) / 2)); }
.ocean-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.ocean-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #03242beb, #03242b8c 48%, #03242b0d 100%); z-index: -1; }
.ocean-hero-copy { width: min(100%, 820px); container-type: inline-size; }
.ocean-hero-copy h1 { font-size: clamp(32px, 10.5cqi, 86px); font-weight: 350; line-height: 1.06; letter-spacing: -.055em; }
.ocean-hero-copy p:first-child { color: #ecf6f1; font-size: 14px; margin-bottom: 28px; }
.ocean-hero-copy p:not(:first-child) { max-width: 410px; font-size: 17px; margin: 28px 0 32px; color: #eff6f3; }
.ocean-page .brt-button { background: #f2a38f; color: #153940; }
.ocean-possibilities { max-width: 1280px; padding: 90px 40px; margin: auto; }
.ocean-tabs { display: flex; gap: 36px; margin: 40px 0; border-bottom: 1px solid var(--line); }
.ocean-tabs button { border: 0; border-bottom: 3px solid transparent; color: var(--muted); background: transparent; padding: 16px 0; font-size: 16px; }
.ocean-tabs button[aria-selected=true] { color: var(--text); border-bottom-color: var(--accent); }
.ocean-tabs button:hover { color: var(--text); }
.ocean-trip { display: grid; grid-template-columns: 1.3fr 1fr; gap: 70px; align-items: center; }
.ocean-trip > img { width: 100%; height: 430px; object-fit: cover; }
.ocean-trip h3 { font-size: clamp(32px, 4vw, 50px); letter-spacing: -.04em; line-height: 1.1; }
.ocean-trip p { margin: 24px 0; color: var(--muted); }
.ocean-trip a { color: var(--accent); }
.ocean-about { text-align: center; border-top: 1px solid var(--line); max-width: 1200px; margin: auto; padding: 84px 36px 100px; }
.ocean-about > img { border-radius: 50%; padding: 6px; background: #f7f8f1; }
.ocean-about > p { margin: 24px 0; color: var(--accent); font-size: 14px; }
.ocean-about > div { max-width: 690px; margin: 28px auto 0; color: var(--muted); }
.ocean-about > div > p + p { margin-top: 20px; }

/* Sunny Postcards: paper photographs are square; buttons and notes use an
   8px radius. DESIGN_VARIANCE 8 / MOTION_INTENSITY 3 / VISUAL_DENSITY 4. */
.postcards-page { --surface: #fdfaf2; --surface-alt: #f7e2d6; --text: #175856; --muted: #4a6760; --line: #bdd0bc; --accent: #a54032; font-family: 'Trebuchet MS', 'Segoe UI', sans-serif; }
.postcards-page h1, .postcards-page h2, .postcards-page h3 { font-family: 'Trebuchet MS', 'Segoe UI', sans-serif; font-weight: 700; letter-spacing: -.06em; }
.postcards-page .brt-button { border-radius: 8px; background: #ad4433; color: #fffaf3; box-shadow: 3px 4px 0 #e7ae98; }
.postcards-page .brt-header { border-bottom: 1px solid #d9d9c2; }
.postcards-hero { padding: 80px 60px 84px; max-width: 1420px; margin: auto; min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; overflow: clip; }
.postcards-copy { container-type: inline-size; }
.postcards-copy h1 { font-size: clamp(28px, 10cqi, 66px); line-height: 1.1; }
.postcards-hello { font-size: 14px; color: var(--accent); margin-bottom: 25px !important; }
.postcards-copy > p:not(:first-child) { max-width: 390px; font-size: 17px; margin: 26px 0 32px; color: var(--muted); }
.postcards-stack { position: relative; min-width: 0; height: auto; aspect-ratio: 1 / 1; margin: 20px; }
.postcards-stack figure { background: #fffdf7; color: #175856; padding: 13px; box-shadow: 0 12px 30px #75503926; }
.postcard-back { position: absolute; width: 82%; top: -12px; right: 10px; transform: rotate(8deg); }
.postcard-back img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.postcard-front { position: absolute; z-index: 1; width: 100%; top: 56px; left: -12px; transform: rotate(-6deg); }
.postcard-front img { display: block; width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; }
.postcard-front figcaption { padding: 16px 0 5px; text-align: center; font-size: 15px; font-style: italic; }
.postcards-trips { padding: 80px 48px 100px; max-width: 1340px; margin: auto; }
.postcards-trips > h2 { text-align: center; margin-bottom: 52px; }
.postcards-trip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.postcards-trip { display: grid; border-bottom: 2px solid var(--line); }
.postcards-trip > img { display: block; width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; transition: opacity .2s; }
.postcards-trip:hover > img { opacity: .86; }
.postcards-trip > div { padding: 24px 0; }
.postcards-trip p { color: var(--muted); margin: 12px 0 18px; }
.postcards-trip > div > span { color: var(--accent); font-size: 14px; font-weight: 700; }
.postcards-trip.trip-1 { margin-top: 82px; }
.postcards-trip.trip-2 { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; border-bottom: 0; }
.postcards-trip.trip-2 > img { aspect-ratio: 16 / 9; }
.postcards-trip.trip-2 > div { max-width: 360px; padding: 24px; }
.postcards-about { max-width: 1210px; padding: 70px 48px 100px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.postcards-note { border-radius: 8px; background: #e5edcc; color: #1c5653; padding: 50px 32px; transform: rotate(-3deg); box-shadow: 6px 8px 0 #cedac5; }
.postcards-note > p { margin: 26px 0; font-size: 27px; font-weight: 700; line-height: 1.3; letter-spacing: -.04em; }
.postcards-note > span { font-family: Georgia, serif; font-size: 28px; }
.postcards-note small { font-family: 'Trebuchet MS', sans-serif; font-size: 12px; }
.postcards-about > div:last-child > p { margin-top: 24px; color: var(--muted); }
.postcards-about .brt-inline { margin-top: 20px; }
.postcards-how { max-width: 1240px; padding: 48px 48px 100px; margin: auto; }
.postcards-how ol { list-style: none; padding: 0; margin: 48px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.postcards-how li { border-top: 3px solid var(--line); padding-top: 28px; }
.postcards-how h3 { font-size: 23px; }
.postcards-how p { margin-top: 16px; color: var(--muted); }

.collection { padding: 70px 40px; max-width: 1280px; margin: auto; }
.collection-intro { max-width: 850px; margin-bottom: 64px; }
.collection-intro > img { margin-bottom: 22px; }
.review-label { font-size: 13px; margin: 0 0 22px; }
.collection h1 { font-size: clamp(32px, 4.5vw, 60px); font-weight: 500; letter-spacing: -.05em; line-height: 1.1; margin: 0; }
.collection-intro > p:last-child { font-size: 17px; line-height: 1.7; max-width: 600px; margin: 28px 0 0; color: #55746f; }
.collection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px 40px; }
.collection-photo { aspect-ratio: 16 / 10; overflow: hidden; background: #dbefea; }
.collection-photo > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.collection-rose .collection-photo img { object-position: center 60%; }
.collection-card:hover .collection-photo > img { transform: scale(1.03); }
.collection-card-copy { display: flex; gap: 20px; padding-top: 24px; }
.collection-number { font-size: 16px; line-height: 34px; opacity: .65; }
.collection-card h2 { margin: 0; font-size: 28px; font-weight: 500; letter-spacing: -.03em; }
.collection-card p { line-height: 1.6; color: #55746f; margin: 10px 0; font-size: 14px; }
.collection-card p:first-of-type { color: #164d53; }
.collection-open { display: block; margin-top: 22px; font-size: 14px; font-weight: 600; }
.collection-review { border-top: 1px solid #b9cec8; margin-top: 80px; padding-top: 36px; max-width: 720px; }
.collection-review h2 { font-size: 30px; font-weight: 500; }
.collection-review p { line-height: 1.7; color: #55746f; }

@media (max-width: 1100px) {
  .review-toolbar { gap: 14px; padding: 10px 20px; }
  .review-options { gap: 5px; }
  .review-options a { padding: 10px 9px; font-size: 11px; gap: 7px; }
  .rose-hero { gap: 40px; padding: 40px; min-height: 620px; }
  .rose-about { margin: 0 48px; gap: 50px; }
  .postcards-hero { padding: 48px 40px; gap: 24px; min-height: 580px; }
  .postcards-stack { height: auto; margin: 10px; }
  .postcards-about { gap: 50px; }
  .ocean-hero { min-height: 580px; }
}
@media (max-width: 800px) {
  .review-toolbar { min-height: 68px; }
  .review-tone { font-size: 10px; padding: 8px 6px; }
  .review-home { font-size: 11px; }
  .review-home > span { font-size: 10px; }
  .review-options { display: none; }
  .review-mobile { display: grid; font-size: 10px; gap: 3px; }
  .review-mobile select { background: #edf5f2; color: #163f46; font-size: 11px; padding: 8px; border-radius: 4px; max-width: 158px; border: 0; }
  .brt-header { padding: 10px 20px; min-height: 80px; }
  .brt-header nav { gap: 16px; }
  .brt-header nav a:not(.brt-nav-contact) { display: none; }
  .brt-header .brt-nav-contact { font-size: 12px; white-space: nowrap; }
  .brt-brand { gap: 8px; }
  .brt-brand img { width: 48px; height: 48px; }
  .brt-brand strong { font-size: 22px; }
  .brt-nav-contact span { margin-left: 8px; }
  .brt-footer { grid-template-columns: 1fr; padding: 40px 24px; }
  .brt-footer > div { text-align: left; }
  .brt-contact { padding: 72px 24px; }
  .rose-hero { grid-template-columns: 1fr; gap: 44px; padding: 38px 24px 48px; }
  .rose-welcome { max-width: 570px; width: 100%; margin: auto; }
  .rose-seal { width: 84px; height: 84px; margin-bottom: 24px; }
  .rose-welcome h1 { font-size: clamp(34px, 11.5cqi, 66px); }
  .rose-welcome p { max-width: 440px; }
  .rose-painting { width: min(100%, 460px); height: auto; margin: auto; max-height: none; }
  .rose-intro { padding: 64px 24px; }
  .rose-trips { padding: 64px 24px; }
  .rose-trip-layout { grid-template-columns: 1fr; gap: 34px; }
  .rose-trip-layout > figure > img { min-height: 0; aspect-ratio: 4 / 3; }
  .rose-about { grid-template-columns: 1fr; gap: 36px; margin: 0 24px; padding: 60px 0; }
  .ocean-page .brt-header { padding: 10px 20px; }
  .ocean-hero { min-height: 590px; padding: 70px 24px; }
  .ocean-hero > img { object-position: 58% center; }
  .ocean-hero::after { background: #03242ba6; }
  .ocean-hero-copy { max-width: 630px; }
  .ocean-possibilities { padding: 64px 24px; }
  .ocean-tabs { gap: 24px; margin: 26px 0; }
  .ocean-tabs button { font-size: 13px; }
  .ocean-trip { grid-template-columns: 1fr; gap: 32px; }
  .ocean-trip > img { height: auto; aspect-ratio: 4 / 3; }
  .ocean-trip h3 { max-width: 520px; }
  .ocean-about { margin: 0 24px; padding: 60px 0; }
  .postcards-hero { grid-template-columns: 1fr; padding: 44px 24px 70px; gap: 26px; }
  .postcards-copy { max-width: 600px; width: 100%; margin: auto; }
  .postcards-stack { width: min(calc(100% - 26px), 480px); height: auto; aspect-ratio: 1 / 1; margin: 30px auto 0; }
  .postcard-front { top: 36px; left: -4px; }
  .postcard-front figcaption { font-size: 13px; }
  .postcards-trips { padding: 50px 24px 64px; }
  .postcards-trip-grid { grid-template-columns: 1fr; gap: 36px; }
  .postcards-trip.trip-1 { margin-top: 0; }
  .postcards-trip.trip-2 { grid-template-columns: 1fr; gap: 0; }
  .postcards-trip.trip-2 > div { max-width: none; padding: 24px 0; }
  .postcards-trip.trip-2 > img { aspect-ratio: 4 / 3; }
  .postcards-about { grid-template-columns: 1fr; gap: 54px; padding: 48px 30px 64px; }
  .postcards-note { max-width: 480px; width: 100%; margin: auto; padding: 36px 28px; }
  .postcards-how { padding: 32px 24px 64px; }
  .postcards-how ol { grid-template-columns: 1fr; margin-top: 32px; gap: 28px; }
  .collection { padding: 40px 24px; }
  .collection-grid { grid-template-columns: 1fr; gap: 48px; }
  .collection-intro { margin-bottom: 44px; }
}
@media (max-width: 380px) {
  .review-toolbar { padding: 10px; gap: 8px; }
  .review-home { font-size: 10px; white-space: normal; max-width: 80px; }
  .review-mobile select { max-width: 138px; font-size: 10px; }
  .brt-header { padding: 10px 16px; gap: 12px; }
  .brt-header .brt-brand strong { font-size: 18px; }
  .brt-header .brt-brand img { width: 40px; height: 40px; }
  .brt-header .brt-nav-contact { font-size: 11px; }
  .brt-nav-contact span { display: none; }
  .brt-button { gap: 16px; padding: 13px 18px; font-size: 13px; }
  .ocean-tabs { gap: 14px; }
  .ocean-tabs button { font-size: 12px; }
  .postcards-copy h1 { font-size: 27px; }
  .postcards-note > p { font-size: 24px; }
}
@media (min-width: 801px) and (max-height: 800px) {
  .rose-hero { padding-top: 20px; padding-bottom: 30px; min-height: 0; }
  .rose-seal { width: 84px; height: 84px; margin-bottom: 18px; }
  .rose-welcome p { margin: 18px 0 24px; }
  .postcards-hero { padding-top: 34px; padding-bottom: 50px; min-height: 550px; }
  .postcards-stack { aspect-ratio: 1.18 / 1; }
}
@media (prefers-color-scheme: dark) {
  :root { background: #102e34; color: #e7f1ea; }
  .rose-page { --surface: #14383c; --surface-alt: #1c4548; --text: #eaf3e8; --muted: #c3d3ca; --line: #52706b; --accent: #f5ac9b; }
  .postcards-page { --surface: #133a3b; --surface-alt: #1c4948; --text: #eaf2dc; --muted: #c4d4c8; --line: #547871; --accent: #ffb29d; }
  .postcards-page .brt-header { border-color: var(--line); }
  .postcards-page .brt-button { box-shadow: 3px 4px 0 #743c31; }
  .collection-intro > p:last-child, .collection-card p, .collection-review p { color: #c0d1cc; }
  .collection-card p:first-of-type { color: #e7f1ea; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Explicit preview choice overrides the operating-system preference. */
:root[data-preview-theme='light'] { background: #f8fbf9; color: #164d53; }
:root[data-preview-theme='light'] .rose-page { --surface: #fbfcf8; --surface-alt: #edf5ef; --text: #144e53; --muted: #496965; --line: #adc6bf; --accent: #a7463e; }
:root[data-preview-theme='light'] .postcards-page { --surface: #fdfaf2; --surface-alt: #f7e2d6; --text: #175856; --muted: #4a6760; --line: #bdd0bc; --accent: #a54032; }
:root[data-preview-theme='light'] .collection-intro > p:last-child,
:root[data-preview-theme='light'] .collection-card p,
:root[data-preview-theme='light'] .collection-review p { color: #55746f; }
:root[data-preview-theme='light'] .collection-card p:first-of-type { color: #164d53; }
:root[data-preview-theme='dark'] { background: #102e34; color: #e7f1ea; }
:root[data-preview-theme='dark'] .rose-page { --surface: #14383c; --surface-alt: #1c4548; --text: #eaf3e8; --muted: #c3d3ca; --line: #52706b; --accent: #f5ac9b; }
:root[data-preview-theme='dark'] .postcards-page { --surface: #133a3b; --surface-alt: #1c4948; --text: #eaf2dc; --muted: #c4d4c8; --line: #547871; --accent: #ffb29d; }
:root[data-preview-theme='dark'] .collection-intro > p:last-child,
:root[data-preview-theme='dark'] .collection-card p,
:root[data-preview-theme='dark'] .collection-review p { color: #c0d1cc; }
:root[data-preview-theme='dark'] .collection-card p:first-of-type { color: #e7f1ea; }
:root[data-preview-theme='dark'] .rose-page .brt-brand img,
:root[data-preview-theme='dark'] .rose-seal,
:root[data-preview-theme='dark'] .postcards-page .brt-brand img { background: #f5f7ef; border-radius: 50%; padding: 3px; }

/* Ocean Escape additions (Sept 26): Meet Cindy + Plan my trip questionnaire. */
.ocean-kicker { color: var(--accent); font-size: 14px; margin-bottom: 18px !important; }
.ocean-cindy { max-width: 1240px; margin: auto; padding: 90px 40px; border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(260px, 420px) 1fr; gap: 72px; align-items: start; }
.ocean-cindy-photo { position: sticky; top: 100px; }
.ocean-cindy-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 18px; box-shadow: 0 24px 60px #0000004d; }
.ocean-cindy-photo figcaption { margin-top: 18px; font-family: Georgia, serif; font-size: 24px; }
.ocean-cindy-photo small { display: block; font-family: 'Segoe UI', Arial, sans-serif; font-size: 13px; color: var(--muted); margin-top: 4px; }
.ocean-cindy-copy h2 { font-size: clamp(30px, 3.6vw, 48px); margin-bottom: 28px; }
.ocean-cindy-copy h3 { font-family: Georgia, serif; font-size: 26px; margin: 40px 0 4px; color: var(--accent); font-weight: 400; }
.ocean-cindy-copy > p:not(.ocean-kicker) { color: var(--muted); margin-top: 18px; font-size: 16.5px; }
.ocean-cindy-facts { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ocean-cindy-facts li { border-top: 2px solid var(--accent); padding-top: 14px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.ocean-cindy-facts strong { display: block; color: var(--text); font-size: 17px; margin-bottom: 6px; font-weight: 600; }
.ocean-cindy-copy .ocean-cindy-sign { font-family: Georgia, serif; font-style: italic; color: var(--text) !important; font-size: 22px !important; margin: 40px 0 26px !important; }
.ocean-plan { background: var(--surface-alt); padding: 96px max(40px, calc((100vw - 1160px) / 2)); }
.ocean-plan-intro { max-width: 720px; margin-bottom: 44px; }
.ocean-plan-intro > p:last-child { color: var(--muted); margin-top: 20px; }
.ocean-plan-form fieldset { border: 0; border-top: 1px solid var(--line); margin: 0 0 30px; padding: 26px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; }
.ocean-plan-form legend { font-family: Georgia, serif; font-size: 22px; padding: 0 0 14px; color: var(--text); }
.ocean-plan-form label { display: grid; gap: 8px; font-size: 14px; color: var(--text); }
.ocean-plan-form .wide { grid-column: 1 / -1; }
.ocean-plan-form input:not([type=checkbox]), .ocean-plan-form select, .ocean-plan-form textarea { font: inherit; font-size: 16px; color: var(--text); background: #06262c; border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; width: 100%; }
.ocean-plan-form input::placeholder, .ocean-plan-form textarea::placeholder { color: #8fa9a6; }
.ocean-plan-form input:focus, .ocean-plan-form select:focus, .ocean-plan-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.ocean-plan-lines { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; }
.ocean-plan-lines > span { width: 100%; font-size: 14px; }
.ocean-plan-form label.check { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); }
.ocean-plan-form label.check input { width: 18px; height: 18px; accent-color: #f2a38f; }
.ocean-plan-send { display: grid; gap: 14px; justify-items: start; }
.ocean-plan-send p { color: var(--muted); font-size: 14px; max-width: 620px; }
.ocean-plan-send a { color: var(--accent); text-decoration: underline; }
.ocean-plan-sent { border-left: 3px solid var(--accent); padding-left: 14px; color: var(--text) !important; }
@media (max-width: 800px) {
  .ocean-cindy { grid-template-columns: 1fr; gap: 36px; padding: 64px 24px; }
  .ocean-cindy-photo { position: static; max-width: 420px; }
  .ocean-cindy-facts { grid-template-columns: 1fr; }
  .ocean-plan { padding: 64px 24px; }
  .ocean-plan-form fieldset { grid-template-columns: 1fr; }
}
.classic {
& {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #123f43;
  background: #fbfcfa;
  font-synthesis: none;
  --teal: #075769;
  --teal-2: #087784;
  --coral: #ee6d62;
  --seafoam: #b9dfda;
  --sand: #dec09b;
  --white: #fbfcfa;
  --radius: 18px;
}

* { box-sizing: border-box; }


a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }
.preview-bar { background: var(--teal); color: #fff; text-align: center; padding: 8px 16px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; max-width: 1380px; margin: auto; padding: 0 40px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-emblem { width: 58px; height: 58px; object-fit: contain; }
.brand-name { display: grid; line-height: 1; }
.brand-name strong { font-family: Georgia, serif; font-size: 22px; color: var(--teal); font-weight: 500; }
.brand-rose { color: var(--coral); }
.brand-name small { margin-top: 6px; color: #67a8a7; letter-spacing: .34em; text-transform: uppercase; font-size: 9px; }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 500; }
nav a:not(.nav-cta):hover { color: var(--coral); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; background: var(--coral); color: #fff; font-weight: 600; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.nav-cta { min-height: 42px; padding: 0 18px; }
.nav-cta:hover, .button:hover { background: #d65b52; transform: translateY(-2px); }
.nav-cta:active, .button:active { transform: translateY(0) scale(.98); }
.hero { min-height: calc(100dvh - 108px); display: grid; grid-template-columns: minmax(440px, .95fr) minmax(0, 1.45fr); gap: 28px; padding: 0 28px 28px; max-width: 1440px; margin: auto; }
.hero-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 56px clamp(20px, 2.4vw, 36px); }
.eyebrow { margin: 0 0 22px; color: var(--coral); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, serif; font-weight: 600; letter-spacing: -.04em; margin: 0; }
h1 { max-width: 100%; font-size: clamp(54px, 4vw, 72px); line-height: .98; }
.hero-intro { max-width: 530px; margin: 28px 0; font-size: 18px; color: #49696b; }
.hero-image { min-width: 0; min-height: 590px; border-radius: var(--radius); background-image: linear-gradient(90deg, rgba(10,45,48,.05), transparent 35%), url('/assets/beach-rose-hero.webp'); background-size: cover; background-position: 56% center; position: relative; overflow: hidden; }
.hero-note { position: absolute; right: 24px; bottom: 24px; padding: 15px 18px; border-radius: var(--radius); background: rgba(251,252,250,.86); backdrop-filter: blur(14px); color: var(--teal); font-family: Georgia, serif; font-style: italic; font-size: 19px; line-height: 1.25; }
.promise { max-width: 1180px; margin: 110px auto; padding: 0 40px; display: grid; grid-template-columns: 1.1fr .7fr; gap: 10vw; align-items: end; }
.promise p { margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 4.5vw, 66px); line-height: 1.08; letter-spacing: -.035em; }
.promise span { color: #567476; font-size: 17px; line-height: 1.7; }
.section { max-width: 1220px; margin: 0 auto; padding: 110px 40px; }
.services { background: #f1f8f6; max-width: none; }
.services > * { max-width: 1140px; margin-left: auto; margin-right: auto; }
.section-heading { max-width: 740px; }
.section-heading h2, .about-copy h2, .closing h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.06; }
.service-list { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.service { padding: 10px 42px 8px 0; }
.service + .service { border-left: 1px solid #b9d2cb; padding-left: 42px; }
.service > span { font-size: 12px; color: var(--coral); }
.service h3, .steps h3 { margin: 24px 0 12px; font-family: Georgia, serif; font-size: 30px; }
.service p, .steps p, .about-copy p { color: #557274; }
.about { display: grid; grid-template-columns: .85fr 1fr; gap: 9vw; align-items: center; }
.about-art { min-height: 620px; border-radius: var(--radius); background: linear-gradient(145deg, #eef8f5, var(--seafoam)); position: relative; overflow: hidden; }
.about-art > img { position: absolute; width: 82%; right: -10%; top: -8%; opacity: .2; transform: rotate(5deg); }
.quote { position: absolute; z-index: 1; max-width: 360px; left: 42px; bottom: 46px; font-family: Georgia, serif; font-style: italic; font-size: 30px; line-height: 1.25; color: var(--teal); }
.about-copy p { font-size: 17px; }
.about-copy .advisor-role { margin: 14px 0 22px; color: #67a8a7; font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.text-link { display: inline-block; margin-top: 20px; padding-bottom: 4px; border-bottom: 2px solid var(--coral); color: var(--teal); font-weight: 600; }
.text-link:hover { color: var(--coral); }
.process { padding-top: 80px; }
.steps { list-style: none; margin: 66px 0 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 28px 0; border-top: 1px solid #bfd3ce; }
.steps li:last-child { border-bottom: 1px solid #bfd3ce; }
.steps > li > span { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--seafoam); color: var(--teal); }
.steps h3 { margin: 0 0 8px; }
.steps p { margin: 0; max-width: 680px; }
.closing { max-width: 1340px; margin: 70px auto 28px; padding: 100px 9vw; border-radius: var(--radius); background: var(--teal); color: #fff; }
.closing .eyebrow { color: #f38aa0; }
.closing h2 { max-width: 850px; }
.button-light { margin-top: 38px; background: var(--coral); color: #fff; }
footer { max-width: 1280px; margin: auto; min-height: 190px; padding: 48px 40px; display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; }
.footer-contact { display: flex; gap: 28px; font-size: 14px; }
.footer-contact a:hover { color: var(--coral); }
.footer-note { margin: 0; grid-column: 1 / -1; color: #638083; font-size: 13px; }
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid #f3a09a; outline-offset: 4px; }

/* Stronger text contrast while retaining the original coral/teal direction. */
.nav-cta, .button, .button-light { background: #b7473e; }
.nav-cta:hover, .button:hover { background: #983b33; }
.eyebrow, .service > span { color: #a9433a; }
.footer-note { color: #526f72; }
.brand-name small, .about-copy .advisor-role { color: #4f7776; }

@media (max-width: 900px) {
  .site-header { padding: 0 20px; }
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 0 16px 16px; }
  .hero-copy { padding: 70px 20px 44px; }
  h1 { font-size: clamp(42px, 13vw, 76px); }
  .hero-image { min-height: 520px; background-position: 67% center; }
  .promise { grid-template-columns: 1fr; gap: 28px; margin: 90px auto; padding: 0 24px; }
  .section { padding: 88px 24px; }
  .service-list { grid-template-columns: 1fr; }
  .service { padding: 30px 0; border-top: 1px solid #b9d2cb; }
  .service + .service { border-left: 0; padding-left: 0; }
  .service:last-child { border-bottom: 1px solid #b9d2cb; }
  .about { grid-template-columns: 1fr; gap: 60px; }
  .about-art { min-height: 480px; }
  .closing { margin: 30px 16px 16px; padding: 74px 28px; }
  footer { grid-template-columns: 1fr; padding: 48px 24px; }
  .footer-contact { flex-direction: column; gap: 10px; }
}

@media (max-width: 520px) {
  .brand-name { display: none; }
  .nav-cta { min-height: 40px; }
  .hero-copy { padding-top: 56px; }
  .hero-intro { font-size: 16px; }
  .hero-image { min-height: 420px; }
  .hero-note { font-size: 16px; }
  .steps li { grid-template-columns: 58px 1fr; gap: 16px; }
  .steps > li > span { width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

}

