/* =========================================================================
   LLM Page — standalone stylesheet for 7S Properties LLC
   This template loads NO theme styles, no reset. Everything it needs lives
   here. Tokens mirror the 7s-2025 brand palette.
   ========================================================================= */

/* Minimal modern reset --------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; }
h1, h2, h3, h4, h5, h6, p, ul, ol, figure, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
table { border-collapse: collapse; }

/* Tokens ----------------------------------------------------------------- */
.llm-page {
	--theme-red: #F1385A;
	--theme-red-hover: #D93251;
	--theme-charcoal: #252222;
	--theme-slate: #484142;
	--theme-sand: #F4E0D2;
	--theme-off-white: #F3F3F3;
	--theme-white: #FFFFFF;
	--theme-content-width: 1400px;
	--theme-content-padding: 20px;

	background: var(--theme-white);
	color: var(--theme-slate);
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
	.llm-page { --theme-content-padding: 30px; }
}

.llm-page [id] { scroll-margin-top: 30px; }

/* Container -------------------------------------------------------------- */
.llm-page .container {
	max-width: var(--theme-content-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--theme-content-padding);
	padding-right: var(--theme-content-padding);
}

/* Typography ------------------------------------------------------------- */
.llm-page .is-title { font-family: "Playfair Display", serif; font-weight: 500; line-height: 1.15; }

.llm-page .text-14 { font-size: 0.875rem; }
.llm-page .text-18 { font-size: 1.125rem; }
.llm-page .text-22 { font-size: 1rem;     font-weight: 400; line-height: 1.6; }
.llm-page .text-42 { font-size: 1.8rem;   font-weight: 500; }
.llm-page .text-72 { font-size: 2.4rem;   line-height: 1.1; }

@media (min-width: 992px) {
	.llm-page .text-22 { font-size: 1.25rem;  }
	.llm-page .text-42 { font-size: 2.5rem;   }
	.llm-page .text-72 { font-size: 4.25rem; line-height: 1.05; }
}

/* =========================================================================
   Header
   ========================================================================= */
.llm-header {
	background: var(--theme-charcoal);
	color: var(--theme-white);
	padding: 70px 0 70px;
	position: relative;
}

.llm-header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.llm-header__logo { display: inline-block; width: 80px; max-width: 22vw; }
.llm-header__logo img { width: 100%; height: auto; }

.llm-header__eyebrow {
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--theme-red);
}

.llm-header__title { color: var(--theme-white); max-width: 900px; }

.llm-header__subtitle {
	margin-top: 24px;
	max-width: 880px;
	font-weight: 400;
	color: var(--theme-sand);
}

.llm-header__meta {
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px 32px;
	font-size: 0.95rem;
	color: var(--theme-white);
}

