/*
Theme Name: Sunny & Hemingway
Theme URI: https://floridachatguide.com
Author: Entropy Media
Description: Two chatbots at one address. The home page is a chooser; /sunny/ and /hemingway/ are full-page conversations with an honest ad rail. Both talk to the sunny-fcg plugin's REST route; the voice is swapped per request. Deep navy, gold plating and salt-corroded chrome, after the "Sunny vs Hemingway" design comp.
Version: 0.6.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: sunny-hemingway
*/

/* The Nocturne sheet is enqueued first for its reset and spacing tokens; this
   design carries its own palette and type, so everything below overrides it. */

:root {
	--sh-navy:      #0b1b30;
	--sh-navy-lift: #0d2340;
	--sh-plate:     #14304f;
	--sh-well:      rgba(4, 12, 24, .5);
	--sh-cream:     #f7f0e3;

	--sh-gold:      #f5a623;
	--sh-gold-lt:   #fbe08a;
	--sh-gold-ink:  #f5c05a;
	--sh-gold-deep: #a86f1c;

	--sh-teal:      #17808a;
	--sh-teal-lt:   #a9e2e7;
	--sh-teal-ink:  #3fb0ba;

	--sh-hairline:  rgba(247, 240, 227, .1);
	--sh-dim:       rgba(247, 240, 227, .72);
	--sh-dimmer:    rgba(247, 240, 227, .45);
	--sh-faint:     rgba(247, 240, 227, .3);

	--sh-display: "Barlow Condensed", "Inter", system-ui, sans-serif;
	--sh-body:    "Inter", system-ui, sans-serif;

	/* Gold is the site's accent — the Send button and typing dots stay gold on
	   both bots. Teal is Hemingway's identity, not a second UI colour. */
	--sh-gold-face:   linear-gradient(150deg, #ffeeb4, #f5c05a 34%, #e09a24 66%, #ffd98a);
	--sh-gold-relief: inset 0 -3px 8px rgba(120, 76, 12, .45);
	--sh-teal-face:   linear-gradient(150deg, #d9f4f6, #8fd7dd 34%, #17808a 68%, #a9e2e7);
	--sh-teal-relief: inset 0 -3px 8px rgba(5, 52, 58, .5);
}

@keyframes sh-rise  { from { opacity: 0; transform: translateY(8px) } to { opacity: 1; transform: none } }
@keyframes sh-pulse { 0%, 100% { opacity: .18 } 50% { opacity: 1 } }
@keyframes sh-sheen { from { background-position: -180% 0 } to { background-position: 280% 0 } }

/* — shell — */

html { background: var(--sh-navy); }

body {
	margin: 0;
	background: var(--sh-navy);
	color: var(--sh-cream);
	font-family: var(--sh-body);
	font-size: 15px;
	line-height: 1.55;
}

.sh-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background:
		radial-gradient(900px 420px at 78% -8%, rgba(245, 166, 35, .16) 0%, rgba(245, 166, 35, 0) 62%),
		radial-gradient(700px 400px at 8% 12%, rgba(23, 128, 138, .16) 0%, rgba(23, 128, 138, 0) 60%),
		var(--sh-navy);
	color: var(--sh-cream);
	font-family: var(--sh-body);
}

.sh-wrap { max-width: 1080px; margin: 0 auto; }

/* Prose links take the accent. Component links (buttons, pick cards, the swap
   control) carry their own colour and out-rank this via a .sh-page prefix — an
   anchor rule like this one otherwise beats a lone component class. */
.sh-page a { color: var(--sh-gold); }
.sh-page a:hover { color: #ffc55e; }

::selection { background: rgba(245, 166, 35, .32); }
:focus-visible { outline: 2px solid var(--sh-gold); outline-offset: 2px; }

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* — display type — */

.sh-display {
	font-family: var(--sh-display);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .06em;
	line-height: 1;
}

/* — the faces — the bots are photographed now, not drawn. The card portrait is a
   16:10 band pre-cropped to the comp's framing; the scrim dissolves its lower edge
   into the plate so the photo reads as part of the card, not pasted onto it. — */

.sh-card-photo { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.sh-card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sh-card-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(11, 27, 48, .1) 0%, rgba(11, 27, 48, .38) 55%, var(--sh-scrim, #0e2340) 100%);
}

.sh-avatar {
	flex: none;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	box-shadow: var(--sh-glow, none);
}

/* — header — */

.sh-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 14px 32px;
	border-bottom: 1px solid var(--sh-hairline);
	background: linear-gradient(180deg, rgba(13, 35, 64, .96), rgba(11, 27, 48, .72));
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(10px);
}

.sh-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: inherit;
}
.sh-brand:hover { color: inherit; }
.sh-brand img { width: 34px; height: 34px; display: block; }
.sh-brand-name {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 1;
}
.sh-brand-guide { color: var(--sh-teal); }
.sh-brand-tld { color: rgba(247, 240, 227, .35); }

.sh-nav { display: flex; align-items: center; gap: 8px; }
.sh-nav a {
	font-family: var(--sh-display);
	font-size: 15px;
	letter-spacing: .14em;
	text-transform: uppercase;
	padding: 8px 14px;
	border-radius: 6px;
	text-decoration: none;
}
.sh-page .sh-nav-sunny {
	border: 1px solid rgba(245, 166, 35, .42);
	background: rgba(245, 166, 35, .07);
	color: var(--sh-gold-ink);
}
.sh-page .sh-nav-sunny:hover, .sh-page .sh-nav-sunny[aria-current="page"] {
	background: rgba(245, 166, 35, .16);
	color: var(--sh-gold-lt);
}
.sh-page .sh-nav-hemingway {
	border: 1px solid rgba(23, 128, 138, .55);
	background: rgba(23, 128, 138, .1);
	color: #5fc3cb;
}
.sh-page .sh-nav-hemingway:hover, .sh-page .sh-nav-hemingway[aria-current="page"] {
	background: rgba(23, 128, 138, .2);
	color: var(--sh-teal-lt);
}

/* — home: hero — */

.sh-hero { padding: 9vh 32px 40px; position: relative; overflow: hidden; }
.sh-hero .sh-wrap {
	display: flex;
	flex-direction: column;
	gap: 22px;
	animation: sh-rise .45s ease both;
	position: relative;
	z-index: 1;
}

.sh-eyebrow { display: flex; align-items: center; gap: 12px; }
.sh-eyebrow-rule {
	width: 34px;
	height: 1px;
	background: linear-gradient(90deg, rgba(245, 166, 35, 0), var(--sh-gold));
}
.sh-eyebrow-text {
	font-family: var(--sh-display);
	font-size: 14px;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: var(--sh-gold);
}

.sh-h1 {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: clamp(46px, 7.4vw, 86px);
	line-height: .98;
	letter-spacing: -.005em;
	margin: 0;
	max-width: 18ch;
	text-transform: uppercase;
}
/* "anything" is struck in gold leaf; "Florida" is the water it always returns to. */
.sh-h1 .sh-leaf {
	background: linear-gradient(100deg, #fbe08a, #f5a623 46%, #c1801f 78%, #ffd98a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.sh-h1 .sh-florida { color: var(--sh-teal-ink); }

.sh-lede { max-width: 60ch; color: var(--sh-dim); font-size: 17px; line-height: 1.62; margin: 0; }
.sh-sublede { max-width: 60ch; color: var(--sh-dimmer); font-size: 15px; margin: 0; }

/* — home: the two plates — */

.sh-cards { padding: 0 32px 40px; }
.sh-cards .sh-wrap {
	display: grid;
	/* min() keeps the 340px floor from overflowing a 360px phone. */
	grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
	gap: 24px;
}

.sh-card {
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}
.sh-card:hover { transform: translateY(-3px); }

.sh-card-sunny {
	background: linear-gradient(168deg, #14304f 0%, #0e2340 58%, #0b1b30 100%);
	box-shadow: inset 0 1px 0 rgba(251, 224, 138, .28), inset 0 0 0 1px rgba(245, 166, 35, .3), 0 18px 44px rgba(0, 0, 0, .5);
}
.sh-card-hemingway {
	background: linear-gradient(168deg, #123742 0%, #0d2b3a 56%, #0b1b30 100%);
	box-shadow: inset 0 1px 0 rgba(95, 195, 203, .24), inset 0 0 0 1px rgba(23, 128, 138, .42), 0 18px 44px rgba(0, 0, 0, .5);
}

/* The lit strip along the top edge — a plate catching the light as it turns. */
.sh-sheen {
	height: 3px;
	background-size: 220% 100%;
	animation: sh-sheen 6s linear infinite;
}
.sh-card-sunny .sh-sheen {
	background-image: linear-gradient(90deg, #a86f1c, #fbe08a 22%, #f5a623 48%, #a86f1c 74%, #ffd98a);
}
.sh-card-hemingway .sh-sheen {
	background-image: linear-gradient(90deg, #0d4c53, #8fd7dd 26%, #17808a 52%, #0d4c53 78%, #a9e2e7);
	animation-duration: 8s;
}

.sh-card-head {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px 24px;
}
.sh-card-sunny .sh-card-head { border-bottom: 1px solid rgba(245, 166, 35, .18); }
.sh-card-hemingway .sh-card-head { border-bottom: 1px solid rgba(23, 128, 138, .28); }

.sh-card-id { display: flex; flex-direction: column; gap: 2px; }
.sh-card-name {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: 26px;
	letter-spacing: .06em;
	text-transform: uppercase;
	line-height: 1;
	color: var(--sh-ink, var(--sh-gold-lt));
}
.sh-card-unit {
	font-size: 10px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: rgba(247, 240, 227, .42);
}

.sh-card-body { padding: 24px; display: flex; flex-direction: column; gap: 20px; flex: 1; }
.sh-card-blurb { margin: 0; color: rgba(247, 240, 227, .74); font-size: 15px; line-height: 1.62; }

.sh-sample {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
	border-radius: 10px;
	background: var(--sh-well);
	box-shadow: inset 0 0 0 1px rgba(247, 240, 227, .08);
}
.sh-sample-kicker {
	font-size: 10px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: rgba(247, 240, 227, .34);
}
.sh-sample-q { font-size: 13.5px; color: rgba(247, 240, 227, .6); }
.sh-sample-a { font-size: 13.5px; line-height: 1.64; color: var(--sh-voice, var(--sh-gold-ink)); }

/* — cast buttons — */

.sh-btn {
	display: inline-block;
	font-family: var(--sh-display);
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
.sh-btn:disabled { opacity: .5; cursor: not-allowed; }

.sh-page .sh-btn-gold {
	color: #241503;
	background: var(--sh-gold-face);
	box-shadow: var(--sh-gold-relief), 0 8px 22px rgba(245, 166, 35, .24);
}
.sh-page .sh-btn-gold:hover { color: #241503; filter: brightness(1.06); }

.sh-page .sh-btn-teal {
	color: #03191c;
	background: var(--sh-teal-face);
	box-shadow: var(--sh-teal-relief), 0 8px 22px rgba(23, 128, 138, .22);
}
.sh-page .sh-btn-teal:hover { color: #03191c; filter: brightness(1.06); }

.sh-card-cta { margin-top: auto; font-size: 18px; padding: 15px; }

/* — Sunny's Picks (widget) — the affiliate shelf, carried over from the old
   front page. The grid is width-driven, so the same widget reads as a three-up
   shelf on the home page and a single stack in the 300px chat rail. — */

.sh-widgets { padding: 28px 32px; }
.sh-widgets:empty { display: none; }

.sh-picks { display: flex; flex-direction: column; gap: 18px; }

.sh-picks-head {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--sh-hairline);
}
.sh-picks-title {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: 30px;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin: 0;
}
.sh-picks-note {
	font-family: var(--sh-display);
	font-size: 12px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--sh-gold);
	padding: 3px 10px;
	border: 1px solid rgba(245, 166, 35, .38);
	border-radius: 999px;
}

.sh-picks-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
	gap: 20px;
}

.sh-pick {
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background: linear-gradient(168deg, #14304f 0%, #0e2340 60%, #0b1b30 100%);
	box-shadow: inset 0 0 0 1px rgba(245, 166, 35, .18), 0 14px 34px rgba(0, 0, 0, .42);
	transition: transform .18s ease, box-shadow .18s ease;
}
.sh-page a.sh-pick { color: var(--sh-cream); }
.sh-page a.sh-pick:hover {
	color: var(--sh-cream);
	transform: translateY(-3px);
	box-shadow: inset 0 0 0 1px rgba(245, 166, 35, .45), 0 18px 40px rgba(0, 0, 0, .5);
}

.sh-pick-thumb { aspect-ratio: 16 / 10; overflow: hidden; background: rgba(4, 12, 24, .5); }
.sh-pick-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.sh-pick-body { display: flex; flex-direction: column; gap: 8px; padding: 16px 18px 18px; flex: 1; }
.sh-pick-kicker {
	font-family: var(--sh-display);
	font-size: 11px;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--sh-gold);
}
.sh-pick-title {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: 20px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 1.08;
}
.sh-pick-text { margin: 0; font-size: 13.5px; line-height: 1.6; color: rgba(247, 240, 227, .62); flex: 1; }
.sh-pick-cta {
	font-family: var(--sh-display);
	font-size: 13px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--sh-gold-ink);
	margin-top: 2px;
}
a.sh-pick:hover .sh-pick-cta { color: var(--sh-gold-lt); }

/* In the rail the shelf is a sidebar module, not a section: quieter heading. */
.sh-widget-rail .sh-picks-title { font-size: 20px; }
.sh-widget-rail .sh-picks-head { padding-bottom: 10px; }
.sh-widget-rail .sh-pick-title { font-size: 17px; }

/* — home: how it works — */

.sh-how { padding: 44px 32px 12vh; }
.sh-how .sh-wrap { display: flex; flex-direction: column; gap: 26px; }
.sh-how h2 {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: 34px;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin: 0;
}
.sh-how-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.sh-how-item { display: flex; flex-direction: column; gap: 8px; }
.sh-how-mark { width: 30px; height: 2px; background: var(--sh-gold); }
.sh-how-item-teal .sh-how-mark { background: var(--sh-teal); }
.sh-how-title {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: 21px;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin-top: 6px;
}
.sh-how-item p { margin: 0; font-size: 14.5px; color: rgba(247, 240, 227, .62); line-height: 1.62; }

/* — ad placements — honest, labelled, never dressed up as content — */

.sh-ads { padding: 16px 32px; }

.sh-ad {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 1px dashed rgba(247, 240, 227, .16);
	border-radius: 8px;
	background: rgba(4, 12, 24, .35);
}
.sh-ad-leaderboard { min-height: 110px; }
.sh-ad-mrec        { height: 250px; }
.sh-ad-halfpage    { height: 600px; }
/* A live ad replaces the placeholder entirely, so it gets no border or ground of its
   own — just centring, and a guard so a wide unit can never widen the page. */
.sh-ad-live { display: flex; justify-content: center; overflow-x: auto; }
.sh-ad-live > * { max-width: 100%; }

.sh-ad-kicker {
	font-size: 10px;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--sh-faint);
}
.sh-ad-size { font-size: 11px; color: rgba(247, 240, 227, .2); }

/* — chat — */

.sh-chat {
	flex: 1;
	display: flex;
	justify-content: center;
	gap: 32px;
	padding: 32px;
	align-items: flex-start;
}

.sh-chat-col { flex: 1; min-width: 0; max-width: 760px; display: flex; flex-direction: column; gap: 24px; }

.sh-chat-head {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(247, 240, 227, .12);
}
.sh-chat-id { display: flex; flex-direction: column; gap: 1px; }
.sh-chat-name {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: 24px;
	letter-spacing: .06em;
	text-transform: uppercase;
	line-height: 1;
	color: var(--sh-ink, var(--sh-gold-lt));
}
.sh-chat-unit {
	font-size: 10px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: rgba(247, 240, 227, .4);
}
.sh-chat-swap {
	margin-left: auto;
	font-family: var(--sh-display);
	font-size: 14px;
	letter-spacing: .14em;
	text-transform: uppercase;
	padding: 8px 12px;
	border: 1px solid rgba(247, 240, 227, .22);
	border-radius: 6px;
	background: transparent;
	color: rgba(247, 240, 227, .6);
	text-decoration: none;
}
.sh-page .sh-chat-swap { color: rgba(247, 240, 227, .6); }
.sh-page .sh-chat-swap:hover { border-color: var(--sh-gold); color: var(--sh-cream); }

.sh-log { display: flex; flex-direction: column; gap: 24px; flex: 1; }

.sh-msg { display: flex; flex-direction: column; gap: 7px; animation: sh-rise .3s ease both; }
.sh-msg-label {
	font-family: var(--sh-display);
	font-size: 13px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--sh-label, var(--sh-gold));
}
.sh-msg-text {
	font-size: 15.5px;
	line-height: 1.68;
	white-space: pre-wrap;
	text-wrap: pretty;
	color: var(--sh-voice, var(--sh-cream));
	max-width: 64ch;
}
.sh-msg-user .sh-msg-label { color: rgba(247, 240, 227, .4); }
.sh-msg-user .sh-msg-text  { color: rgba(247, 240, 227, .7); }

.sh-typing { display: flex; gap: 7px; align-items: center; padding: 6px 0; }
.sh-typing span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--sh-gold);
	animation: sh-pulse 1.1s infinite;
}
.sh-typing span:nth-child(2) { animation-delay: .2s; }
.sh-typing span:nth-child(3) { animation-delay: .4s; }

.sh-starters { display: flex; flex-wrap: wrap; gap: 8px; }
.sh-chip {
	font-family: var(--sh-body);
	font-size: 12.5px;
	padding: 8px 12px;
	border: 1px solid rgba(247, 240, 227, .18);
	border-radius: 999px;
	background: transparent;
	color: rgba(247, 240, 227, .6);
	cursor: pointer;
}
.sh-chip:hover { border-color: var(--sh-gold); color: var(--sh-cream); }
.sh-chip:disabled { opacity: .5; cursor: not-allowed; }

.sh-composer {
	position: sticky;
	bottom: 24px;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 10px;
	border-radius: 12px;
	background: linear-gradient(180deg, var(--sh-plate), #0c2036);
	box-shadow: inset 0 1px 0 rgba(247, 240, 227, .12), inset 0 0 0 1px rgba(247, 240, 227, .1), 0 14px 34px rgba(0, 0, 0, .55);
}
.sh-input {
	flex: 1;
	min-width: 0;
	font-family: var(--sh-body);
	font-size: 15.5px;
	padding: 14px;
	background: transparent;
	border: 0;
	color: var(--sh-cream);
	caret-color: var(--sh-gold);
	outline: none;
}
.sh-input::placeholder { color: rgba(247, 240, 227, .38); }
.sh-input:disabled { opacity: .55; }
.sh-send { font-size: 17px; padding: 13px 24px; box-shadow: var(--sh-gold-relief); }

.sh-chat-note {
	font-size: 11.5px;
	line-height: 1.7;
	color: rgba(247, 240, 227, .38);
	max-width: 64ch;
}

.sh-rail {
	width: 300px;
	flex: none;
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: sticky;
	top: 96px;
}
/* The half-page only earns its space once there is a conversation to sit beside. */
.sh-rail .sh-ad-halfpage { display: none; }
.sh-chat.has-conversation .sh-rail .sh-ad-halfpage { display: flex; }

/* — standing pages (About, FAQ, the legal set) — */

.sh-pagemain { flex: 1; padding: 56px 32px 88px; }
.sh-pagegrid {
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 48px;
	align-items: start;
}
.sh-pagecol {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 36px;
	animation: sh-rise .35s ease both;
}
.sh-pagehead { display: flex; flex-direction: column; gap: 12px; }
.sh-pagetitle {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: clamp(38px, 5.4vw, 58px);
	line-height: 1;
	letter-spacing: .01em;
	text-transform: uppercase;
	margin: 0;
}

.sh-article-body {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 74ch;
	color: rgba(247, 240, 227, .72);
	font-size: 15px;
	line-height: 1.72;
}
/* Section headings are the teal voice — the same colour Hemingway speaks in. */
.sh-article-body h2 {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: 22px;
	letter-spacing: .09em;
	text-transform: uppercase;
	margin: 0 0 -18px;   /* the flex gap supplies the space below */
	color: var(--sh-teal-lt);
}
.sh-article-body h3 {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: 17px;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin: 0 0 -20px;
	color: var(--sh-cream);
}
.sh-article-body p { margin: 0; text-wrap: pretty; }
.sh-article-body ul, .sh-article-body ol { margin: 0; padding-left: 1.2em; }
.sh-article-body li { margin-bottom: 8px; }
.sh-article-body strong { color: var(--sh-cream); }

/* — contact form — */

.sh-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 24px;
	border-radius: 12px;
	background: linear-gradient(168deg, var(--sh-plate), #0c2036);
	box-shadow: inset 0 1px 0 rgba(247, 240, 227, .12), inset 0 0 0 1px rgba(247, 240, 227, .1);
}
.sh-form-title {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.sh-field {
	font-family: var(--sh-body);
	font-size: 15px;
	padding: 13px;
	border-radius: 8px;
	border: 1px solid rgba(247, 240, 227, .16);
	background: var(--sh-well);
	color: var(--sh-cream);
	outline: none;
	width: 100%;
}
.sh-field::placeholder { color: rgba(247, 240, 227, .38); }
.sh-field:focus-visible { border-color: var(--sh-gold); }
textarea.sh-field { resize: vertical; }
.sh-form-send { align-self: flex-start; font-size: 17px; padding: 13px 26px; }
/* Honeypot: off-screen rather than display:none, which some bots skip. */
.sh-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.sh-form-note {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 24px;
	border-radius: 12px;
}
.sh-form-note p { margin: 0; font-size: 15px; line-height: 1.7; color: rgba(247, 240, 227, .72); }
.sh-form-note-title {
	font-family: var(--sh-display);
	font-weight: 600;
	font-size: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.sh-form-ok { background: rgba(23, 128, 138, .1); box-shadow: inset 0 0 0 1px rgba(23, 128, 138, .42); }
.sh-form-ok .sh-form-note-title { color: var(--sh-teal-lt); }
.sh-form-fail { background: rgba(245, 166, 35, .08); box-shadow: inset 0 0 0 1px rgba(245, 166, 35, .38); }
.sh-form-fail .sh-form-note-title { color: var(--sh-gold-lt); }

/* — footer — */

.sh-footer {
	border-top: 1px solid var(--sh-hairline);
	padding: 36px 32px;
	background: linear-gradient(180deg, rgba(11, 27, 48, 0), rgba(13, 35, 64, .85));
}
.sh-footgrid {
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 48px;
	align-items: start;
}
.sh-footmain { display: flex; flex-direction: column; gap: 24px; min-width: 0; }

.sh-footnav { display: flex; flex-wrap: wrap; gap: 56px; }
.sh-footgroup { display: flex; flex-direction: column; gap: 9px; }
.sh-footgroup-label {
	font-family: var(--sh-display);
	font-size: 13px;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: rgba(247, 240, 227, .34);
}
.sh-page .sh-footgroup a {
	align-self: flex-start;
	font-family: var(--sh-display);
	font-size: 15px;
	letter-spacing: .12em;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(247, 240, 227, .7);
}
.sh-page .sh-footgroup a:hover { color: var(--sh-gold); }

/* The one photograph that isn't selling anything. */
.sh-footimg { margin: 0; display: flex; flex-direction: column; gap: 8px; align-self: end; }
.sh-footimg-frame {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(247, 240, 227, .12), 0 14px 34px rgba(0, 0, 0, .5);
}
.sh-footimg img { width: 100%; height: auto; display: block; }
.sh-footimg-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(11, 27, 48, .06), rgba(11, 27, 48, .34));
}
.sh-footimg figcaption {
	font-size: 11px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: rgba(247, 240, 227, .34);
}
.sh-disclosure { margin: 0; max-width: 78ch; font-size: 11.5px; line-height: 1.7; color: rgba(247, 240, 227, .42); }
.sh-colophon { margin: 0; font-size: 11.5px; color: rgba(247, 240, 227, .34); }

/* — narrow — */

@media (max-width: 940px) {
	.sh-chat { flex-direction: column; align-items: stretch; padding: 24px 16px; }
	.sh-rail { width: 100%; position: static; }
	.sh-chat-col { max-width: none; }
	.sh-pagegrid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
	.sh-footgrid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
	.sh-footimg { max-width: 420px; align-self: start; }
	.sh-pagemain { padding: 40px 16px 64px; }
	.sh-footnav { gap: 32px; }
	.sh-header { padding: 14px 16px; }
	.sh-hero { padding: 7vh 16px 32px; }
	.sh-cards { padding: 0 16px 32px; }
	.sh-how { padding: 36px 16px 9vh; }
	.sh-ads, .sh-article, .sh-footer { padding-left: 16px; padding-right: 16px; }
	.sh-brand-name { font-size: 17px; }
	.sh-nav a { font-size: 13px; padding: 7px 10px; }
}
