:root{color-scheme:light;--paper:#f7f5ef;--ink:#213a3d;--muted:#5d6d6e;--line:#d6dcd7;--accent:#b9ccba;font-family:Arial,Helvetica,sans-serif;font-synthesis:none;scroll-behavior:smooth}
*{box-sizing:border-box}body{margin:0;background:#182f37;color:var(--paper);min-width:320px}.landscape{position:fixed;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(13,31,39,.45),rgba(17,38,43,.04) 58%,rgba(17,38,43,.12)),linear-gradient(0deg,rgba(8,28,37,.38),transparent 65%),url('/guernsey-coast.jpg') center center/cover no-repeat}.page{width:min(1440px,100%);margin:auto;padding:0 clamp(24px,5.4vw,88px)}.masthead{height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff30}.wordmark{text-decoration:none;color:var(--paper);font-size:23px;letter-spacing:.16em;font-weight:700}.wordmark-dot{color:#cfddca}.places{display:flex;gap:20px;align-items:center;font-size:12px;letter-spacing:.025em}.places>span{display:flex;gap:10px;align-items:center}.places img{object-fit:cover;box-shadow:0 0 0 1px #ffffff3b;border-radius:1px}.places i{height:15px;width:1px;background:#ffffff5c}main{min-height:calc(100svh - 192px);display:grid;grid-template-columns:1fr 440px;gap:clamp(40px,7vw,120px);align-items:center;padding:54px 0 58px}.intro{padding:20px 0 36px}.eyebrow{font-size:10px;letter-spacing:.22em;font-weight:700;line-height:1.6}.intro .eyebrow{display:flex;align-items:center;gap:13px;margin-bottom:28px;color:#e0e8df}.intro .eyebrow span{width:28px;height:1px;background:#cfddca}h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(68px,7.7vw,112px);line-height:.99;letter-spacing:-.05em;margin:0 0 35px;text-shadow:0 2px 24px #11282f21}h1 em{font-weight:400;color:#e0e7d9}.welcome{font-family:Georgia,'Times New Roman',serif;font-size:26px;margin:0 0 17px;letter-spacing:-.025em}.intro-copy{font-size:15px;line-height:1.85;color:#e2e6e4;margin:0}.contact-card{background:rgba(249,248,242,.97);color:var(--ink);padding:30px 34px 26px;border:1px solid #ffffffa6;border-radius:5px;box-shadow:0 20px 70px #0b242c25}.card-heading{display:flex;justify-content:space-between;align-items:center}.card-heading .eyebrow{color:#68796a;margin:0}.envelope{height:28px;width:28px;display:block}.envelope svg{width:24px;height:24px;stroke:#738478;stroke-width:1.2}h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.035em;font-size:34px;margin:13px 0 10px}.card-intro{color:var(--muted);font-size:13px;line-height:1.6;margin:0 0 27px}.field{margin-bottom:19px}label{display:block;font-size:12px;font-weight:600;margin:0 0 9px}input,textarea{display:block;width:100%;border:1px solid #c8d0ca;border-radius:3px;background:#fffffc;padding:13px;font:14px Arial,Helvetica,sans-serif;color:#263e3d;line-height:1.5}input{min-height:47px}textarea{resize:vertical;min-height:120px;max-height:320px}input::placeholder,textarea::placeholder{color:#8a9591}input:focus,textarea:focus{outline:2px solid #527164;outline-offset:2px;border-color:transparent}.field-note{display:block;text-align:right;font-size:10px;color:#6b7975;margin-top:7px}#send{width:100%;border:0;border-radius:3px;min-height:49px;background:#24483f;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 17px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}#send:hover:not(:disabled){background:#17382f}#send:disabled{cursor:wait;opacity:.72}#send svg{width:21px;height:21px;stroke:currentColor;stroke-width:1.4}button:focus-visible,a:focus-visible{outline:2px solid #b1bd84;outline-offset:5px}.form-note{display:flex;gap:6px;align-items:flex-start;font-size:10px;line-height:1.6;margin:14px 0 0;color:#61716d}.form-note svg{width:13px;height:13px;flex:none;stroke:currentColor;stroke-width:1.1}.form-status{font-size:12px;line-height:1.6;margin:0 0 13px}.form-status:empty{display:none}.form-status.error{color:#a22f24}.form-status.success{color:#285341}.preview-note{color:#5e7067;font-size:11px;line-height:1.5;border:1px dashed #bac8be;padding:10px 12px;margin:0 0 16px;border-radius:3px}#verification{margin:0 0 15px;min-height:0}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}footer{min-height:80px;display:flex;align-items:center;gap:30px;border-top:1px solid #ffffff30;color:#dde3df;font-size:10px;letter-spacing:.04em}.footer-domains{margin-left:auto;display:flex;gap:12px}.footer-domains>span{opacity:.5}.privacy-link{color:inherit;font:inherit;letter-spacing:inherit;background:none;border:0;padding:8px 0;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.mobile-contact{display:none}.skip{position:absolute;top:-100px;left:20px;color:#163930;background:white;padding:12px;z-index:2}.skip:focus{top:10px}dialog{max-width:520px;width:calc(100% - 32px);border:0;border-radius:6px;background:var(--paper);color:var(--ink);padding:35px;box-shadow:0 20px 90px #0005}dialog::backdrop{background:#0c252cc9;backdrop-filter:blur(3px)}dialog h2{font-size:29px}dialog p:not(.eyebrow){font-size:14px;line-height:1.7;color:#526563}dialog a{color:#24483f}#privacy-close{position:absolute;right:15px;top:10px;border:0;background:transparent;color:#345548;font-size:28px;cursor:pointer}
@media(min-width:1500px){main{gap:140px;grid-template-columns:1fr 470px}.contact-card{padding:37px 40px}}
@media(max-width:1000px){main{grid-template-columns:1fr 390px;gap:35px}h1{font-size:78px}.contact-card{padding:28px}.places{gap:13px}.places>span{gap:7px}}
@media(max-width:760px){.page{padding:0 24px}.masthead{height:84px}.wordmark{font-size:19px}.places>span>span{display:none}.places{gap:12px}.places i{display:none}.places img{width:27px;height:20px}main{display:block;padding:0 0 36px}.intro{padding:57px 0 44px}.intro .eyebrow{font-size:9px;margin-bottom:26px}h1{font-size:80px;margin-bottom:26px}.welcome{font-size:23px}.intro-copy{font-size:14px}.mobile-contact{display:inline-flex;gap:22px;color:#f5f5eb;margin-top:25px;font-size:12px;text-decoration:none;padding-bottom:7px;border-bottom:1px solid #dbe4d480}.contact-card{max-width:500px;margin:0 auto;padding:29px 25px}.landscape{background-position:38% center}.contact-card h2{font-size:32px}footer{min-height:95px;gap:15px;flex-wrap:wrap;padding:20px 0;font-size:9px}.footer-domains{gap:8px}.privacy-link{margin-left:auto}.form-note{font-size:10px}.contact-card{scroll-margin-top:20px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*{transition:none!important}}

.photo-credit{display:block;margin:-2px 0 16px;color:#eef2eb;font-size:10px;text-shadow:0 1px 4px #132d38}.photo-credit a{color:inherit;text-underline-offset:3px}

.places{background:rgba(23,47,53,.78);padding:10px 13px;border-radius:3px}

@media(max-width:760px){.landscape{background-image:linear-gradient(rgba(13,31,39,.5),rgba(13,31,39,.4)),url('/guernsey-coast.jpg')}}