@media (min-width: 768px) {
	.llm-header__meta { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 992px) {
	.llm-header__meta { grid-template-columns: repeat(4, auto); }
	.llm-header__eyebrow { font-size: 1rem; }
}

.llm-header__meta-item .llm-header__meta-label {
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	margin-right: 6px;
	color: var(--theme-red);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.8rem;
}

.llm-header__meta-item .llm-header__meta-value {
	display: inline;
	margin: 0;
}

/* =========================================================================
   Guidance callout
   ========================================================================= */
.llm-guidance {
	background: var(--theme-off-white);
	color: var(--theme-charcoal);
	padding: 28px 30px;
	margin: 60px auto 0;
	font-size: 0.95rem;
	line-height: 1.7;
	border-left: 3px solid var(--theme-red);
}

.llm-guidance__lead { font-family: "Outfit", sans-serif; font-weight: 600; color: var(--theme-charcoal); }

@media (min-width: 992px) {
	.llm-guidance { padding: 28px 40px; }
}

/* =========================================================================
   Sections — shared
   ========================================================================= */
.llm-section { padding: 60px 0 0; }
.llm-section:last-of-type { padding-bottom: 80px; }

.llm-section__eyebrow {
	color: var(--theme-red);
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.85rem;
	margin-bottom: 12px;
}

.llm-section__title {
	color: var(--theme-charcoal);
	margin-bottom: 28px;
	max-width: 1200px;
}

.llm-section__intro,
.llm-section__description {
	color: var(--theme-slate);
	max-width: 1200px;
	margin-bottom: 28px;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

/* =========================================================================
   Data table (Company Identity / Properties)
   ========================================================================= */
.llm-data-table {
	width: 100%;
	color: var(--theme-charcoal);
	font-size: 1rem;
}

.llm-data-table th,
.llm-data-table td {
	text-align: left;
	padding: 12px 16px;
	font-weight: 400;
	font-family: "Outfit", sans-serif;
	vertical-align: middle;
}

.llm-data-table thead th {
	background: var(--theme-charcoal);
	color: var(--theme-white);
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.06em;
	font-weight: 600;
}

.llm-data-table tbody tr:nth-child(odd) {
	background: var(--theme-charcoal);
	color: var(--theme-white);
}

.llm-data-table tbody tr:nth-child(even) {
	background: var(--theme-white);
	color: var(--theme-charcoal);
}

.llm-data-table th[scope="row"] {
	width: 35%;
	font-weight: 600;
}

.llm-data-table a {
	text-decoration: underline;
	text-decoration-color: var(--theme-red);
	text-underline-offset: 3px;
}

.llm-data-table tbody tr:nth-child(odd) a { text-decoration-color: var(--theme-red); }

@media (min-width: 992px) {
	.llm-data-table { font-size: 1.125rem; }
	.llm-data-table th,
	.llm-data-table td { padding: 14px 20px; }
}

/* =========================================================================
   Locations
   ========================================================================= */
.llm-locations {
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
}

.llm-location__heading {
	color: var(--theme-charcoal);
	margin-bottom: 8px;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 16px;
}

.llm-location__status {
	display: inline-block;
	font-family: "Outfit", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: var(--theme-red);
	color: var(--theme-white);
	padding: 4px 10px;
	border-radius: 999px;
	line-height: 1.2;
}

.llm-location__university {
	color: var(--theme-slate);
	margin-bottom: 20px;
	font-weight: 400;
}

.llm-location__university a {
	color: var(--theme-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.llm-data-table--properties { margin-top: 12px; }

/* =========================================================================
   Bullet list (Services / Operating principles)
   ========================================================================= */
.llm-bullet-list {
	color: var(--theme-slate);
	max-width: 1244px;
}

.llm-bullet-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 14px;
	line-height: 1.55;
}

.llm-bullet-list li::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 0.65em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--theme-red);
}

.llm-bullet-list .llm-bullet-list__term {
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	color: var(--theme-charcoal);
}

/* =========================================================================
   FAQ (striped Q&A table)
   ========================================================================= */
.llm-faq {
	display: grid;
	grid-template-columns: 1fr;
}

.llm-faq__row {
	display: grid;
	grid-template-columns: 1fr;
	padding: 18px 16px;
	gap: 8px;
	font-family: "Outfit", sans-serif;
	line-height: 1.55;
}

@media (min-width: 768px) {
	.llm-faq__row {
		grid-template-columns: minmax(280px, 33%) 1fr;
		gap: 32px;
		padding: 22px 20px;
	}
}

.llm-faq__row:nth-child(odd) {
	background: var(--theme-charcoal);
	color: var(--theme-white);
}

.llm-faq__row:nth-child(even) {
	background: var(--theme-white);
	color: var(--theme-charcoal);
}

.llm-faq__question { font-weight: 600; }
.llm-faq__answer   { font-weight: 400; }
.llm-faq__answer a { text-decoration: underline; text-decoration-color: var(--theme-red); }

@media (min-width: 992px) {
	.llm-faq__row {
		font-size: 1.125rem;
		min-height: 140px;
	}
}

/* =========================================================================
   Footer
   ========================================================================= */
.llm-footer {
	background: var(--theme-charcoal);
	color: var(--theme-sand);
	margin-top: 80px;
	padding: 70px 0 50px;
	position: relative;
}

.llm-footer__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}

.llm-footer__logo { width: 70px; max-width: 22vw; }

.llm-footer__legal {
	font-size: 0.95rem;
	line-height: 1.7;
	color: var(--theme-sand);
}

.llm-footer__legal a {
	text-decoration: underline;
	text-decoration-color: var(--theme-red);
	text-underline-offset: 3px;
}

@media (min-width: 992px) {
	.llm-footer__legal { font-size: 1rem; }
}
