/*
 * ART AUDIO EDITORIAL V2
 * Technology / fashion / industrial magazine system for Haravan descriptions.
 * Product content lives in product.description and uses the .aa-mag namespace.
 */
.aa-mag,
.aa-mag * { box-sizing: border-box; }
.aa-mag {
	--mag-black: #0b0d0e;
	--mag-carbon: #222629;
	--mag-steel: #6e777c;
	--mag-line: rgba(12, 15, 17, .17);
	--mag-paper: #f4f3ef;
	--mag-white: #fff;
	--mag-accent: #b99b62;
	--mag-accent-soft: #ece3d0;
	--mag-accent-ink: #6e542d;
	--mag-blend: linear-gradient(120deg, #0b0d0e 0%, #242526 58%, #74603c 100%);
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	background: var(--mag-paper);
	color: var(--mag-carbon);
	font-family: 'Be Vietnam Pro', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.78;
}
.aa-mag--flagship {
	--mag-accent: #c2a15d;
	--mag-accent-soft: #eee4cf;
	--mag-accent-ink: #725829;
	--mag-blend: linear-gradient(118deg, #080a0b 0%, #232323 56%, #8b7040 100%);
}
.aa-mag--reference {
	--mag-accent: #aeb5b9;
	--mag-accent-soft: #e6e9e9;
	--mag-accent-ink: #596267;
	--mag-blend: linear-gradient(118deg, #0a0c0d 0%, #252a2d 55%, #879196 100%);
}
.aa-mag--premium {
	--mag-accent: #9b7454;
	--mag-accent-soft: #eadfd3;
	--mag-accent-ink: #65472f;
	--mag-blend: linear-gradient(118deg, #0a0c0d 0%, #272421 54%, #805d43 100%);
}
.aa-mag--entry {
	--mag-accent: #858b88;
	--mag-accent-soft: #ece9df;
	--mag-accent-ink: #59605d;
	--mag-blend: linear-gradient(118deg, #0a0c0d 0%, #272b2b 58%, #777a70 100%);
}
.aa-mag a { color: inherit; }
.aa-mag img {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	object-fit: contain;
}
.aa-mag h1,
.aa-mag h2,
.aa-mag h3,
.aa-mag p,
.aa-mag figure,
.aa-mag blockquote { margin-top: 0; }
.aa-mag__eyebrow {
	margin: 0 0 20px;
	color: var(--mag-steel);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.55;
	text-transform: uppercase;
}

/* LINEUP / POSITIONING */
.aa-mag__lineup {
	padding: 25px clamp(18px, 4vw, 44px) 0;
	border-bottom: 1px solid rgba(255,255,255,.16);
	background: var(--mag-black);
	color: var(--mag-white);
}
.aa-mag__lineup-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 20px;
	padding-bottom: 22px;
}
.aa-mag__lineup-brand {
	margin: 0 0 7px;
	color: #929a9e;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.5;
	text-transform: uppercase;
}
.aa-mag__lineup-name {
	margin: 0;
	color: #fff;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -.02em;
}
.aa-mag__tier-badge {
	min-width: 112px;
	padding: 9px 12px;
	border: 1px solid var(--mag-accent);
	color: var(--mag-accent);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}
.aa-mag__tier-scale {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255,255,255,.14);
}
.aa-mag__tier-scale span {
	position: relative;
	padding: 12px 5px 11px;
	color: #667075;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .11em;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}
.aa-mag__tier-scale span + span { border-left: 1px solid rgba(255,255,255,.1); }
.aa-mag--flagship .aa-mag__tier-scale [data-tier="flagship"],
.aa-mag--reference .aa-mag__tier-scale [data-tier="reference"],
.aa-mag--premium .aa-mag__tier-scale [data-tier="premium"],
.aa-mag--entry .aa-mag__tier-scale [data-tier="entry"] { color: #fff; background: rgba(255,255,255,.05); }
.aa-mag--flagship .aa-mag__tier-scale [data-tier="flagship"]::after,
.aa-mag--reference .aa-mag__tier-scale [data-tier="reference"]::after,
.aa-mag--premium .aa-mag__tier-scale [data-tier="premium"]::after,
.aa-mag--entry .aa-mag__tier-scale [data-tier="entry"]::after {
	content: '';
	position: absolute;
	right: 18%;
	bottom: -1px;
	left: 18%;
	height: 2px;
	background: var(--mag-accent);
}

/* HERO / FASHION EDITORIAL */
.aa-mag__hero {
	position: relative;
	padding: clamp(64px, 8vw, 96px) clamp(22px, 7vw, 82px) clamp(74px, 9vw, 108px);
	overflow: hidden;
	background: var(--mag-blend);
	color: #fff;
}
.aa-mag__hero::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: .17;
	background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
	background-size: 100% 33.333%, 25% 100%;
	pointer-events: none;
}
.aa-mag__hero-inner { position: relative; z-index: 1; max-width: 820px; }
.aa-mag__hero .aa-mag__eyebrow { color: var(--mag-accent); }
.aa-mag__hero h1,
.aa-mag__hero .aa-mag__hero-title,
.aa-mag__hero [data-aa-former-h1="true"] {
	max-width: 800px;
	margin: 0;
	color: #fff;
	font-size: clamp(44px, 6vw, 68px);
	font-weight: 600;
	line-height: 1.01;
	letter-spacing: -.045em;
	overflow-wrap: normal;
	word-break: normal;
}
.aa-mag__hero h1 em,
.aa-mag__hero .aa-mag__hero-title em,
.aa-mag__hero [data-aa-former-h1="true"] em {
	display: block;
	margin-top: 22px;
	color: #c8cdcf;
	font-size: .55em;
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: -.025em;
}
.aa-mag__hero-lead {
	max-width: 620px;
	margin: 34px 0 0;
	color: #d0d4d5;
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.7;
}

/* FACT RAIL */
.aa-mag__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-right: 1px solid rgba(255,255,255,.15);
	border-bottom: 1px solid rgba(255,255,255,.15);
	border-left: 1px solid rgba(255,255,255,.15);
	background: var(--mag-black);
	color: #fff;
}
.aa-mag__fact { min-height: 126px; padding: 25px 26px; border-right: 1px solid rgba(255,255,255,.15); }
.aa-mag__fact:last-child { border-right: 0; }
.aa-mag__fact span { display: block; color: #747e83; font-size: 8px; font-weight: 700; letter-spacing: .14em; line-height: 1.45; text-transform: uppercase; }
.aa-mag__fact strong { display: block; margin-top: 13px; color: #fff; font-size: 15px; font-weight: 600; line-height: 1.45; }

/* EDITORIAL SECTIONS */
.aa-mag__section {
	padding: clamp(68px, 8vw, 104px) clamp(22px, 7vw, 82px);
	border-bottom: 1px solid var(--mag-line);
	background: var(--mag-paper);
}
.aa-mag__section--white { background: #fff; }
.aa-mag__section--dark { background: var(--mag-black); color: #b9c0c3; }
.aa-mag__section--tint { background: linear-gradient(135deg, var(--mag-accent-soft), #f7f6f2 74%); }
.aa-mag__section--dark h2,
.aa-mag__section--dark h3 { color: #fff; }
.aa-mag__section--dark .aa-mag__eyebrow { color: var(--mag-accent); }
.aa-mag__split,
.aa-mag__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .92fr);
	align-items: start;
	gap: clamp(40px, 6vw, 78px);
}
.aa-mag__display {
	margin: 0;
	color: var(--mag-black);
	font-size: clamp(27px, 3.2vw, 38px);
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -.025em;
}
.aa-mag__display em { color: var(--mag-accent-ink); font-weight: 400; }
.aa-mag__copy { max-width: 680px; }
.aa-mag__copy p { margin-bottom: 20px; color: #4c5458; }
.aa-mag__section--dark .aa-mag__copy p { color: #abb3b7; }
.aa-mag__media { margin: 0; overflow: hidden; background: #e8e8e4; }
.aa-mag__media img { aspect-ratio: 16 / 9; object-fit: cover !important; }
.aa-mag__media--panorama img { aspect-ratio: 12 / 5; object-fit: cover !important; }
.aa-mag__media--square img { aspect-ratio: 1 / 1; object-fit: contain !important; background: #f0f0ec; }
.aa-mag__media--native img { aspect-ratio: auto; object-fit: contain !important; }
.aa-mag__caption {
	padding: 12px clamp(16px, 3vw, 28px) 14px;
	border-bottom: 1px solid var(--mag-line);
	background: #fff;
	color: var(--mag-steel);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .13em;
	line-height: 1.5;
	text-transform: uppercase;
}
.aa-mag__media-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--mag-line);
	border-bottom: 1px solid var(--mag-line);
}
.aa-mag__media-pair .aa-mag__media + .aa-mag__media { border-left: 1px solid var(--mag-line); }
.aa-mag__media-pair .aa-mag__media img { aspect-ratio: 1 / 1; object-fit: contain !important; background: #f0f0ec; }
.aa-mag__quote {
	margin: 0;
	padding: clamp(38px, 5vw, 66px);
	border-left: 2px solid var(--mag-accent);
	background: var(--mag-accent-soft);
}
.aa-mag__quote p { margin: 0; color: var(--mag-carbon); font-size: clamp(18px, 2.2vw, 24px); font-style: italic; line-height: 1.45; }
.aa-mag__quote cite { display: block; margin-top: 22px; color: var(--mag-steel); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

/* TECHNOLOGY / INDUSTRIAL GRID */
.aa-mag__technology {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	border: 1px solid rgba(255,255,255,.15);
}
.aa-mag__technology-media { min-height: 480px; background: #111415; overflow: hidden; }
.aa-mag__technology-media img { width: 100% !important; height: 100% !important; min-height: 480px; object-fit: cover !important; }
.aa-mag__technology-media--contain { background: #f0f0ec; }
.aa-mag__technology-media--contain img { object-fit: contain !important; }
.aa-mag__technology-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 480px;
	padding: clamp(40px, 6vw, 72px);
	border-left: 1px solid rgba(255,255,255,.15);
}
.aa-mag__technology-copy h3 { margin: 0 0 25px; color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 600; line-height: 1.23; letter-spacing: -.02em; }
.aa-mag__technology-copy p { margin: 0 0 18px; color: #aeb6ba; }
.aa-mag__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 50px;
	border-top: 1px solid var(--mag-line);
	border-bottom: 1px solid var(--mag-line);
}
.aa-mag__feature { min-height: 220px; padding: 28px 28px 30px 0; }
.aa-mag__feature + .aa-mag__feature { padding-left: 28px; border-left: 1px solid var(--mag-line); }
.aa-mag__feature span { color: var(--mag-accent-ink); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.aa-mag__feature h3 { margin: 38px 0 13px; color: var(--mag-black); font-size: 13px; font-weight: 700; letter-spacing: .06em; line-height: 1.4; text-transform: uppercase; }
.aa-mag__feature p { margin: 0; color: #626a6e; font-size: 13px; line-height: 1.72; }
.aa-mag__points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 42px;
	border-top: 1px solid var(--mag-line);
	border-left: 1px solid var(--mag-line);
}
.aa-mag__point {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 14px;
	min-height: 94px;
	padding: 20px;
	border-right: 1px solid var(--mag-line);
	border-bottom: 1px solid var(--mag-line);
	background: rgba(255,255,255,.36);
}
.aa-mag__point span { color: var(--mag-accent-ink); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.aa-mag__point strong { color: var(--mag-carbon); font-size: 13px; font-weight: 600; line-height: 1.55; }

/* SPECIFICATIONS */
.aa-mag__specs {
	display: grid;
	grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
	gap: clamp(38px, 7vw, 88px);
}
.aa-mag__spec-list { border-top: 1px solid var(--mag-line); }
.aa-mag__spec-row { display: grid; grid-template-columns: minmax(135px, .72fr) minmax(0, 1.28fr); gap: 22px; padding: 16px 0; border-bottom: 1px solid var(--mag-line); }
.aa-mag__spec-term { color: var(--mag-steel); font-size: 9px; font-weight: 700; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.aa-mag__spec-value { color: var(--mag-carbon); font-size: 13px; line-height: 1.65; }
.aa-mag__video { position: relative; aspect-ratio: 16 / 9; margin-top: 46px; overflow: hidden; background: #050606; }
.aa-mag__video iframe { position: absolute; inset: 0; width: 100% !important; height: 100% !important; border: 0; }

/* FULL PRODUCT FAMILY */
.aa-mag__family { border-bottom: 1px solid var(--mag-line); background: #fff; }
.aa-mag__family-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	padding: 42px clamp(22px, 7vw, 82px) 28px;
	border-bottom: 1px solid var(--mag-line);
}
.aa-mag__family-head h2 { margin: 0; color: var(--mag-black); font-size: clamp(24px, 3vw, 34px); font-weight: 600; line-height: 1.2; letter-spacing: -.025em; }
.aa-mag__family-head span { color: var(--mag-accent-ink); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.aa-mag__family-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); }
.aa-mag__family-item {
	position: relative;
	min-height: 142px;
	padding: 22px 20px;
	border-right: 1px solid var(--mag-line);
	border-bottom: 1px solid var(--mag-line);
	background: #fff;
}
.aa-mag__family-item.is-current { background: var(--mag-accent-soft); }
.aa-mag__family-item.is-current::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--mag-accent); }
.aa-mag__family-index { display: block; color: var(--mag-steel); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.aa-mag__family-item strong { display: block; margin-top: 25px; color: var(--mag-black); font-size: 13px; line-height: 1.4; }
.aa-mag__family-item small { display: block; margin-top: 7px; color: var(--mag-accent-ink); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* CTA */
.aa-mag__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 38px;
	padding: clamp(56px, 8vw, 88px) clamp(22px, 7vw, 82px);
	background: var(--mag-blend);
	color: #fff;
}
.aa-mag__cta h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(25px, 3.5vw, 38px); font-weight: 600; line-height: 1.22; letter-spacing: -.025em; }
.aa-mag__cta p { max-width: 600px; margin: 24px 0 0; color: #b9c0c3; }
.aa-mag__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid #fff;
	background: #fff;
	color: var(--mag-black) !important;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
.aa-mag__sources { padding: 19px clamp(18px, 5vw, 54px); background: #e5e6e3; color: var(--mag-steel); font-size: 8px; font-weight: 700; letter-spacing: .11em; line-height: 1.55; text-transform: uppercase; }

/* NORMALIZED SOURCE BODY
 * Used by full-pack snippets converted from the original Haravan HTML.
 * All legacy inline presentation is removed before output.
 */
.aa-mag__source {
	padding: clamp(58px, 8vw, 92px) clamp(22px, 7vw, 82px);
	border-bottom: 1px solid var(--mag-line);
	background: #fff;
	color: #454d51;
}
.aa-mag__source h1 { display: none; }
.aa-mag__source h2 {
	margin: 64px 0 24px;
	padding: 28px 0 0;
	border-top: 1px solid var(--mag-line);
	color: var(--mag-black);
	font-size: clamp(25px, 3.2vw, 36px);
	font-weight: 600;
	line-height: 1.22;
	letter-spacing: -.025em;
}
.aa-mag__source h2:first-of-type { margin-top: 0; }
.aa-mag__source h3 {
	margin: 40px 0 16px;
	color: var(--mag-black);
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 600;
	line-height: 1.3;
}
.aa-mag__source h4 { margin: 30px 0 13px; color: var(--mag-accent-ink); font-size: 13px; font-weight: 700; letter-spacing: .06em; line-height: 1.4; text-transform: uppercase; }
.aa-mag__source p { margin: 0 0 17px; color: #4b5357; font-size: 15px; line-height: 1.76; }
.aa-mag__source strong { color: var(--mag-black); font-weight: 600; }
.aa-mag__source ul,
.aa-mag__source ol { margin: 18px 0 27px; padding-left: 20px; }
.aa-mag__source li { margin: 0 0 8px; color: #4b5357; line-height: 1.7; }
.aa-mag__source hr { height: 1px; margin: 42px 0; border: 0; background: var(--mag-line); }
.aa-mag__source img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 30px auto !important;
	object-fit: contain !important;
}
.aa-mag__source table { display: table; width: 100%; margin: 28px 0; border-collapse: collapse; }
.aa-mag__source th,
.aa-mag__source td { padding: 13px 14px; border: 1px solid var(--mag-line); color: #40484c; font-size: 13px; line-height: 1.55; text-align: left; }
.aa-mag__source th { background: var(--mag-black); color: #fff; font-weight: 600; }
.aa-mag__source iframe { display: block; width: 100% !important; max-width: 100% !important; aspect-ratio: 16 / 9; height: auto !important; margin: 38px auto; border: 0; background: #050606; }
.aa-mag__source [align="center"] { text-align: left; }

/* JAVA TECH EDITORIAL
 * JAVA is organised by system role and circuit architecture, not by a
 * flagship-to-entry ladder. The visual language follows the manufacturer's
 * warm industrial grey, image-led layouts and restrained typography.
 */
.aa-java {
	--mag-black: #101212;
	--mag-carbon: #202323;
	--mag-steel: #686e6c;
	--mag-line: rgba(16, 18, 18, .18);
	--mag-paper: #e0e1dc;
	--mag-white: #f7f7f3;
	--mag-accent: #a56d42;
	--mag-accent-soft: #e8ded3;
	--mag-accent-ink: #72482b;
	--mag-blend: linear-gradient(126deg, #111313 0%, #252827 66%, #72503a 100%);
	background: var(--mag-paper);
	font-family: 'Raleway', 'Be Vietnam Pro', Arial, sans-serif;
}
.aa-java__identity { background: #101212; color: #fff; }
.aa-java__identity-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 24px;
	padding: 30px clamp(22px, 6vw, 72px) 27px;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
.aa-java__brand { margin: 0 0 8px; color: #9da5a2; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.aa-java__identity h2 { margin: 0; color: #fff; font-size: clamp(22px, 3vw, 34px); font-weight: 600; letter-spacing: -.025em; line-height: 1.15; }
.aa-java__category { padding: 9px 13px; border: 1px solid #8e9793; color: #d7dcda; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.aa-java__architecture { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.aa-java__architecture > div { position: relative; min-height: 96px; padding: 17px clamp(13px, 2.4vw, 28px); border-right: 1px solid rgba(255,255,255,.12); color: #65706c; }
.aa-java__architecture > div:last-child { border-right: 0; }
.aa-java__architecture span,
.aa-java__architecture small { display: block; font-size: 7px; font-weight: 700; letter-spacing: .13em; line-height: 1.45; text-transform: uppercase; }
.aa-java__architecture strong { display: block; margin: 11px 0 4px; color: #929a97; font-size: 12px; font-weight: 600; line-height: 1.35; }
.aa-java__architecture > .is-current { background: rgba(255,255,255,.055); color: var(--mag-accent); }
.aa-java__architecture > .is-current::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--mag-accent); }
.aa-java__architecture > .is-current strong { color: #fff; }
.aa-java__shot-key { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.12); }
.aa-java__shot-key > div { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 15px; padding: 13px clamp(13px, 2.4vw, 28px); color: #737c79; }
.aa-java__shot-key > div + div { border-left: 1px solid rgba(255,255,255,.12); }
.aa-java__shot-key strong { color: #a3aaa7; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.aa-java__shot-key span { font-size: 9px; line-height: 1.5; }
.aa-java__shot-key > .is-current { background: rgba(165,109,66,.13); }
.aa-java__shot-key > .is-current strong { color: #fff; }
.aa-java__shot-key > .is-current span { color: #c7a98f; }
.aa-java__hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); align-items: stretch; padding: 0; background: #f3f3ef; color: var(--mag-black); }
.aa-java__hero .aa-mag__hero-inner { display: flex; flex-direction: column; justify-content: center; max-width: none; min-height: 560px; padding: clamp(58px, 7vw, 86px) clamp(24px, 7vw, 78px); }
.aa-java__hero .aa-mag__eyebrow { color: var(--mag-accent-ink); }
.aa-java__hero h1,
.aa-java__hero .aa-mag__hero-title,
.aa-java__hero [data-aa-former-h1="true"] { color: var(--mag-black); font-size: clamp(36px, 5vw, 58px); overflow-wrap: anywhere; }
.aa-java__hero h1 em,
.aa-java__hero .aa-mag__hero-title em,
.aa-java__hero [data-aa-former-h1="true"] em { color: #777e7b; }
.aa-java__hero .aa-mag__hero-lead { color: #525a57; }
.aa-java__hero::before { opacity: .28; background-image: linear-gradient(rgba(16,18,18,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(16,18,18,.09) 1px, transparent 1px); }
.aa-java__hero-media { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-width: 0; margin: 0; padding: clamp(30px, 4vw, 54px); border-left: 1px solid var(--mag-line); background: #e0e1dc; }
.aa-java__hero-media img { width: 100% !important; max-width: 680px !important; height: auto !important; max-height: 470px; margin: auto !important; object-fit: contain !important; opacity: 1 !important; visibility: visible !important; filter: none !important; }
.aa-java__hero-media figcaption { margin-top: 24px; padding-top: 12px; border-top: 1px solid var(--mag-line); color: #707774; font-size: 7px; font-weight: 700; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.aa-java__facts { border-color: var(--mag-line); background: #202323; }
.aa-java__source { background: #f7f7f3; }
.aa-java__source a { color: var(--mag-accent-ink); text-decoration: underline; text-underline-offset: 3px; }
.aa-java__source h2 { font-size: clamp(27px, 3.4vw, 40px); }
.aa-java__source h3 { font-size: clamp(20px, 2.4vw, 27px); }
.aa-java__source img,
.aa-mag__source img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	filter: none !important;
}
.aa-java__system-note { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr); gap: clamp(34px, 7vw, 86px); padding: clamp(62px, 8vw, 96px) clamp(22px, 7vw, 82px); border-top: 1px solid var(--mag-line); background: #e0e1dc; }
.aa-java__system-note h2 { max-width: 650px; margin: 0 0 22px; color: #101212; font-size: clamp(29px, 4vw, 44px); font-weight: 600; letter-spacing: -.03em; line-height: 1.16; }
.aa-java__system-note p { max-width: 690px; margin: 0; color: #525a57; }
.aa-java__cta { background: linear-gradient(126deg, #111313, #252827 70%, #72503a); }

/* UNIVERSAL HARAVAN PRODUCT STORY
 * One renderer for every current and future product. Product title, vendor,
 * type, featured image and article body remain editable in Haravan Admin.
 */
.aa-freeform-host,
.aa-freeform-host * { box-sizing: border-box; }
.aa-freeform-host {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.aa-freeform-host .aa-freeform { width: 100%; max-width: 100%; margin-right: auto; margin-left: auto; }
.aa-freeform-host img { max-width: 100%; height: auto; }
.aa-freeform-host video,
.aa-freeform-host iframe { max-width: 100%; }
.aa-freeform-host table { max-width: 100%; }

.aa-managed,
.aa-managed * { box-sizing: border-box; }
.aa-managed {
	--managed-ink: #101111;
	--managed-muted: #687074;
	--managed-paper: #efefeb;
	--managed-sheet: #fbfbf8;
	--managed-accent: #787d7e;
	--managed-accent-soft: #d9dcd9;
	--managed-dark: #111313;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	background: var(--managed-paper);
	color: var(--managed-ink);
	font-family: 'Raleway', 'Be Vietnam Pro', Arial, sans-serif;
}
.aa-managed--revival {
	--managed-paper: #f1eee6;
	--managed-sheet: #fbfaf6;
	--managed-accent: #9a7455;
	--managed-accent-soft: #e3d7c5;
	--managed-dark: #111110;
}
.aa-managed--java {
	--managed-paper: #e2e2dd;
	--managed-sheet: #f7f7f3;
	--managed-accent: #a56d42;
	--managed-accent-soft: #dfd1c4;
	--managed-dark: #111313;
}
.aa-managed__identity {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 28px;
	padding: 25px clamp(22px, 5vw, 62px);
	border-bottom: 1px solid rgba(255,255,255,.14);
	background: var(--managed-dark);
	color: #fff;
}
.aa-managed__identity p,
.aa-managed__identity span { margin: 0; }
.aa-managed__identity p { margin-bottom: 7px; color: #fff; font-size: 17px; font-weight: 650; letter-spacing: -.01em; }
.aa-managed__identity div > span,
.aa-managed__edition { color: #929998; font-size: 8px; font-weight: 700; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
.aa-managed__hero {
	display: grid;
	grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
	min-height: 600px;
	background: var(--managed-paper);
}
.aa-managed__hero-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: clamp(52px, 7vw, 84px) clamp(28px, 3.3vw, 42px);
}
.aa-managed__eyebrow {
	margin: 0 0 25px;
	color: var(--managed-accent);
	font-size: 8px;
	font-weight: 750;
	letter-spacing: .17em;
	line-height: 1.55;
	text-transform: uppercase;
}
.aa-managed__title {
	max-width: 680px;
	margin: 0;
	color: var(--managed-ink);
	font-size: clamp(36px, 3.6vw, 50px);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.02;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}
.aa-managed__title-tail { display: inline-block; white-space: nowrap; }
.aa-managed__title.aa-managed__title--long {
	font-size: clamp(32px, 3vw, 40px);
	line-height: 1.06;
}
.aa-managed__title.aa-managed__title--long .aa-managed__title-tail { white-space: normal; }
.aa-managed__standfirst {
	max-width: 560px;
	margin: 34px 0 0;
	color: #535a5b;
	font-size: 15px;
	line-height: 1.85;
}
.aa-managed__hero-media {
	display: flex;
	min-width: 0;
	margin: 0;
	padding: clamp(28px, 4vw, 52px);
	border-left: 1px solid rgba(16,17,17,.14);
	background: var(--managed-sheet);
	flex-direction: column;
	justify-content: center;
}
.aa-managed__hero-media img {
	display: block;
	width: 100% !important;
	max-width: 720px !important;
	height: auto !important;
	max-height: 490px;
	margin: auto !important;
	object-fit: contain !important;
	opacity: 1 !important;
	visibility: visible !important;
	filter: none !important;
}
.aa-managed__hero-media figcaption {
	margin-top: 24px;
	padding-top: 13px;
	border-top: 1px solid rgba(16,17,17,.14);
	color: var(--managed-muted);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.5;
	text-transform: uppercase;
}
.aa-managed__rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--managed-dark); color: #fff; }
.aa-managed__rail > div { min-width: 0; min-height: 104px; padding: 21px clamp(14px, 2.6vw, 30px); border-right: 1px solid rgba(255,255,255,.13); }
.aa-managed__rail > div:last-child { border-right: 0; }
.aa-managed__rail span,
.aa-managed__rail strong { display: block; }
.aa-managed__rail span { color: #777f7e; font-size: 7px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.aa-managed__rail strong { margin-top: 13px; color: #f5f5f1; font-size: 11px; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; }
.aa-managed__article { padding: clamp(68px, 9vw, 112px) clamp(24px, 9vw, 108px); background: var(--managed-sheet); }
.aa-managed__article-head { max-width: 820px; margin: 0 auto clamp(42px, 6vw, 70px); padding-bottom: 28px; border-bottom: 1px solid rgba(16,17,17,.16); }
.aa-managed__article-head h2 { margin: 0; color: var(--managed-ink); font-size: clamp(30px, 4vw, 48px); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
.aa-managed__source { max-width: 820px; margin: 0 auto; color: #343a3b; font-family: 'Be Vietnam Pro', 'Raleway', Arial, sans-serif; font-size: 16px; line-height: 1.82; overflow-wrap: anywhere; }
.aa-managed__source > [style] { width: auto !important; max-width: 100% !important; margin-right: 0 !important; margin-left: 0 !important; }
.aa-managed__source *,
.aa-managed__source *::before,
.aa-managed__source *::after { box-sizing: border-box; }
.aa-managed__source div,
.aa-managed__source section,
.aa-managed__source article,
.aa-managed__source p,
.aa-managed__source ul,
.aa-managed__source ol,
.aa-managed__source li,
.aa-managed__source blockquote,
.aa-managed__source table,
.aa-managed__source span,
.aa-managed__source font {
	color: #343a3b !important;
	background-color: transparent !important;
	font-family: 'Be Vietnam Pro', 'Raleway', Arial, sans-serif !important;
	font-size: 16px !important;
	font-style: normal;
	letter-spacing: normal !important;
	line-height: 1.82 !important;
	text-align: left !important;
	text-indent: 0 !important;
	text-transform: none !important;
}
.aa-managed__source p *,
.aa-managed__source li * {
	color: inherit !important;
	background-color: transparent !important;
	font-family: inherit !important;
	font-size: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
}
.aa-managed__source strong { color: inherit !important; font-weight: 700 !important; }
.aa-managed__source em { color: inherit !important; font-style: italic !important; }
.aa-managed__source > h1 { display: none !important; }
.aa-managed__source [data-aa-former-h1="true"] { display: none !important; }
.aa-managed__source p:empty,
.aa-managed__source li:empty { display: none !important; }
.aa-managed__source h1,
.aa-managed__source h2,
.aa-managed__source h3,
.aa-managed__source h4 { color: var(--managed-ink) !important; font-family: 'Raleway', 'Be Vietnam Pro', Arial, sans-serif !important; font-style: normal; overflow-wrap: anywhere; }
.aa-managed__source h1 { display: none !important; }
.aa-managed__source h1 *,
.aa-managed__source h2 *,
.aa-managed__source h3 *,
.aa-managed__source h4 * { color: inherit !important; font-family: inherit !important; font-size: inherit !important; font-weight: inherit !important; letter-spacing: inherit !important; line-height: inherit !important; }
.aa-managed__source h2 { margin: 64px 0 24px; padding-top: 26px; border-top: 1px solid rgba(16,17,17,.16); font-size: clamp(26px, 3vw, 36px) !important; font-weight: 620; line-height: 1.2; }
.aa-managed__source h3 { margin: 42px 0 18px; font-size: clamp(20px, 2.3vw, 27px) !important; font-weight: 650; line-height: 1.3; }
.aa-managed__source h4 { margin: 30px 0 14px; font-size: 17px !important; font-weight: 700; line-height: 1.45; }
.aa-managed__source p { margin: 0 0 22px; }
.aa-managed__source ul,
.aa-managed__source ol { margin: 22px 0 30px; padding-left: 1.35em; }
.aa-managed__source li { margin-bottom: 10px; padding-left: .25em; }
.aa-managed__source blockquote { margin: 38px 0; padding: 27px 30px; border: 0; border-left: 3px solid var(--managed-accent); background: var(--managed-paper); color: #303536; font-size: 18px; line-height: 1.65; }
.aa-managed__source hr { height: 1px; margin: 48px 0; border: 0; background: rgba(16,17,17,.16); }
.aa-managed__source a { color: var(--managed-accent) !important; text-decoration: underline; text-underline-offset: 3px; }
.aa-managed__source img {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 34px auto !important;
	object-fit: contain !important;
	opacity: 1 !important;
	visibility: visible !important;
	filter: none !important;
}
.aa-managed__table-scroll { width: 100%; max-width: 100%; margin: 32px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.aa-managed__source table { display: table; width: 100% !important; min-width: 580px; max-width: 100%; margin: 0; border-collapse: collapse; }
.aa-managed__source th,
.aa-managed__source td { padding: 13px 14px; border: 1px solid rgba(16,17,17,.18); color: #343a3b; font-size: 13px; line-height: 1.55; text-align: left; }
.aa-managed__source th { background: var(--managed-dark) !important; color: #fff !important; font-weight: 650; }
.aa-managed__source iframe,
.aa-managed__source video { display: block; width: 100% !important; max-width: 100% !important; aspect-ratio: 16 / 9; height: auto !important; margin: 38px auto; border: 0; background: #080909; }
.aa-managed__empty { padding: 28px; border-left: 3px solid var(--managed-accent); background: var(--managed-paper); }
.aa-managed__cta { display: grid; grid-template-columns: minmax(0, 1.4fr) auto; align-items: end; gap: 60px; padding: clamp(62px, 8vw, 94px) clamp(24px, 8vw, 96px); background: linear-gradient(125deg, var(--managed-dark) 0%, #252827 72%, var(--managed-accent) 145%); color: #fff; }
.aa-managed__cta h2 { max-width: 740px; margin: 0; color: #fff; font-size: clamp(29px, 4vw, 45px); font-weight: 550; letter-spacing: -.035em; line-height: 1.18; }
.aa-managed__cta div > p:last-child { max-width: 680px; margin: 25px 0 0; color: #aeb4b2; font-size: 13px; line-height: 1.8; }
.aa-managed__cta a { display: inline-flex; min-height: 50px; padding: 0 26px; border: 1px solid rgba(255,255,255,.72); color: #fff; font-size: 8px; font-weight: 750; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; align-items: center; justify-content: center; white-space: nowrap; }
.aa-managed__cta a:hover { background: #fff; color: var(--managed-dark); }

@media (max-width: 820px) {
	.aa-managed__hero { grid-template-columns: minmax(0, 1fr); min-height: 0; }
	.aa-managed__hero-media { border-top: 1px solid rgba(16,17,17,.14); border-left: 0; }
	.aa-managed__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.aa-managed__rail > div:nth-child(2) { border-right: 0; }
	.aa-managed__rail > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
	.aa-managed__cta { grid-template-columns: minmax(0, 1fr); align-items: start; }
	.aa-mag__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.aa-mag__fact:nth-child(2) { border-right: 0; }
	.aa-mag__fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
	.aa-mag__intro,
	.aa-mag__split,
	.aa-mag__specs,
	.aa-mag__technology,
	.aa-mag__cta { grid-template-columns: minmax(0, 1fr); }
	.aa-mag__technology-media { min-height: 0; }
	.aa-mag__technology-media img { height: auto !important; min-height: 0; object-fit: contain !important; }
	.aa-mag__technology-copy { min-height: 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
	.aa-mag__features { grid-template-columns: minmax(0, 1fr); }
	.aa-mag__media-pair { grid-template-columns: minmax(0, 1fr); }
	.aa-mag__media-pair .aa-mag__media + .aa-mag__media { border-top: 1px solid var(--mag-line); border-left: 0; }
	.aa-mag__feature { min-height: 0; padding: 25px 0 28px; }
	.aa-mag__feature + .aa-mag__feature { padding-left: 0; border-top: 1px solid var(--mag-line); border-left: 0; }
	.aa-mag__feature h3 { margin-top: 21px; }
	.aa-mag__cta { align-items: start; }
	.aa-java__hero { grid-template-columns: minmax(0, 1fr); }
	.aa-java__hero .aa-mag__hero-inner { min-height: 0; }
	.aa-java__hero-media { min-height: 0; border-top: 1px solid var(--mag-line); border-left: 0; }
	.aa-java__system-note { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 560px) {
	.aa-managed__identity { grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 21px 18px; }
	.aa-managed__identity p { font-size: 15px; }
	.aa-managed__edition { display: none; }
	.aa-managed__hero-copy { padding: 45px 18px 48px; }
	.aa-managed__eyebrow { margin-bottom: 20px; font-size: 7px; letter-spacing: .14em; }
	.aa-managed__title { font-size: clamp(31px, 10.2vw, 40px); line-height: 1.04; }
	.aa-managed__title.aa-managed__title--long { font-size: clamp(28px, 8.4vw, 35px); line-height: 1.08; }
	.aa-managed__standfirst { margin-top: 26px; font-size: 14px; line-height: 1.72; }
	.aa-managed__hero-media { padding: 22px 18px 17px; }
	.aa-managed__hero-media img { max-height: 320px; }
	.aa-managed__hero-media figcaption { margin-top: 17px; }
	.aa-managed__rail > div { min-height: 96px; padding: 18px 14px; }
	.aa-managed__rail strong { margin-top: 10px; font-size: 10px; }
	.aa-managed__article { padding: 50px 18px 56px; }
	.aa-managed__article-head { margin-bottom: 36px; padding-bottom: 22px; }
	.aa-managed__article-head h2 { font-size: 29px; }
	.aa-managed__source { width: 100%; font-size: 15px; line-height: 1.72; }
	.aa-managed__source > [style] { width: auto !important; max-width: 100% !important; }
	.aa-managed__source h2 { margin-top: 48px; padding-top: 22px; font-size: 25px !important; }
	.aa-managed__source h3 { margin-top: 32px; font-size: 20px !important; }
	.aa-managed__source h4 { font-size: 16px !important; }
	.aa-managed__source div,
	.aa-managed__source section,
	.aa-managed__source article,
	.aa-managed__source p,
	.aa-managed__source ul,
	.aa-managed__source ol,
	.aa-managed__source li,
	.aa-managed__source blockquote,
	.aa-managed__source span,
	.aa-managed__source font { font-size: 15px !important; line-height: 1.72 !important; }
	.aa-managed__source blockquote { margin: 30px 0; padding: 22px 18px; font-size: 16px; }
	.aa-managed__source table { min-width: 560px; }
	.aa-managed__source iframe,
	.aa-managed__source video { margin: 30px auto; }
	.aa-managed__cta { gap: 31px; padding: 49px 20px 54px; }
	.aa-managed__cta h2 { font-size: 26px; line-height: 1.25; }
	.aa-managed__cta a { width: 100%; white-space: normal; text-align: center; }
	.aa-product-story { padding-top: 22px; }
	.aa-story-canvas { width: 100%; padding-bottom: 0; overflow: visible; }
	.aa-story-canvas > .aa-kicker { margin-right: 18px; margin-left: 18px; }
	.aa-mag { font-size: 15px; line-height: 1.7; }
	.aa-mag__lineup { padding: 19px 18px 0; }
	.aa-mag__lineup-head { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; padding-bottom: 17px; }
	.aa-mag__lineup-brand { font-size: 7px; letter-spacing: .13em; }
	.aa-mag__lineup-name { font-size: 17px; }
	.aa-mag__tier-badge { min-width: 78px; padding: 7px 8px; font-size: 7px; letter-spacing: .09em; }
	.aa-mag__tier-scale span { padding: 10px 2px 9px; font-size: 7px; letter-spacing: .035em; }
	.aa-mag__hero { padding: 43px 18px 50px; }
	.aa-mag__hero .aa-mag__eyebrow { margin-bottom: 23px; font-size: 8px; letter-spacing: .13em; }
	.aa-mag__hero h1,
	.aa-mag__hero .aa-mag__hero-title,
	.aa-mag__hero [data-aa-former-h1="true"] { max-width: 100%; font-size: clamp(34px, 11vw, 40px); line-height: 1.02; letter-spacing: -.035em; }
	.aa-mag__hero h1 em,
	.aa-mag__hero .aa-mag__hero-title em,
	.aa-mag__hero [data-aa-former-h1="true"] em { margin-top: 17px; font-size: .68em; line-height: 1.16; }
	.aa-mag__hero-lead { margin-top: 27px; font-size: 15px; line-height: 1.68; }
	.aa-mag__fact { min-height: 102px; padding: 19px 15px; }
	.aa-mag__fact span { font-size: 7px; letter-spacing: .09em; }
	.aa-mag__fact strong { margin-top: 10px; font-size: 13px; }
	.aa-mag__section { padding: 50px 18px 56px; }
	.aa-mag__intro,
	.aa-mag__split,
	.aa-mag__specs { gap: 31px; }
	.aa-mag__display { font-size: clamp(25px, 8vw, 30px); line-height: 1.2; }
	.aa-mag__copy p { margin-bottom: 17px; }
	.aa-mag__media img { aspect-ratio: auto; object-fit: contain !important; }
	.aa-mag__caption { padding: 10px 18px 12px; font-size: 7px; }
	.aa-mag__quote { padding: 31px 20px; }
	.aa-mag__quote p { font-size: 18px; }
	.aa-mag__technology-copy { padding: 35px 20px 39px; }
	.aa-mag__technology-copy h3 { margin-bottom: 21px; font-size: 24px; }
	.aa-mag__features { margin-top: 40px; }
	.aa-mag__points { grid-template-columns: minmax(0, 1fr); margin-top: 34px; }
	.aa-mag__point { min-height: 0; padding: 17px 15px; }
	.aa-mag__spec-row { grid-template-columns: minmax(0, 1fr); gap: 5px; padding: 14px 0; }
	.aa-mag__video { margin-top: 34px; }
	.aa-mag__family-head { display: block; padding: 36px 18px 23px; }
	.aa-mag__family-head span { display: block; margin-top: 12px; }
	.aa-mag__family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.aa-mag__family-item { min-height: 130px; padding: 18px 15px; }
	.aa-mag__family-item strong { margin-top: 21px; font-size: 12px; }
	.aa-mag__cta { gap: 29px; padding: 47px 20px; }
	.aa-mag__cta h2 { font-size: 25px; line-height: 1.27; }
	.aa-mag__cta p { margin-top: 19px; }
	.aa-mag__button { width: 100%; }
	.aa-mag__sources { padding: 17px 18px; font-size: 7px; }
	.aa-mag__source { padding: 48px 18px 54px; }
	.aa-mag__source h2 { margin-top: 48px; padding-top: 23px; font-size: 25px; }
	.aa-mag__source h3 { margin-top: 32px; font-size: 20px; }
	.aa-mag__source p,
	.aa-mag__source li { font-size: 15px; line-height: 1.7; }
	.aa-mag__source table { display: block; overflow-x: auto; white-space: normal; }
	.aa-java__identity-main { grid-template-columns: minmax(0, 1fr); gap: 15px; padding: 23px 18px 21px; }
