:root {
  --ocean: #134f69;
  --ocean-deep: #0b364b;
  --sky: #dff5fa;
  --sun: #ffd44f;
  --sun-deep: #e8ad17;
  --coral: #ed725e;
  --cream: #fff9e8;
  --paper: #fff;
  --ink: #103f53;
  --muted: #64777d;
  --line: #d7e3e4;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.67; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; color: #fff; background: var(--ocean-deep); border-radius: 2rem; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { width: min(calc(100% - 3rem), var(--max)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; gap: 2rem; }
.main-nav { display: flex; align-items: center; gap: 1.8rem; }
.main-nav a { color: var(--muted); font-size: .91rem; font-weight: 760; text-decoration: none; }
.main-nav a:hover,
.main-nav a:focus-visible { color: var(--coral); }
.brand { width: 104px; margin-left: auto; display: block; text-decoration: none; }
.brand-logo { width: 100%; height: auto; }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid #b8d2d9; border-radius: 50%; background: #fff; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ocean); }

.hero { position: relative; min-height: 720px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--cream); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding: clamp(3.5rem, 8vw, 8rem) clamp(2rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.domain-label,
.eyebrow,
.contact-kicker { margin: 0 0 .9rem; color: var(--coral); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero h1,
.sun-heading h2,
.living-copy h2,
.change-title h2,
.wish-band h2,
.contact-heading h2,
.personal-contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.hero h1 { max-width: 720px; font-size: clamp(3.8rem, 7vw, 7.3rem); }
.hero-copy > p:not(.domain-label) { max-width: 570px; margin: 2rem 0 0; color: #60757d; font-size: 1.12rem; }
.hero-actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.button { min-height: 50px; padding: .82rem 1.2rem; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 2rem; font-weight: 850; text-decoration: none; cursor: pointer; }
.button-primary,
.button-submit { color: var(--ocean-deep); background: var(--sun); }
.button-primary:hover,
.button-primary:focus-visible,
.button-submit:hover,
.button-submit:focus-visible { background: #efbd28; }
.button-secondary { color: #fff; background: var(--ocean); }
.hero-image { min-height: 720px; }
.image-frame { position: relative; margin: 0; overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame figcaption { position: absolute; right: .65rem; bottom: .6rem; z-index: 3; padding: .22rem .42rem; color: #fff; background: rgba(11,54,75,.78); font-size: .62rem; line-height: 1.2; }
.sun-disc { position: absolute; left: 43%; bottom: -7rem; z-index: 1; width: 230px; height: 230px; border-radius: 50%; background: var(--sun); }

.sun-section { width: min(calc(100% - 3rem), var(--max)); margin: clamp(5rem, 9vw, 9rem) auto; }
.sun-heading { max-width: 790px; }
.sun-heading h2,
.living-copy h2,
.change-title h2 { font-size: clamp(3rem, 5.5vw, 5.7rem); }
.sun-grid { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.sun-grid article { min-height: 290px; padding: 2rem; background: var(--sky); border-radius: 10rem 10rem 1rem 1rem; text-align: center; }
.sun-grid article:nth-child(2) { background: var(--cream); }
.sun-grid article:nth-child(3) { background: #eef5dd; }
.sun-grid span { margin: 0 auto 1.2rem; width: 74px; height: 74px; display: grid; place-items: center; color: var(--ocean); background: var(--sun); border-radius: 50%; font-family: Georgia, serif; font-size: 2rem; }
.sun-grid h3 { margin: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.sun-grid p { color: var(--muted); }

.living-section { width: min(calc(100% - 3rem), 1320px); margin: clamp(5rem, 10vw, 10rem) auto; display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; }
.living-image { min-height: 690px; border-radius: 0 18rem 0 0; }
.living-copy { padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; background: var(--ocean); color: #fff; }
.living-copy .eyebrow { color: var(--sun); }
.living-copy > p:not(.eyebrow) { color: #d9e8ed; font-size: 1.08rem; }
.living-note { margin-top: 2rem; padding-top: 1.4rem; display: grid; gap: .3rem; border-top: 1px solid rgba(255,255,255,.35); }
.living-note strong { color: var(--sun); font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }

.change-section { padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--sky); }
.change-title { max-width: 900px; }
.change-options { margin-top: 3.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.change-options article { min-height: 350px; padding: clamp(2rem, 4vw, 4rem); background: #fff; border-bottom: 7px solid var(--sun); }
.change-options article > span { color: var(--coral); font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.change-options h3 { margin: 3rem 0 1rem; font-family: Georgia, serif; font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 500; line-height: 1.08; }
.change-options p { color: var(--muted); }
.change-options a { display: inline-block; margin-top: 1rem; color: var(--ocean); font-weight: 850; text-underline-offset: .25rem; }

.wish-band { padding: clamp(3rem, 6vw, 5rem) max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.2fr .8fr 90px; gap: 2rem; align-items: center; background: var(--sun); }
.wish-band .eyebrow { color: var(--ocean); }
.wish-band h2 { font-size: clamp(2.6rem, 4.5vw, 4.5rem); }
.wish-band > p { margin: 0; color: #554915; font-weight: 700; }
.round-link { width: 72px; height: 72px; display: grid; place-items: center; color: #fff; background: var(--coral); border-radius: 50%; font-size: 2rem; text-decoration: none; }

.contact-section { padding: clamp(4.5rem, 9vw, 9rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--cream); }
.contact-heading { margin-bottom: 2.5rem; }
.contact-heading h2 { font-size: clamp(3.5rem, 7vw, 6.7rem); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
form { padding: clamp(1.5rem, 4vw, 3.2rem); background: #fff; border-radius: 1rem; box-shadow: 0 18px 45px rgba(19,79,105,.1); }
fieldset { margin: 0 0 1.6rem; padding: 0; border: 0; }
legend { margin-bottom: .75rem; font-size: .9rem; font-weight: 850; }
.choice-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { min-height: 44px; padding: .62rem .9rem; display: inline-flex; align-items: center; border: 1px solid #cadadd; border-radius: 2rem; background: #fff; font-size: .88rem; font-weight: 750; }
.choice-row input:checked + span { color: #fff; border-color: var(--ocean); background: var(--ocean); }
.choice-row input:focus-visible + span { outline: 3px solid var(--sun); outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field-grid label { display: grid; gap: .4rem; font-size: .9rem; font-weight: 800; }
.field-grid small { color: var(--muted); font-weight: 500; }
.message-field { grid-column: 1 / -1; }
input[type="email"], input[type="text"], input[type="tel"], textarea { width: 100%; min-height: 50px; padding: .78rem .85rem; color: var(--ink); border: 1px solid #c7d7db; border-radius: .55rem; background: #fff; }
textarea { min-height: 130px; resize: vertical; }
input:focus,
textarea:focus { outline: 3px solid rgba(255,212,79,.45); border-color: var(--ocean); }
.honeypot { position: absolute; left: -9999px; }
.privacy-check { margin: 1.25rem 0 .3rem; display: flex; gap: .7rem; align-items: flex-start; font-size: .89rem; }
.privacy-check input { width: 18px; height: 18px; margin-top: .2rem; flex: 0 0 auto; }
.privacy-check a,
.legal-link a { color: var(--ocean); font-weight: 850; }
.legal-link { margin: .35rem 0 1.2rem; font-size: .89rem; }
.form-status { min-height: 1.5rem; margin: .9rem 0 0; color: var(--ocean); font-size: .9rem; font-weight: 700; }
.personal-contact { margin-top: 2rem; padding: 2.2rem; color: #fff; background: var(--ocean); border-radius: 8rem 8rem 1rem 1rem; text-align: center; }
.personal-contact .contact-kicker { color: var(--sun); }
.personal-contact h2 { font-size: 2.4rem; }
.personal-contact > p { margin: .3rem 0; color: #d6e6eb; }
.personal-contact > a { display: block; margin-top: .65rem; font-weight: 850; }
.contact-line { display: block; width: 52px; height: 4px; margin: 1.5rem auto; background: var(--sun); }

.site-footer { padding: 2rem max(1.5rem, calc((100vw - var(--max)) / 2)); display: flex; justify-content: space-between; gap: 1.5rem; color: #d8e6ea; background: var(--ocean-deep); font-size: .78rem; }
.site-footer nav { display: flex; gap: 1.2rem; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 1rem 1.5rem 1.4rem; flex-direction: column; align-items: stretch; gap: 0; background: #fff; }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .brand { width: 87px; }
  .hero { grid-template-columns: 1fr; }
  .hero-image { min-height: 500px; order: -1; }
  .hero-copy { padding: 4rem clamp(2rem, 8vw, 5rem); }
  .sun-disc { left: auto; right: -5rem; bottom: 18rem; }
  .living-section { grid-template-columns: 1fr; }
  .living-image { min-height: 580px; }
  .wish-band { grid-template-columns: 1fr 1fr; }
  .round-link { grid-column: 2; }
}

@media (max-width: 720px) {
  .header-inner { width: calc(100% - 2rem); min-height: 74px; }
  .hero-image { min-height: 340px; }
  .hero-copy { padding: 3.5rem 1rem 4rem; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 4.8rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .sun-disc { width: 150px; height: 150px; right: -4rem; bottom: 20rem; }
  .sun-section { width: calc(100% - 2rem); margin: 4.5rem auto; }
  .sun-grid { grid-template-columns: 1fr; }
  .sun-grid article { min-height: 0; border-radius: 8rem 8rem 1rem 1rem; }
  .living-section { width: 100%; margin: 0; }
  .living-image { min-height: 430px; border-radius: 0 9rem 0 0; }
  .living-copy { padding: 4rem 1rem; }
  .change-section,
  .wish-band,
  .contact-section { padding-left: 1rem; padding-right: 1rem; }
  .change-options { grid-template-columns: 1fr; }
  .change-options article { min-height: 0; padding: 2.3rem 1.25rem; }
  .change-options h3 { margin-top: 2rem; }
  .wish-band { grid-template-columns: 1fr; }
  .round-link { grid-column: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  form { padding: 1.25rem; }
  .field-grid { grid-template-columns: 1fr; }
  .message-field { grid-column: auto; }
  .choice-row { flex-direction: column; }
  .choice-row span { width: 100%; }
  .button-submit { width: 100%; }
  .personal-contact { margin-top: 0; border-radius: 7rem 7rem 1rem 1rem; }
  .site-footer { flex-direction: column; }
  .site-footer nav { flex-wrap: wrap; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 3rem; }
  .sun-heading h2,
  .living-copy h2,
  .change-title h2 { font-size: 2.55rem; }
  .wish-band h2 { font-size: 2.4rem; }
  .contact-heading h2 { font-size: 3.15rem; }
  .site-footer nav { gap: .8rem; }
}

